Nicolas Goaziou
|
258996a9a6
|
manual: Fix capitalization of keys
|
2018-03-12 22:49:18 +01:00 |
Marc Ihm
|
bb5e79e2e8
|
removed org-index.el in favor of melpa
|
2018-03-11 08:24:39 +01:00 |
Kyle Meyer
|
eeba7a5316
|
manual: Sync with org.texi
|
2018-03-07 22:08:47 -05:00 |
Bastien
|
824cc8e56a
|
Delete spurious file
|
2018-03-06 18:42:51 +01:00 |
Nicolas Goaziou
|
881da595dd
|
manual.org: Fix typo
* contrib/manual.org (Agenda Files): Fix typo.
"iswitchb" refers here to the library name, not to the command.
|
2018-03-05 19:28:00 +01:00 |
Nicolas Goaziou
|
aad62024c9
|
manual: Sync with org.texi
|
2018-03-05 19:26:43 +01:00 |
Kaushal Modi
|
b8e5c232e0
|
manual: Fix typo
|
2018-03-05 11:34:40 -05:00 |
Bastien
|
902148a967
|
Merge branch 'maint'
|
2018-03-04 21:22:32 +01:00 |
Bastien
|
a1dfd4ff20
|
org.texi: Fix typo
* doc/org.texi (Activation, Agenda files): Fix typo.
Thanks to Th. Rikl for reporting this.
|
2018-03-04 08:42:47 +01:00 |
Nicolas Goaziou
|
ca5206eed5
|
manual: Fix typo
|
2018-03-03 10:03:45 +01:00 |
Nicolas Goaziou
|
6a0f31c04a
|
manual: Properly format number ranges
|
2018-03-03 01:41:44 +01:00 |
stardiviner
|
6f976f1947
|
* ob-clojure-literate.el support graphics inline image link result.
(ob-clojure-literate-inject-code): save Clojure image variable to :file.
(ob-clojure-literate-support-graphics-result): fix src block does handle
graphics file result issue.
Use it like this:
,#+begin_src clojure :cache no :dir "data/images" :results graphics :file "ob-clojure-literate.png"
(use '(incanter core stats datasets charts io pdf))
(def ob-clojure-literate (histogram (sample-normal 1000)))
,#+end_src
|
2018-03-02 14:22:44 +08:00 |
Nicolas Goaziou
|
09af7f18b2
|
manual: Remove index entry and fix typo
|
2018-02-27 23:37:43 +01:00 |
Nicolas Goaziou
|
b4f887f2d4
|
manual: Remove spurious index entry
|
2018-02-27 23:29:22 +01:00 |
Nicolas Goaziou
|
e43e213d26
|
manual: Sync with "org.texi"
Fix some bindings
|
2018-02-27 20:29:46 +01:00 |
Nicolas Goaziou
|
273b760418
|
manual: Sync with "org.texi"
Update UP, DOWN, LEFT, RIGHT keys
|
2018-02-27 20:24:06 +01:00 |
Nicolas Goaziou
|
c30f01418f
|
manual: Sync manual with "org.texi"
Use @samp{...} in index.
|
2018-02-27 20:18:10 +01:00 |
Nicolas Goaziou
|
3dc112d516
|
manual: Apply 0 value for `org-edit-src-content-indentation'
|
2018-02-27 19:18:20 +01:00 |
Nicolas Goaziou
|
70b029c6a8
|
manual: Sync changes to "org.texi"
|
2018-02-18 22:48:32 +01:00 |
Nicolas Goaziou
|
dd12f2722c
|
manual: Remove last user reserved keys
|
2018-02-18 11:26:40 +01:00 |
Nicolas Goaziou
|
e30089dbd6
|
manual: Do not assume `org-store-link' is bound to `C-c l'
|
2018-02-18 11:21:13 +01:00 |
Nicolas Goaziou
|
328406eb2c
|
manual: Update "Adding Hyperlink Types" section
|
2018-02-18 11:00:49 +01:00 |
Nicolas Goaziou
|
1c6e72c086
|
manual: Do not assume `org-capture' is bound to `C-c c'
|
2018-02-17 21:41:10 +01:00 |
Nicolas Goaziou
|
d035155901
|
manual: Do not assume `org-agenda' is bound to `C-c a'
|
2018-02-17 19:21:33 +01:00 |
Nicolas Goaziou
|
80d781fb6c
|
manual: Fix typo
|
2018-02-16 14:39:10 +01:00 |
Nicolas Goaziou
|
88638b9c04
|
manual: Fix compilation error
|
2018-02-16 14:17:33 +01:00 |
Nicolas Goaziou
|
5a1a94b644
|
manual: Fix typo and add missing index entry
|
2018-02-15 23:12:08 +01:00 |
stardiviner
|
2e6922191e
|
* ob-lua.el: remove it.
original ob-lua exists already.
|
2018-02-14 18:22:45 +08:00 |
stardiviner
|
90dfba15a6
|
* ob-clojure-literate.el (Clojure Literate Programming in Org-mode): Add.
Stable version.
|
2018-02-10 08:31:06 +08:00 |
stardiviner
|
1c60511672
|
* ob-spice.el (supporting spice in Org-mode Babel): Add.
Copied version.
|
2018-02-10 08:28:40 +08:00 |
stardiviner
|
8b50e6cf5a
|
* ob-smiles.el (supporting SMILES in Org-mode Babel): Add.
Copied version.
|
2018-02-10 08:25:53 +08:00 |
stardiviner
|
f643a75bd1
|
* ob-redis.el (supporting Redis in Org-mode Babel): Add.
First version.
|
2018-02-10 08:17:36 +08:00 |
stardiviner
|
8a58a9fd46
|
* ob-php.el (supporting PHP in Org-mode Babel): Add.
First version.
|
2018-02-10 08:16:29 +08:00 |
stardiviner
|
43c0354811
|
* ob-lua.el (supporting Lua in Org-mode Babel): Add.
First version.
|
2018-02-10 08:13:53 +08:00 |
bzg
|
6c5f5acf86
|
Merge branch 'ob-arduino' of stardiviner/org-mode into master
|
2018-02-07 10:18:02 +00:00 |
stardiviner
|
2f2d7552b9
|
* ob-arduino.el (supporting Arduino in Org-mode Babel): Add.
First version.
|
2018-02-07 17:37:30 +08:00 |
Marc Ihm
|
7276466c4e
|
patchlevel for org-index.el
|
2018-02-06 20:52:23 +01:00 |
Nicolas Goaziou
|
6f815a1283
|
manual.org: Fix typos
|
2018-01-28 14:13:39 +01:00 |
Nicolas Goaziou
|
0aee6f76b3
|
manual.org: Fix typo
|
2018-01-22 21:04:58 +01:00 |
Nicolas Goaziou
|
a86883fab8
|
manual.org: Fix example
|
2018-01-22 20:53:29 +01:00 |
Nicolas Goaziou
|
41c8e69afc
|
manual.org: Document calls to external blocks
|
2018-01-22 19:44:01 +01:00 |
Nicolas Goaziou
|
da1b9fdca1
|
manual.org: Normalize description lists
|
2018-01-22 18:26:24 +01:00 |
Nicolas Goaziou
|
a274c9ef35
|
manual.org: Minor fixes
Fix indentation of some lists and a few typos.
|
2018-01-22 14:45:17 +01:00 |
Nicolas Goaziou
|
5e443d9072
|
manual: Fix indentation of a list
|
2018-01-22 14:23:41 +01:00 |
Nicolas Goaziou
|
8d930a2d09
|
manual: Pacify linter
Fix internal links since titlecase change.
|
2018-01-20 16:19:53 +01:00 |
Nicolas Goaziou
|
297265a4aa
|
manual: Add titlecase on level 1 and 2 (part 2)
|
2018-01-20 15:29:13 +01:00 |
Nicolas Goaziou
|
d5c7be6f45
|
manual: Export to "org.texi"
|
2018-01-20 15:21:25 +01:00 |
Nicolas Goaziou
|
7ee925fa91
|
manual: Use titlecase for level 1 and 2 nodes
|
2018-01-20 15:14:14 +01:00 |
Nicolas Goaziou
|
029c890018
|
manual: Sync with "org.texi"
|
2018-01-19 18:27:57 +01:00 |
Nicolas Goaziou
|
0155441358
|
Merge branch 'maint'
|
2018-01-19 18:22:00 +01:00 |