Nicolas Goaziou
7240f9c847
org.texi: Fix typo in capture protocol example
...
* doc/org.texi (@code{capture} protocol): Add missing protocol.
Reported-by: Буковская Агнесса <aggie@yandex.ru>
<http://lists.gnu.org/r/emacs-orgmode/2018-03/msg00528.html >
2018-03-28 17:16:57 +02:00
Nicolas Goaziou
df40cf42e5
Merge branch 'master' of code.orgmode.org:bzg/org-mode
2018-03-28 17:14:31 +02:00
Nicolas Goaziou
e01bc94506
org.texi: Overwrite with the one generated from "org-manual.org"
...
* doc/org.texi: Overwrite with the one generated from
"org-manual.org".
2018-03-28 17:13:56 +02:00
Nicolas Goaziou
bfd6d3c867
org-manual: Fix typo in capture protocol
...
Reported-by: Буковская Агнесса <aggie@yandex.ru>
<http://lists.gnu.org/r/emacs-orgmode/2018-03/msg00528.html >
2018-03-28 17:13:56 +02:00
Nicolas Goaziou
a20ed49289
org-manual: Fix link to Calc manual
2018-03-28 16:27:57 +02:00
Nicolas Goaziou
661644aba7
org-manual: Fix typos in copying
2018-03-28 16:27:57 +02:00
Nicolas Goaziou
97fc9a79ec
org-manual: Remove "email" keyword
2018-03-28 16:15:43 +02:00
Nicolas Goaziou
5ee6d18862
org-manual: Fix typo
2018-03-28 16:15:43 +02:00
Nicolas Goaziou
243608f153
org-manual: Normalize S-<cursor> keybindigs
2018-03-28 16:15:43 +02:00
Nicolas Goaziou
b946c93865
org-manual: Fix typo
2018-03-28 16:15:43 +02:00
Nicolas Goaziou
c154c3db02
org-manual: Fix whitespace issues
2018-03-28 16:15:43 +02:00
Nicolas Goaziou
c1777f12a6
org-manual: Fix typo
2018-03-28 16:15:43 +02:00
Nicolas Goaziou
fde21b962e
org-manual: Fix table size
2018-03-28 16:15:43 +02:00
Nicolas Goaziou
6d4ae97103
Rename "manual.org" into "org-manual.org"
2018-03-28 16:15:40 +02:00
Nicolas Goaziou
7d2ed44f76
Move "manual.org" into "doc/"
2018-03-28 14:21:16 +02:00
Kyle Meyer
052fc2226b
Merge branch 'maint'
2018-03-27 18:22:29 -04:00
Rasmus
ab488dc438
org.el: Fix whitespace issue blocking upstream commit
2018-03-27 18:21:31 -04:00
Nicolas Goaziou
30b7fba2ae
Merge branch 'maint'
2018-03-26 23:27:07 +02:00
Nicolas Goaziou
1b3cc4e463
Update version
2018-03-26 23:24:00 +02:00
Nicolas Goaziou
842a5ba6d3
org-agenda: Fix temporary delays
...
* lisp/org-agenda.el (org-agenda-get-scheduled): Ignore "--Xd" delays
after first repeat.
Reported-by: hhkg@protonmail.com
<http://lists.gnu.org/r/emacs-orgmode/2018-03/msg00481.html >
2018-03-26 23:22:38 +02:00
Kyle Meyer
be8f76cbe9
Merge branch 'maint'
2018-03-26 00:07:03 -04:00
Glenn Morris
8cf787cbad
Backport commit 7d6c7d0b4 from Emacs
...
; Use GNU not Gnu in docs
7d6c7d0b461705fd67f7df1096b6f6376931f140
Glenn Morris
Fri Mar 23 16:01:12 2018 -0400
2018-03-26 00:05:57 -04:00
Glenn Morris
b45c1ff4d4
Backport commit a6a821d29 from Emacs
...
* lisp/ob-lisp.el (org-babel-lisp-eval-fn): Tweak type.
Avoids type mismatch when relevant library is not present/loaded.
a6a821d29bda3e45fb26289e6119359ea3b91ebb
Glenn Morris
Thu Mar 22 14:37:45 2018 -0400
2018-03-26 00:01:40 -04:00
Nicolas Goaziou
18082bcdc9
Merge branch 'maint'
2018-03-25 23:29:02 +02:00
Maxim Cournoyer
5b6e099a6b
contrib: ob-sclang: Fix compilation issue.
...
* contrib/lisp/ob-sclang.el: Require sclang instead of sclang-interp.
2018-03-25 23:28:42 +02:00
Nicolas Goaziou
9aaa035e88
Merge branch 'maint'
2018-03-25 22:56:01 +02:00
Nicolas Goaziou
8c9ebc81f0
Revert "ob-table: Fix org-sbe's handling of quotes in cell values"
...
This reverts commit 5b59e16c9e
.
2018-03-25 22:55:24 +02:00
Nicolas Goaziou
9e70db6bab
Revert "ob-table: Fix org-sbe's handling of list arguments"
...
This reverts commit c9d617b322
.
2018-03-25 22:55:14 +02:00
Nicolas Goaziou
6261bbd20b
Revert "ob-table: Mention passing ranges as lists in org-sbe's documentation"
...
This reverts commit 02b1574ea9
.
2018-03-25 22:54:56 +02:00
stardiviner
6bb4134cdd
ob-js: Small refactoring.
...
* lisp/ob-js.el (org-babel-prep-session:js): Replace `mapc' + `lambda'
with `dolist'.
2018-03-25 22:47:27 +02:00
stardiviner
5ee6c45953
ob-js: support :session for js-comint REPL.
...
* lisp/ob-js.el (org-babel-js-cmd): Add js-comint.
(org-babel-js-initiate-session): Add support for js-comint.
2018-03-25 22:47:03 +02:00
stardiviner
b4e2fed77e
ob-js: support :session for Indium Node REPL.
...
* lisp/ob-js.el (org-babel-js-cmd): Add "indium".
(org-babel-execute:js): Handle Indium REPL.
2018-03-25 22:41:05 +02:00
stardiviner
1a1e2286ba
ob-js: support :session for skewer-mode REPL.
...
* lisp/ob-js.el (org-babel-js-cmd): Add "skewer-mode".
(org-babel-execute:js):
(org-babel-js-initiate-session): Handle skewer mode.
2018-03-25 22:38:02 +02:00
Marc Ihm
d73a5e4137
Removed reference to org-index.el from README
2018-03-24 16:29:40 +01:00
Nicolas Goaziou
d33e6eae51
org-macro: Refactoring
...
* lisp/org-macro.el (org-macro-initialize-templates): Refactor function.
* testing/lisp/test-org-macro.el (test-org/macro-replace-all): Remove
duplicate tests. Add new test.
2018-03-23 23:40:56 +01:00
Nicolas Goaziou
28977b719c
Merge branch 'maint'
2018-03-23 23:32:00 +01:00
Nicolas Goaziou
143a87e45c
org-macro: Fix infloop when re-defining built-in macros
...
* lisp/org-macro.el (org-macro-initialize-templates): User-defined
macros have higher precedence than built-in macros.
Reported-by: Eric S Fraga <esflists@gmail.com>
<http://lists.gnu.org/r/emacs-orgmode/2018-03/msg00413.html >
2018-03-23 23:30:06 +01:00
Kyle Meyer
2ddb26f95d
Merge branch 'maint'
2018-03-22 09:26:49 -04:00
Kyle Meyer
fa15abe6e8
Update version keyword
...
As of fffd300ef
(Update version keyword, 2018-02-24), this should be
bumped with each release.
2018-03-22 09:18:32 -04:00
Bastien
3a4fd33e58
Merge branch 'maint'
2018-03-22 09:21:33 +01:00
Martin Kampas
dd4e57b1d1
Extend match-sparse-tree test for tag hierarchies
...
* test-org.el (test-org/match-sparse-tree): Add new test.
Test commit 894ec00: Fix recursion stop condition when expanding tags.
2018-03-22 09:21:23 +01:00
Bastien
366d80a6f2
Merge branch 'maint'
2018-03-22 02:28:02 +01:00
Bastien
a9139d9976
lisp/org-list.el: Enhance error message
...
* lisp/org-list.el (org-list-indent-item-generic): Use
`user-error' and enhance the error message.
2018-03-22 02:22:15 +01:00
Nicolas Goaziou
6713c2792f
Merge branch 'maint'
2018-03-21 12:52:43 +01:00
Nicolas Goaziou
b5a90a7ab5
Silence byte-compiler
2018-03-21 12:52:19 +01:00
Nicolas Goaziou
4a631383dd
Remove unused regexp
...
* lisp/org.el (org-log-drawer-start-re):
(org-log-drawer-end-re)
(org-log-drawer-re): Remove variables.
2018-03-21 12:49:41 +01:00
Bastien
f0958d559c
Merge branch 'maint'
2018-03-21 02:13:21 +01:00
Martin Kampas
894ec00e9f
org.el: Fix recursion stop condition when expanding tags
...
* lisp/org.el (org-expand-tags): Fix recursion stop condition.
See http://lists.gnu.org/r/emacs-orgmode/2018-03/msg00228.html
TINYCHANGE
2018-03-21 02:12:42 +01:00
Bastien
27d0c469c0
Merge branch 'maint'
2018-03-21 01:58:25 +01:00
Bastien
e28a5a66ad
org.el: Enhance `org-tag-add-to-alist' and use it more
...
* lisp/org.el (org-tag-add-to-alist): Check against the car of
the ("tag") or ("tag" . ?k) element.
(org-global-tags-completion-table, org-make-tags-matcher)
(org-set-tags, org-change-tag-in-region)
(org-agenda-prepare-buffers): Use `org-tag-add-to-alist'.
2018-03-21 01:57:45 +01:00