Git Product home page Git Product logo

yagist.el's Introduction

yagist.el -- Yet Another Emacs integration for gist.github.com

Install

$ cd ~/.emacs.d/vendor
$ git clone git://github.com/mhayashi1120/yagist.el.git

In your emacs config:

(add-to-list 'load-path "~/.emacs.d/vendor/yagist.el")
(require 'yagist)

If you want to save encrypted token to ~/.gitconfig install elisp from following url. And set a variable:

https://github.com/mhayashi1120/Emacs-kaesar/raw/master/kaesar.el

(setq yagist-encrypt-risky-config t)

Functions

M-x yagist-list - Lists your gists in a new buffer. Use arrow keys
to browse, RET to open one in the other buffer.

M-x yagist-region - Copies Gist URL into the kill ring.
With a prefix argument, makes a private gist.

M-x yagist-region-private - Explicitly create a private gist.

M-x yagist-buffer - Copies Gist URL into the kill ring.
With a prefix argument, makes a private gist.

M-x yagist-buffer-private - Explicitly create a private gist.

M-x yagist-region-or-buffer - Post either the current region, or if mark
is not set, the current buffer as a new paste at gist.github.com .
Copies the URL into the kill ring.
With a prefix argument, makes a private paste.

M-x yagist-region-or-buffer-private - Explicitly create a gist from the
region or buffer.

M-x yagist-minor-mode - Automated POST current buffer contents to gist
after saving.

M-x yagist-global-minor-mode - Open the file that under gist repository
automatically activate `yagist-minor-mode'.

Config

Set yagist-view-gist to non-nil if you want to view your Gist using browse-url after it is created.

OAuth authentication

Get the Personal API Access Token from:

https://github.com/settings/applications

Save the token to your ~/.gitconfig :

$ git config --global github.oauth-token ***************************

Or put following to your .emacs:

(setq yagist-github-token "******************************")

Other customizations

 M-x customize-group (yagist)

Meta

yagist.el's People

Contributors

chrislo avatar defunkt avatar drewr avatar hron avatar ivey avatar mcfunley avatar mhayashi1120 avatar nex3 avatar ober avatar offbyone avatar oyvindio avatar ptrv avatar purcell avatar technomancy avatar the-kenny avatar toshiharu avatar wfarr avatar yasuyk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

yagist.el's Issues

`M-x yagist-list` got error

already setup token at .gitconfig 28afe13f39b7158099cce3f21c8d205181c9e5a1

use http_proxy and https_proxy thru env variables. Latest version yagist is fine.

curl -L https://api.github.com/gists?page=1 is fine.

Here is error message:

Debugger entered--Lisp error: (json-readtable-error)
  signal(json-readtable-error nil)
  json-read()
  json-read-from-string("\n<HTML><HEAD>
\n<TITLE>Request Error</TITLE>
\n</HEAD>
\n<BODY>
\n<FONT face=\"Helvetica\">
\n<big><strong></strong></big><BR>
\n</FONT>
\n<blockquote>
\n<TABLE border=0 cellPadding=1 width=\"80%\">
\n<TR><TD>
\n<FONT face=\"Helvetica\">
\n<big>Request Error (invalid_request)</big>
\n<BR>
\n<BR>
\n</FONT>
\n</TD></TR>
\n<TR><TD>
\n<FONT face=\"Helvetica\">
\nYour request could not be processed. Request could not be handled
\n</FONT>
\n</TD></TR>
\n<TR><TD>
\n<FONT face=\"Helvetica\">
\nThis could be caused by a misconfiguration, or possibly a malformed request.
\n</FONT>
\n</TD></TR>
\n<TR><TD>
\n<FONT face=\"Helvetica\" SIZE=2>
\n<BR>
\nFor assistance, contact your network support team.
\n</FONT>
\n</TD></TR>
\n</TABLE>
\n</blockquote>
\n</FONT>
\n</BODY></HTML>
\n")
  yagist--read-json(168 896)
  yagist-lists-retrieved-callback((:error (error http 400)) "https://api.github.com/gists?page=1" (("page" . 1)))
  apply(yagist-lists-retrieved-callback ((:error (error http 400)) "https://api.github.com/gists?page=1" (("page" . 1))))
  url-http-activate-callback()
  url-http-content-length-after-change-function(168 896 728)
  url-http-wait-for-headers-change-function(1 904 903)
  url-http-generic-filter(#<process intproxy80.prod.srv.westpac.com.au> "HTTP/1.1 400 Bad Request
\nCache-Control: no-cache
\nPragma: no-cache
\nContent-Type: text/html; charset=utf-8
\nProxy-Connection: close
\nConnection: close
\nContent-Length: 727
\n
\n<HTML><HEAD>
\n<TITLE>Request Error</TITLE>
\n</HEAD>
\n<BODY>
\n<FONT face=\"Helvetica\">
\n<big><strong></strong></big><BR>
\n</FONT>
\n<blockquote>
\n<TABLE border=0 cellPadding=1 width=\"80%\">
\n<TR><TD>
\n<FONT face=\"Helvetica\">
\n<big>Request Error (invalid_request)</big>
\n<BR>
\n<BR>
\n</FONT>
\n</TD></TR>
\n<TR><TD>
\n<FONT face=\"Helvetica\">
\nYour request could not be processed. Request could not be handled
\n</FONT>
\n</TD></TR>
\n<TR><TD>
\n<FONT face=\"Helvetica\">
\nThis could be caused by a misconfiguration, or possibly a malformed request.
\n</FONT>
\n</TD></TR>
\n<TR><TD>
\n<FONT face=\"Helvetica\" SIZE=2>
\n<BR>
\nFor assistance, contact your network support team.
\n</FONT>
\n</TD></TR>
\n</TABLE>
\n</blockquote>
\n</FONT>
\n</BODY></HTML>
\n")

How to set the name of the new gist

when I create a new gist from region, it creates filename("gistfile1") automatically, but there is a problem. since the name doesn't have an extension, github can't highlight the code correctly. so I want to know Is there a way to set the name of new gist?

multibyte text in buffer cause yagist paste failed

Debugger entered--Lisp error: (error #("Multibyte text in HTTP request: POST /gists HTTP/1.1\015\nMIME-Version: 1.0\015\nConnection: keep-alive\015\nExtension: Security/Digest Security/SSL\015\nHost: api.github.com\015\nAccept-encoding: gzip\015\nAccept: */*\015\nUser-Agent: URL/Emacs Emacs/26.1 (X11; x86_64-pc-linux-gnu)\015\nCookie: _octo=GH1.1.580056838.1518947399; HttpOnly=nil; logged_in=no\015\nAuthorization: Bearer f0451969232bd4e50df0581dc3c5826c5034bf0d\015\nContent-length: 3272\015\n\015\n{\"description\":\"ejc-sql postgresql workflow\",\"public\":true,\"files\":{\"temp.org\":{\"content\":\"* workflow\\n\\n1. Make sure PostgreSQL [[*Configuration][is configured]] in ejc-sql.\\n\\n2. Make sure PostgreSQL daemon is running.\\n\\n   #+begin_src sh :dir /sudo::\\n   sudo systemctl start postgresql.service\\n   #+end_src\\n\\n   #+begin_src sh\\n   systemctl status postgresql.service | cat\\n   #+end_src\\n\\n   #+RESULTS[<2018-03-29 00:31:05> a58966d007492f603e5f0f9a2b231b83f4ebf2cb]:\\n   : โ— postgresql.service - PostgreSQL database server\\n   :    Loaded: loaded (/usr/lib/systemd/system/postgresql.service; disabled; vendor preset: disabled)\\n   :    Active: inactive (dead)\\n\\n3. connect to database.\\n\\n   #+begin_src sh :eval no\\n   su - postgres # switch to user \\\"postgres\\\"\\n   psql # then launch PostgreSQL console.\\n   #+end_src\\n\\n   #+begin_src sh :eval no\\n   # after login console, set password\\n   postgres=# \\\\password postgres\\n   #+end_src\\n\\n   #+begin_src sh :eval no\\n   # OR\\n   psql -h localhost -U postgres -w -d test -c \\\"\\\\d\\\" -l\\n   # OR use cli tools \\\"pgcli\\\"\\n   pgcli -U postgres\\n   #+end_src\\n\\n4. (optional) create database user and his database.\\n\\n   #+NAME: add a Linux user\\n   #+begin_src sh :dir /sudo::\\n   sudo adduser dbuser\\n   #+end_src\\n\\n   #+NAME: add database user for upper created Linux user.\\n   #+headers: :cmdline -h localhost -U postgres -w\\n   #+begin_src sql :engine postgresql\\n   CREATE USER dbuser WITH PASSWORD 'password';\\n   #+end_src\\n\\n   Then create database user's database named \\\"exampledb\\\" here:\\n\\n   #+headers: :cmdline -h localhost -U postgres -w\\n   #+begin_src sql :engine postgresql\\n   CREATE DATABASE exampledb OWNER dbuser;\\n   #+end_src\\n\\n   Assign the \\\"exampledb\\\" to database user \\\"dbuser\\\", otherwise user only can\\n   login console, but can't operate on database:\\n\\n   #+headers: :cmdline -h localhost -U postgres -w\\n   #+begin_src sql :engine postgresql\\n   GRANT ALL PRIVILEGES ON DATABASE exampledb TO dbuser;\\n   #+end_src\\n\\n5. create a database and table on PostgreSQL.\\n\\n   #+NAME: create PostgreSQL test database\\n   #+headers: :cmdline -h localhost -U postgres -w\\n   #+begin_src sql :engine postgresql\\n   CREATE DATABASE test;\\n\\n   USE test;\\n\\n   CREATE TABLE contacts (\\n           name VARCHAR(20),\\n           gender CHAR(1),\\n           birthday VARCHAR(10)\\n           );\\n   #+end_src\\n\\n   #+RESULTS: create PostgreSQL test database\\n\\n6. fill data into table.\\n\\n   #+NAME: PostgreSQL workflow: fill data into table\\n   #+headers: :cmdline -h localhost -U postgres -w -d test\\n   #+begin_src sql :engine postgresql\\n   INSERT INTO contacts (name, gender, birthday)\\n       VALUES ('stardiviner', 'M', '1990-03-24');\\n   #+end_src\\n\\n   #+RESULTS: PostgreSQL workflow: fill data into table\\n\\n7. query info in database.\\n\\n   #+NAME: PostgreSQL workflow: query database demo\\n   #+headers: :cmdline -h localhost -U postgres -w -d test\\n   #+begin_src sql :engine postgresql\\n   SELECT * FROM contacts;\\n   #+end_src\\n\\n   #+RESULTS[<2018-12-25 14:25:43> f968b67c300789dc955202e938ea3078bb41033d]: PostgreSQL workflow: query database demo\\n   | name        | gender |   birthday |\\n   |-------------+--------+------------|\\n   | stardiviner | M      | 1990-03-24 |\\n\"}}}\n" 506 507 (fontified t composition (0 1 [61600]) keymap (keymap) face org-level-1 org-category "temp") 507 508 (fontified t keymap (keymap) face org-level-1 org-category "temp") 508 516 (fontified t face org-level-1 org-category "temp") 520 544 (org-category "temp" fontified t) 544 561 (htmlize-link (:uri "*Configuration") org-category "temp" fontified t help-echo "LINK: *Configuration" invisible org-link face org-link mouse-face highlight keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) font-lock-multiline t) 561 562 (htmlize-link (:uri "*Configuration") rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) org-category "temp" fontified t help-echo "LINK: *Configuration" invisible org-link face org-link mouse-face highlight keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) font-lock-multiline t) 562 574 (htmlize-link (:uri "*Configuration") org-category "temp" fontified t help-echo "LINK: *Configuration" face org-link mouse-face highlight keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) font-lock-multiline t) 574 575 (htmlize-link (:uri "*Configuration") rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) org-category "temp" fontified t help-echo "LINK: *Configuration" face org-link mouse-face highlight keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) font-lock-multiline t) 575 576 (htmlize-link (:uri "*Configuration") org-category "temp" fontified t help-echo "LINK: *Configuration" invisible org-link face org-link mouse-face highlight keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) font-lock-multiline t) 576 577 (rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) htmlize-link (:uri "*Configuration") org-category "temp" fontified t help-echo "LINK: *Configuration" invisible org-link face org-link mouse-face highlight keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) font-lock-multiline t) 577 589 (org-category "temp" fontified t) 593 635 (org-category "temp" fontified t) 639 669 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 671 713 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 715 727 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 731 748 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 750 794 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 796 808 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 812 889 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 891 894 (org-category "temp" fontified t) 894 945 (org-category "temp" fontified t face org-code) 947 950 (org-category "temp" fontified t) 950 1018 (org-category "temp" fontified t face org-code) 1018 1030 (org-category "temp" fontified t face org-code) 1030 1045 (org-category "temp" fontified t face org-code) 1045 1049 (org-category "temp" fontified t face org-code) 1051 1054 (org-category "temp" fontified t) 1054 1082 (org-category "temp" fontified t face org-code) 1086 1109 (org-category "temp" fontified t) 1113 1139 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 1141 1154 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1154 1158 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1158 1160 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-delimiter-face org-block)) 1160 1175 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-face org-block)) 1177 1185 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-face org-block)) 1189 1197 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1197 1199 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-delimiter-face org-block)) 1199 1230 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-face org-block)) 1232 1244 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 1248 1274 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 1276 1279 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1279 1281 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-delimiter-face org-block)) 1281 1314 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-face org-block)) 1316 1319 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1319 1327 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-variable-name-face org-block)) 1327 1328 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1328 1329 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1329 1330 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1332 1341 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1341 1349 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1351 1363 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 1367 1393 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 1395 1398 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1398 1400 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-delimiter-face org-block)) 1400 1402 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-face org-block)) 1404 1451 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1455 1456 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-string-face org-block)) 1458 1461 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1463 1466 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1466 1468 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-delimiter-face org-block)) 1468 1485 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-face org-block)) 1487 1492 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-face org-block)) 1496 1516 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1518 1530 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 1534 1580 (org-category "temp" fontified t) 1580 1586 (org-category "temp" fontified t) 1590 1617 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 1619 1649 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 1651 1673 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1675 1687 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 1691 1749 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 1751 1760 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 1760 1801 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 1803 1840 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 1842 1845 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1845 1851 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 1851 1852 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1852 1856 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-builtin-face org-block)) 1856 1864 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1864 1868 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 1868 1878 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1878 1888 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-string-face org-block)) 1888 1889 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1891 1903 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 1907 1953 (org-category "temp" fontified t) 1955 1964 (org-category "temp" fontified t) 1966 1972 (org-category "temp" fontified t) 1976 2026 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2028 2065 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 2067 2070 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 2070 2076 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 2076 2106 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 2106 2109 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 2111 2123 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 2127 2141 (org-category "temp" fontified t) 2143 2152 (org-category "temp" fontified t) 2154 2172 (org-category "temp" fontified t) 2174 2180 (org-category "temp" fontified t) 2182 2207 (org-category "temp" fontified t) 2209 2257 (org-category "temp" fontified t) 2261 2311 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2313 2328 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 2328 2331 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 2331 2350 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 2352 2355 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 2355 2360 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 2360 2361 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 2361 2364 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 2364 2365 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 2365 2375 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 2375 2376 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 2376 2378 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 2378 2398 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 2398 2400 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 2400 2408 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 2410 2422 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 2426 2429 (org-category "temp" fontified t) 2429 2435 (org-category "temp" fontified t) 2435 2447 (org-category "temp" fontified t) 2447 2450 (org-category "temp" fontified t) 2450 2451 (org-category "temp" fontified t) 2451 2456 (org-category "temp" fontified t) 2456 2457 (org-category "temp" fontified t) 2457 2459 (org-category "temp" fontified t) 2459 2471 (org-category "temp" fontified t) 2475 2480 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2480 2484 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2484 2486 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2486 2492 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2492 2517 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2519 2569 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2571 2586 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 2586 2589 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 2589 2608 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 2610 2613 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2613 2619 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-keyword-face org-block) org-category "temp") 2619 2630 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2630 2634 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2638 2645 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2645 2650 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2654 2657 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2657 2663 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-keyword-face org-block) org-category "temp") 2663 2664 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2664 2669 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-keyword-face org-block) org-category "temp") 2669 2670 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2670 2678 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-function-name-face org-block) org-category "temp") 2678 2680 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2682 2693 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2693 2697 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-keyword-face org-block) org-category "temp") 2697 2698 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2698 2705 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-type-face org-block) org-category "temp") 2705 2710 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2712 2730 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2730 2734 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-type-face org-block) org-category "temp") 2734 2738 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2740 2760 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2760 2767 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-type-face org-block) org-category "temp") 2767 2771 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2773 2786 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2788 2800 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 2804 2818 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2818 2824 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2824 2849 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2853 2861 (org-category "temp" fontified t) 2861 2865 (org-category "temp" fontified t) 2865 2866 (org-category "temp" fontified t) 2866 2870 (org-category "temp" fontified t) 2870 2871 (org-category "temp" fontified t) 2871 2876 (org-category "temp" fontified t) 2876 2877 (org-category "temp" fontified t) 2881 2886 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2886 2890 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2890 2918 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2918 2922 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2922 2923 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2923 2927 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2927 2928 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2928 2933 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2935 2993 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2995 3010 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 3010 3013 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 3013 3032 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 3034 3037 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 3037 3043 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 3043 3044 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 3044 3048 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 3048 3059 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 3059 3063 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 3063 3082 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 3084 3091 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 3091 3097 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 3097 3099 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 3099 3112 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-string-face org-block)) 3112 3114 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 3114 3117 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-string-face org-block)) 3117 3119 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 3119 3131 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-string-face org-block)) 3131 3133 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 3135 3147 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 3151 3191 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3191 3195 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3195 3196 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3196 3200 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3200 3201 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3201 3206 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3210 3224 (org-category "temp" fontified t) 3224 3226 (org-category "temp" fontified t) 3226 3236 (org-category "temp" fontified t) 3240 3245 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3245 3249 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3249 3291 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3293 3306 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3306 3319 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3319 3351 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3353 3368 (org-category "temp" font-lock-fontified t fontified t font-lock-multiline t face org-block-begin-line) 3368 3371 (org-category "temp" font-lock-fontified t fontified t font-lock-multiline t face org-block-begin-line) 3371 3390 (org-category "temp" font-lock-fontified t fontified t font-lock-multiline t face org-block-begin-line) 3392 3395 (org-category "temp" font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block)) 3395 3401 (org-category "temp" font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 3401 3404 (org-category "temp" font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block)) 3404 3408 (org-category "temp" font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 3408 3418 (org-category "temp" font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block)) 3420 3432 (org-category "temp" font-lock-fontified t fontified t font-lock-multiline t face org-block-end-line) 3436 3439 (org-category "temp" font-lock-fontified t fontified t face org-meta-line) 3439 3554 (font-lock-fontified t fontified t face org-meta-line org-category "temp") 3556 3559 (fontified t org-category "temp") 3559 3561 (fontified t face org-table org-category "temp") 3561 3565 (fontified t face org-table org-category "temp") 3565 3596 (fontified t face org-table org-category "temp") 3598 3601 (fontified t org-category "temp") 3601 3602 (fontified t face org-table org-category "temp") 3602 3638 (fontified t face org-table org-category "temp") 3640 3643 (fontified t org-category "temp") 3643 3659 (fontified t face org-table org-category "temp") 3659 3660 (fontified t face org-table org-category "temp") 3660 3680 (fontified t face org-table org-category "temp")))
  signal(error (#("Multibyte text in HTTP request: POST /gists HTTP/1.1\015\nMIME-Version: 1.0\015\nConnection: keep-alive\015\nExtension: Security/Digest Security/SSL\015\nHost: api.github.com\015\nAccept-encoding: gzip\015\nAccept: */*\015\nUser-Agent: URL/Emacs Emacs/26.1 (X11; x86_64-pc-linux-gnu)\015\nCookie: _octo=GH1.1.580056838.1518947399; HttpOnly=nil; logged_in=no\015\nAuthorization: Bearer f0451969232bd4e50df0581dc3c5826c5034bf0d\015\nContent-length: 3272\015\n\015\n{\"description\":\"ejc-sql postgresql workflow\",\"public\":true,\"files\":{\"temp.org\":{\"content\":\"* workflow\\n\\n1. Make sure PostgreSQL [[*Configuration][is configured]] in ejc-sql.\\n\\n2. Make sure PostgreSQL daemon is running.\\n\\n   #+begin_src sh :dir /sudo::\\n   sudo systemctl start postgresql.service\\n   #+end_src\\n\\n   #+begin_src sh\\n   systemctl status postgresql.service | cat\\n   #+end_src\\n\\n   #+RESULTS[<2018-03-29 00:31:05> a58966d007492f603e5f0f9a2b231b83f4ebf2cb]:\\n   : โ— postgresql.service - PostgreSQL database server\\n   :    Loaded: loaded (/usr/lib/systemd/system/postgresql.service; disabled; vendor preset: disabled)\\n   :    Active: inactive (dead)\\n\\n3. connect to database.\\n\\n   #+begin_src sh :eval no\\n   su - postgres # switch to user \\\"postgres\\\"\\n   psql # then launch PostgreSQL console.\\n   #+end_src\\n\\n   #+begin_src sh :eval no\\n   # after login console, set password\\n   postgres=# \\\\password postgres\\n   #+end_src\\n\\n   #+begin_src sh :eval no\\n   # OR\\n   psql -h localhost -U postgres -w -d test -c \\\"\\\\d\\\" -l\\n   # OR use cli tools \\\"pgcli\\\"\\n   pgcli -U postgres\\n   #+end_src\\n\\n4. (optional) create database user and his database.\\n\\n   #+NAME: add a Linux user\\n   #+begin_src sh :dir /sudo::\\n   sudo adduser dbuser\\n   #+end_src\\n\\n   #+NAME: add database user for upper created Linux user.\\n   #+headers: :cmdline -h localhost -U postgres -w\\n   #+begin_src sql :engine postgresql\\n   CREATE USER dbuser WITH PASSWORD 'password';\\n   #+end_src\\n\\n   Then create database user's database named \\\"exampledb\\\" here:\\n\\n   #+headers: :cmdline -h localhost -U postgres -w\\n   #+begin_src sql :engine postgresql\\n   CREATE DATABASE exampledb OWNER dbuser;\\n   #+end_src\\n\\n   Assign the \\\"exampledb\\\" to database user \\\"dbuser\\\", otherwise user only can\\n   login console, but can't operate on database:\\n\\n   #+headers: :cmdline -h localhost -U postgres -w\\n   #+begin_src sql :engine postgresql\\n   GRANT ALL PRIVILEGES ON DATABASE exampledb TO dbuser;\\n   #+end_src\\n\\n5. create a database and table on PostgreSQL.\\n\\n   #+NAME: create PostgreSQL test database\\n   #+headers: :cmdline -h localhost -U postgres -w\\n   #+begin_src sql :engine postgresql\\n   CREATE DATABASE test;\\n\\n   USE test;\\n\\n   CREATE TABLE contacts (\\n           name VARCHAR(20),\\n           gender CHAR(1),\\n           birthday VARCHAR(10)\\n           );\\n   #+end_src\\n\\n   #+RESULTS: create PostgreSQL test database\\n\\n6. fill data into table.\\n\\n   #+NAME: PostgreSQL workflow: fill data into table\\n   #+headers: :cmdline -h localhost -U postgres -w -d test\\n   #+begin_src sql :engine postgresql\\n   INSERT INTO contacts (name, gender, birthday)\\n       VALUES ('stardiviner', 'M', '1990-03-24');\\n   #+end_src\\n\\n   #+RESULTS: PostgreSQL workflow: fill data into table\\n\\n7. query info in database.\\n\\n   #+NAME: PostgreSQL workflow: query database demo\\n   #+headers: :cmdline -h localhost -U postgres -w -d test\\n   #+begin_src sql :engine postgresql\\n   SELECT * FROM contacts;\\n   #+end_src\\n\\n   #+RESULTS[<2018-12-25 14:25:43> f968b67c300789dc955202e938ea3078bb41033d]: PostgreSQL workflow: query database demo\\n   | name        | gender |   birthday |\\n   |-------------+--------+------------|\\n   | stardiviner | M      | 1990-03-24 |\\n\"}}}\n" 506 507 (fontified t composition (0 1 [61600]) keymap (keymap) face org-level-1 org-category "temp") 507 508 (fontified t keymap (keymap) face org-level-1 org-category "temp") 508 516 (fontified t face org-level-1 org-category "temp") 520 544 (org-category "temp" fontified t) 544 561 (htmlize-link (:uri "*Configuration") org-category "temp" fontified t help-echo "LINK: *Configuration" invisible org-link face org-link mouse-face highlight keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) font-lock-multiline t) 561 562 (htmlize-link (:uri "*Configuration") rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) org-category "temp" fontified t help-echo "LINK: *Configuration" invisible org-link face org-link mouse-face highlight keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) font-lock-multiline t) 562 574 (htmlize-link (:uri "*Configuration") org-category "temp" fontified t help-echo "LINK: *Configuration" face org-link mouse-face highlight keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) font-lock-multiline t) 574 575 (htmlize-link (:uri "*Configuration") rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) org-category "temp" fontified t help-echo "LINK: *Configuration" face org-link mouse-face highlight keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) font-lock-multiline t) 575 576 (htmlize-link (:uri "*Configuration") org-category "temp" fontified t help-echo "LINK: *Configuration" invisible org-link face org-link mouse-face highlight keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) font-lock-multiline t) 576 577 (rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) htmlize-link (:uri "*Configuration") org-category "temp" fontified t help-echo "LINK: *Configuration" invisible org-link face org-link mouse-face highlight keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) font-lock-multiline t) 577 589 (org-category "temp" fontified t) 593 635 (org-category "temp" fontified t) 639 669 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 671 713 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 715 727 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 731 748 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 750 794 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 796 808 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 812 889 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 891 894 (org-category "temp" fontified t) 894 945 (org-category "temp" fontified t face org-code) 947 950 (org-category "temp" fontified t) 950 1018 (org-category "temp" fontified t face org-code) 1018 1030 (org-category "temp" fontified t face org-code) 1030 1045 (org-category "temp" fontified t face org-code) 1045 1049 (org-category "temp" fontified t face org-code) 1051 1054 (org-category "temp" fontified t) 1054 1082 (org-category "temp" fontified t face org-code) 1086 1109 (org-category "temp" fontified t) 1113 1139 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 1141 1154 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1154 1158 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1158 1160 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-delimiter-face org-block)) 1160 1175 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-face org-block)) 1177 1185 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-face org-block)) 1189 1197 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1197 1199 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-delimiter-face org-block)) 1199 1230 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-face org-block)) 1232 1244 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 1248 1274 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 1276 1279 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1279 1281 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-delimiter-face org-block)) 1281 1314 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-face org-block)) 1316 1319 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1319 1327 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-variable-name-face org-block)) 1327 1328 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1328 1329 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1329 1330 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1332 1341 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1341 1349 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1351 1363 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 1367 1393 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 1395 1398 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1398 1400 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-delimiter-face org-block)) 1400 1402 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-face org-block)) 1404 1451 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1455 1456 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-string-face org-block)) 1458 1461 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1463 1466 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1466 1468 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-delimiter-face org-block)) 1468 1485 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-face org-block)) 1487 1492 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-comment-face org-block)) 1496 1516 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1518 1530 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 1534 1580 (org-category "temp" fontified t) 1580 1586 (org-category "temp" fontified t) 1590 1617 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 1619 1649 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 1651 1673 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1675 1687 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 1691 1749 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 1751 1760 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 1760 1801 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 1803 1840 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 1842 1845 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1845 1851 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 1851 1852 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1852 1856 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-builtin-face org-block)) 1856 1864 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1864 1868 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 1868 1878 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1878 1888 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-string-face org-block)) 1888 1889 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 1891 1903 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 1907 1953 (org-category "temp" fontified t) 1955 1964 (org-category "temp" fontified t) 1966 1972 (org-category "temp" fontified t) 1976 2026 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2028 2065 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 2067 2070 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 2070 2076 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 2076 2106 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 2106 2109 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 2111 2123 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 2127 2141 (org-category "temp" fontified t) 2143 2152 (org-category "temp" fontified t) 2154 2172 (org-category "temp" fontified t) 2174 2180 (org-category "temp" fontified t) 2182 2207 (org-category "temp" fontified t) 2209 2257 (org-category "temp" fontified t) 2261 2311 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2313 2328 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 2328 2331 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 2331 2350 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 2352 2355 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 2355 2360 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 2360 2361 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 2361 2364 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 2364 2365 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 2365 2375 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 2375 2376 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 2376 2378 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 2378 2398 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 2398 2400 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 2400 2408 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 2410 2422 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 2426 2429 (org-category "temp" fontified t) 2429 2435 (org-category "temp" fontified t) 2435 2447 (org-category "temp" fontified t) 2447 2450 (org-category "temp" fontified t) 2450 2451 (org-category "temp" fontified t) 2451 2456 (org-category "temp" fontified t) 2456 2457 (org-category "temp" fontified t) 2457 2459 (org-category "temp" fontified t) 2459 2471 (org-category "temp" fontified t) 2475 2480 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2480 2484 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2484 2486 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2486 2492 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2492 2517 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2519 2569 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2571 2586 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 2586 2589 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 2589 2608 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 2610 2613 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2613 2619 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-keyword-face org-block) org-category "temp") 2619 2630 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2630 2634 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2638 2645 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2645 2650 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2654 2657 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2657 2663 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-keyword-face org-block) org-category "temp") 2663 2664 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2664 2669 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-keyword-face org-block) org-category "temp") 2669 2670 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2670 2678 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-function-name-face org-block) org-category "temp") 2678 2680 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2682 2693 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2693 2697 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-keyword-face org-block) org-category "temp") 2697 2698 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2698 2705 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-type-face org-block) org-category "temp") 2705 2710 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2712 2730 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2730 2734 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-type-face org-block) org-category "temp") 2734 2738 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2740 2760 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2760 2767 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-type-face org-block) org-category "temp") 2767 2771 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2773 2786 (font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block) org-category "temp") 2788 2800 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 2804 2818 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2818 2824 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2824 2849 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2853 2861 (org-category "temp" fontified t) 2861 2865 (org-category "temp" fontified t) 2865 2866 (org-category "temp" fontified t) 2866 2870 (org-category "temp" fontified t) 2870 2871 (org-category "temp" fontified t) 2871 2876 (org-category "temp" fontified t) 2876 2877 (org-category "temp" fontified t) 2881 2886 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2886 2890 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2890 2918 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2918 2922 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2922 2923 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2923 2927 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2927 2928 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2928 2933 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2935 2993 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 2995 3010 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 3010 3013 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 3013 3032 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-begin-line) 3034 3037 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 3037 3043 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 3043 3044 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 3044 3048 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 3048 3059 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 3059 3063 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 3063 3082 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 3084 3091 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 3091 3097 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 3097 3099 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 3099 3112 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-string-face org-block)) 3112 3114 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 3114 3117 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-string-face org-block)) 3117 3119 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 3119 3131 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (font-lock-string-face org-block)) 3131 3133 (font-lock-fontified t src-block t org-category "temp" fontified t font-lock-multiline t face (org-block)) 3135 3147 (font-lock-fontified t org-category "temp" fontified t font-lock-multiline t face org-block-end-line) 3151 3191 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3191 3195 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3195 3196 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3196 3200 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3200 3201 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3201 3206 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3210 3224 (org-category "temp" fontified t) 3224 3226 (org-category "temp" fontified t) 3226 3236 (org-category "temp" fontified t) 3240 3245 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3245 3249 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3249 3291 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3293 3306 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3306 3319 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3319 3351 (font-lock-fontified t org-category "temp" fontified t face org-meta-line) 3353 3368 (org-category "temp" font-lock-fontified t fontified t font-lock-multiline t face org-block-begin-line) 3368 3371 (org-category "temp" font-lock-fontified t fontified t font-lock-multiline t face org-block-begin-line) 3371 3390 (org-category "temp" font-lock-fontified t fontified t font-lock-multiline t face org-block-begin-line) 3392 3395 (org-category "temp" font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block)) 3395 3401 (org-category "temp" font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 3401 3404 (org-category "temp" font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block)) 3404 3408 (org-category "temp" font-lock-fontified t src-block t fontified t font-lock-multiline t face (font-lock-keyword-face org-block)) 3408 3418 (org-category "temp" font-lock-fontified t src-block t fontified t font-lock-multiline t face (org-block)) 3420 3432 (org-category "temp" font-lock-fontified t fontified t font-lock-multiline t face org-block-end-line) 3436 3439 (org-category "temp" font-lock-fontified t fontified t face org-meta-line) 3439 3554 (font-lock-fontified t fontified t face org-meta-line org-category "temp") 3556 3559 (fontified t org-category "temp") 3559 3561 (fontified t face org-table org-category "temp") 3561 3565 (fontified t face org-table org-category "temp") 3565 3596 (fontified t face org-table org-category "temp") 3598 3601 (fontified t org-category "temp") 3601 3602 (fontified t face org-table org-category "temp") 3602 3638 (fontified t face org-table org-category "temp") 3640 3643 (fontified t org-category "temp") 3643 3659 (fontified t face org-table org-category "temp") 3659 3660 (fontified t face org-table org-category "temp") 3660 3680 (fontified t face org-table org-category "temp"))))
  error("Multibyte text in HTTP request: %s" #("POST /gists HTTP/1.1\015\nMIME-Version: 1.0\015\nConnection: keep-alive\015\nExtension: Security/Digest Security/SSL\015\nHost: api.github.com\015\nAccept-encoding: gzip\015\nAccept: */*\015\nUser-Agent: URL/Emacs Emacs/26.1 (X11; x86_64-pc-linux-gnu)\015\nCookie: _octo=GH1.1.580056838.1518947399; HttpOnly=nil; logged_in=no\015\nAuthorization: Bearer f0451969232bd4e50df0581dc3c5826c5034bf0d\015\nContent-length: 3272\015\n\015\n{\"description\":\"ejc-sql postgresql workflow\",\"public\":true,\"files\":{\"temp.org\":{\"content\":\"* workflow\\n\\n1. Make sure PostgreSQL [[*Configuration][is configured]] in ejc-sql.\\n\\n2. Make sure PostgreSQL daemon is running.\\n\\n   #+begin_src sh :dir /sudo::\\n   sudo systemctl start postgresql.service\\n   #+end_src\\n\\n   #+begin_src sh\\n   systemctl status postgresql.service | cat\\n   #+end_src\\n\\n   #+RESULTS[<2018-03-29 00:31:05> a58966d007492f603e5f0f9a2b231b83f4ebf2cb]:\\n   : โ— postgresql.service - PostgreSQL database server\\n   :    Loaded: loaded (/usr/lib/systemd/system/postgresql.service; disabled; vendor preset: disabled)\\n   :    Active: inactive (dead)\\n\\n3. connect to database.\\n\\n   #+begin_src sh :eval no\\n   su - postgres # switch to user \\\"postgres\\\"\\n   psql # then launch PostgreSQL console.\\n   #+end_src\\n\\n   #+begin_src sh :eval no\\n   # after login console, set password\\n   postgres=# \\\\password postgres\\n   #+end_src\\n\\n   #+begin_src sh :eval no\\n   # OR\\n   psql -h localhost -U postgres -w -d test -c \\\"\\\\d\\\" -l\\n   # OR use cli tools \\\"pgcli\\\"\\n   pgcli -U postgres\\n   #+end_src\\n\\n4. (optional) create database user and his database.\\n\\n   #+NAME: add a Linux user\\n   #+begin_src sh :dir /sudo::\\n   sudo adduser dbuser\\n   #+end_src\\n\\n   #+NAME: add database user for upper created Linux user.\\n   #+headers: :cmdline -h localhost -U postgres -w\\n   #+begin_src sql :engine postgresql\\n   CREATE USER dbuser WITH PASSWORD 'password';\\n   #+end_src\\n\\n   Then create database user's database named \\\"exampledb\\\" here:\\n\\n   #+headers: :cmdline -h localhost -U postgres -w\\n   #+begin_src sql :engine postgresql\\n   CREATE DATABASE exampledb OWNER dbuser;\\n   #+end_src\\n\\n   Assign the \\\"exampledb\\\" to database user \\\"dbuser\\\", otherwise user only can\\n   login console, but can't operate on database:\\n\\n   #+headers: :cmdline -h localhost -U postgres -w\\n   #+begin_src sql :engine postgresql\\n   GRANT ALL PRIVILEGES ON DATABASE exampledb TO dbuser;\\n   #+end_src\\n\\n5. create a database and table on PostgreSQL.\\n\\n   #+NAME: create PostgreSQL test database\\n   #+headers: :cmdline -h localhost -U postgres -w\\n   #+begin_src sql :engine postgresql\\n   CREATE DATABASE test;\\n\\n   USE test;\\n\\n   CREATE TABLE contacts (\\n           name VARCHAR(20),\\n           gender CHAR(1),\\n           birthday VARCHAR(10)\\n           );\\n   #+end_src\\n\\n   #+RESULTS: create PostgreSQL test database\\n\\n6. fill data into table.\\n\\n   #+NAME: PostgreSQL workflow: fill data into table\\n   #+headers: :cmdline -h localhost -U postgres -w -d test\\n   #+begin_src sql :engine postgresql\\n   INSERT INTO contacts (name, gender, birthday)\\n       VALUES ('stardiviner', 'M', '1990-03-24');\\n   #+end_src\\n\\n   #+RESULTS: PostgreSQL workflow: fill data into table\\n\\n7. query info in database.\\n\\n   #+NAME: PostgreSQL workflow: query database demo\\n   #+headers: :cmdline -h localhost -U postgres -w -d test\\n   #+begin_src sql :engine postgresql\\n   SELECT * FROM contacts;\\n   #+end_src\\n\\n   #+RESULTS[<2018-12-25 14:25:43> f968b67c300789dc955202e938ea3078bb41033d]: PostgreSQL workflow: query database demo\\n   | name        | gender |   birthday |\\n   |-------------+--------+------------|\\n   | stardiviner | M      | 1990-03-24 |\\n\"}}}\n" 474 475 (org-category "temp" face org-level-1 keymap (keymap) composition (0 1 [61600]) fontified t) 475 476 (org-category "temp" face org-level-1 keymap (keymap) fontified t) 476 484 (org-category "temp" face org-level-1 fontified t) 488 512 (fontified t org-category "temp") 512 529 (font-lock-multiline t keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) mouse-face highlight face org-link invisible org-link help-echo "LINK: *Configuration" fontified t org-category "temp" htmlize-link (:uri "*Configuration")) 529 530 (font-lock-multiline t keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) mouse-face highlight face org-link invisible org-link help-echo "LINK: *Configuration" fontified t org-category "temp" rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) htmlize-link (:uri "*Configuration")) 530 542 (font-lock-multiline t keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) mouse-face highlight face org-link help-echo "LINK: *Configuration" fontified t org-category "temp" htmlize-link (:uri "*Configuration")) 542 543 (font-lock-multiline t keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) mouse-face highlight face org-link help-echo "LINK: *Configuration" fontified t org-category "temp" rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link) htmlize-link (:uri "*Configuration")) 543 544 (font-lock-multiline t keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) mouse-face highlight face org-link invisible org-link help-echo "LINK: *Configuration" fontified t org-category "temp" htmlize-link (:uri "*Configuration")) 544 545 (font-lock-multiline t keymap (keymap (follow-link . mouse-face) (mouse-3 . org-find-file-at-mouse) (mouse-2 . org-open-at-mouse)) mouse-face highlight face org-link invisible org-link help-echo "LINK: *Configuration" fontified t org-category "temp" htmlize-link (:uri "*Configuration") rear-nonsticky (mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link)) 545 557 (fontified t org-category "temp") 561 603 (fontified t org-category "temp") 607 637 (face org-block-begin-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 639 681 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 683 695 (face org-block-end-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 699 716 (face org-block-begin-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 718 762 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 764 776 (face org-block-end-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 780 857 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 859 862 (fontified t org-category "temp") 862 913 (face org-code fontified t org-category "temp") 915 918 (fontified t org-category "temp") 918 986 (face org-code fontified t org-category "temp") 986 998 (face org-code fontified t org-category "temp") 998 1013 (face org-code fontified t org-category "temp") 1013 1017 (face org-code fontified t org-category "temp") 1019 1022 (fontified t org-category "temp") 1022 1050 (face org-code fontified t org-category "temp") 1054 1077 (fontified t org-category "temp") 1081 1107 (face org-block-begin-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 1109 1122 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1122 1126 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1126 1128 (face (font-lock-comment-delimiter-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1128 1143 (face (font-lock-comment-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1145 1153 (face (font-lock-comment-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1157 1165 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1165 1167 (face (font-lock-comment-delimiter-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1167 1198 (face (font-lock-comment-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1200 1212 (face org-block-end-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 1216 1242 (face org-block-begin-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 1244 1247 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1247 1249 (face (font-lock-comment-delimiter-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1249 1282 (face (font-lock-comment-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1284 1287 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1287 1295 (face (font-lock-variable-name-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1295 1296 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1296 1297 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1297 1298 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1300 1309 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1309 1317 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1319 1331 (face org-block-end-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 1335 1361 (face org-block-begin-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 1363 1366 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1366 1368 (face (font-lock-comment-delimiter-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1368 1370 (face (font-lock-comment-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1372 1419 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1423 1424 (face (font-lock-string-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1426 1429 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1431 1434 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1434 1436 (face (font-lock-comment-delimiter-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1436 1453 (face (font-lock-comment-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1455 1460 (face (font-lock-comment-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1464 1484 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1486 1498 (face org-block-end-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 1502 1548 (fontified t org-category "temp") 1548 1554 (fontified t org-category "temp") 1558 1585 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 1587 1617 (face org-block-begin-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 1619 1641 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1643 1655 (face org-block-end-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 1659 1717 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 1719 1728 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 1728 1769 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 1771 1808 (face org-block-begin-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 1810 1813 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1813 1819 (face (font-lock-keyword-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1819 1820 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1820 1824 (face (font-lock-builtin-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1824 1832 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1832 1836 (face (font-lock-keyword-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1836 1846 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1846 1856 (face (font-lock-string-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1856 1857 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 1859 1871 (face org-block-end-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 1875 1921 (fontified t org-category "temp") 1923 1932 (fontified t org-category "temp") 1934 1940 (fontified t org-category "temp") 1944 1994 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 1996 2033 (face org-block-begin-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 2035 2038 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 2038 2044 (face (font-lock-keyword-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 2044 2074 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 2074 2077 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 2079 2091 (face org-block-end-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 2095 2109 (fontified t org-category "temp") 2111 2120 (fontified t org-category "temp") 2122 2140 (fontified t org-category "temp") 2142 2148 (fontified t org-category "temp") 2150 2175 (fontified t org-category "temp") 2177 2225 (fontified t org-category "temp") 2229 2279 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2281 2296 (face org-block-begin-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 2296 2299 (face org-block-begin-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 2299 2318 (face org-block-begin-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 2320 2323 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 2323 2328 (face (font-lock-keyword-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 2328 2329 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 2329 2332 (face (font-lock-keyword-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 2332 2333 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 2333 2343 (face (font-lock-keyword-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 2343 2344 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 2344 2346 (face (font-lock-keyword-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 2346 2366 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 2366 2368 (face (font-lock-keyword-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 2368 2376 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 2378 2390 (face org-block-end-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 2394 2397 (fontified t org-category "temp") 2397 2403 (fontified t org-category "temp") 2403 2415 (fontified t org-category "temp") 2415 2418 (fontified t org-category "temp") 2418 2419 (fontified t org-category "temp") 2419 2424 (fontified t org-category "temp") 2424 2425 (fontified t org-category "temp") 2425 2427 (fontified t org-category "temp") 2427 2439 (fontified t org-category "temp") 2443 2448 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2448 2452 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2452 2454 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2454 2460 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2460 2485 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2487 2537 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2539 2554 (face org-block-begin-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 2554 2557 (face org-block-begin-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 2557 2576 (face org-block-begin-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 2578 2581 (org-category "temp" face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2581 2587 (org-category "temp" face (font-lock-keyword-face org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2587 2598 (org-category "temp" face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2598 2602 (org-category "temp" face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2606 2613 (org-category "temp" face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2613 2618 (org-category "temp" face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2622 2625 (org-category "temp" face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2625 2631 (org-category "temp" face (font-lock-keyword-face org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2631 2632 (org-category "temp" face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2632 2637 (org-category "temp" face (font-lock-keyword-face org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2637 2638 (org-category "temp" face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2638 2646 (org-category "temp" face (font-lock-function-name-face org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2646 2648 (org-category "temp" face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2650 2661 (org-category "temp" face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2661 2665 (org-category "temp" face (font-lock-keyword-face org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2665 2666 (org-category "temp" face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2666 2673 (org-category "temp" face (font-lock-type-face org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2673 2678 (org-category "temp" face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2680 2698 (org-category "temp" face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2698 2702 (org-category "temp" face (font-lock-type-face org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2702 2706 (org-category "temp" face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2708 2728 (org-category "temp" face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2728 2735 (org-category "temp" face (font-lock-type-face org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2735 2739 (org-category "temp" face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2741 2754 (org-category "temp" face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t) 2756 2768 (face org-block-end-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 2772 2786 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2786 2792 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2792 2817 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2821 2829 (fontified t org-category "temp") 2829 2833 (fontified t org-category "temp") 2833 2834 (fontified t org-category "temp") 2834 2838 (fontified t org-category "temp") 2838 2839 (fontified t org-category "temp") 2839 2844 (fontified t org-category "temp") 2844 2845 (fontified t org-category "temp") 2849 2854 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2854 2858 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2858 2886 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2886 2890 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2890 2891 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2891 2895 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2895 2896 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2896 2901 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2903 2961 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 2963 2978 (face org-block-begin-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 2978 2981 (face org-block-begin-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 2981 3000 (face org-block-begin-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 3002 3005 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 3005 3011 (face (font-lock-keyword-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 3011 3012 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 3012 3016 (face (font-lock-keyword-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 3016 3027 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 3027 3031 (face (font-lock-keyword-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 3031 3050 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 3052 3059 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 3059 3065 (face (font-lock-keyword-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 3065 3067 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 3067 3080 (face (font-lock-string-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 3080 3082 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 3082 3085 (face (font-lock-string-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 3085 3087 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 3087 3099 (face (font-lock-string-face org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 3099 3101 (face (org-block) font-lock-multiline t fontified t org-category "temp" src-block t font-lock-fontified t) 3103 3115 (face org-block-end-line font-lock-multiline t fontified t org-category "temp" font-lock-fontified t) 3119 3159 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 3159 3163 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 3163 3164 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 3164 3168 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 3168 3169 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 3169 3174 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 3178 3192 (fontified t org-category "temp") 3192 3194 (fontified t org-category "temp") 3194 3204 (fontified t org-category "temp") 3208 3213 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 3213 3217 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 3217 3259 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 3261 3274 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 3274 3287 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 3287 3319 (face org-meta-line fontified t org-category "temp" font-lock-fontified t) 3321 3336 (face org-block-begin-line font-lock-multiline t fontified t font-lock-fontified t org-category "temp") 3336 3339 (face org-block-begin-line font-lock-multiline t fontified t font-lock-fontified t org-category "temp") 3339 3358 (face org-block-begin-line font-lock-multiline t fontified t font-lock-fontified t org-category "temp") 3360 3363 (face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t org-category "temp") 3363 3369 (face (font-lock-keyword-face org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t org-category "temp") 3369 3372 (face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t org-category "temp") 3372 3376 (face (font-lock-keyword-face org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t org-category "temp") 3376 3386 (face (org-block) font-lock-multiline t fontified t src-block t font-lock-fontified t org-category "temp") 3388 3400 (face org-block-end-line font-lock-multiline t fontified t font-lock-fontified t org-category "temp") 3404 3407 (face org-meta-line fontified t font-lock-fontified t org-category "temp") 3407 3522 (org-category "temp" face org-meta-line fontified t font-lock-fontified t) 3524 3527 (org-category "temp" fontified t) 3527 3529 (org-category "temp" face org-table fontified t) 3529 3533 (org-category "temp" face org-table fontified t) 3533 3564 (org-category "temp" face org-table fontified t) 3566 3569 (org-category "temp" fontified t) 3569 3570 (org-category "temp" face org-table fontified t) 3570 3606 (org-category "temp" face org-table fontified t) 3608 3611 (org-category "temp" fontified t) 3611 3627 (org-category "temp" face org-table fontified t) 3627 3628 (org-category "temp" face org-table fontified t) 3628 3648 (org-category "temp" face org-table fontified t)))
  url-http-create-request()
  url-http-async-sentinel(#<process api.github.com> "open\n")

Here is my buffer content (which I copy and upload manually)
https://gist.github.com/stardiviner/189c2329947e9612c1c432d7080634ea
You can test with it.

Should depend on kaesar?

The library doesn't byte-compile cleanly because it references kaesar- functions, but the Package-Requires header doesn't mention kaesar.

I think you should probably add kaesar to Package-Requires, and also include a (require 'kaesar)...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.