Nicolas Goaziou
75ece16507
Move bindings together
2018-02-01 13:54:25 +01:00
Nicolas Goaziou
2a91f967ca
Merge branch 'maint'
2018-01-31 21:20:54 +01:00
Nicolas Goaziou
ddc8e8eb23
ox: Fix typo in docstring
...
* lisp/ox.el (org-export-with-toc): Fix typo in docstring. Slightly
rephrase it.
2018-01-31 21:20:21 +01:00
Nicolas Goaziou
86f3ef8d80
org-macs: Fix typo in docstring.
...
* lisp/org-macs.el (org-match-any-p): Fix typo in docstring.
2018-01-31 18:20:25 +01:00
Nicolas Goaziou
68b076bf52
Re-organize some bindings
2018-01-31 17:56:21 +01:00
Nicolas Goaziou
b86413beb3
ob-exp: Fix Lisp evaluation when exporting a source block
...
* lisp/ob-exp.el (org-babel-exp-src-block): Fully expand block
parameters before exporting a source block.
Reported-by: Fabrice Popineau <fabrice.popineau@supelec.fr>
<http://lists.gnu.org/r/emacs-orgmode/2018-01/msg00471.html >
2018-01-30 10:42:56 +01:00
Nicolas Goaziou
485f218510
Merge branch 'maint'
2018-01-30 10:12:32 +01:00
Nicolas Goaziou
7efa0f2879
Fix inline src and inline babel calls parsing
...
* lisp/org-element.el (org-element-inline-babel-call-parser):
(org-element-inline-src-block-parser): Tolerate any prefix before the objects.
* testing/lisp/test-ob-exp.el (ob-exp/exports-inline-code):
* testing/lisp/test-org-element.el (test-org-element/inline-src-block-parser):
Update tests.
Reported-by: Greg Minshall <minshall@acm.org>
<http://lists.gnu.org/r/emacs-orgmode/2018-01/msg00489.html >
2018-01-30 10:11:02 +01:00
Nicolas Goaziou
04bf418922
org-element: Ignore contiguous spaces in macro arguments
...
* lisp/org-element.el (org-element-macro-parser): Ignore
non-meaningful spaces (e.g., indentation).
(org-element-macro-interpreter): Do not interpret macro from its raw
value. Instead, build it again from its parsed contents.
2018-01-29 15:17:37 +01:00
Nicolas Goaziou
55e8c6f9c3
Merge branch 'maint'
2018-01-28 17:10:13 +01:00
Nicolas Goaziou
5b4a711949
Fix fontification of macro spanning over multiple lines
...
* lisp/org.el (org-fontify-macros): Handle macros spanning over
multiple lines.
2018-01-28 17:08:03 +01:00
Nicolas Goaziou
00dbb3089f
org-element: Improve description item's interpretation
...
* lisp/org-element.el (org-element-item-interpreter): Improve
indentation of description items.
2018-01-28 16:09:54 +01:00
Nicolas Goaziou
8730f80c0d
org-element: Fix failing test
...
* testing/lisp/test-org-element.el (test-org-element/interpret-data):
Fix test.
2018-01-28 15:40:15 +01:00
Nicolas Goaziou
6f815a1283
manual.org: Fix typos
2018-01-28 14:13:39 +01:00
Nicolas Goaziou
b4dda5f340
org-element: Print lower case affiliated keywords
...
* lisp/org-element.el (org-element--interpret-affiliated-keywords):
Print lower case keywords.
2018-01-28 14:06:33 +01:00
Nicolas Goaziou
33a9eef11f
Allow editing partially shrunk columns
...
* lisp/org-table.el (org-table-with-shrunk-field): New macro.
(org-table-get-field):
(org-table-toggle-column-width): Use new macro.
(org-table--shrunk-field): Update function.
(org-table--shrink-field): When there is a width cookie, leave first
characters editable.
* lisp/org.el (org-self-insert-command):
(org-delete-backward-char):
(org-delete-char): Small refactoring. Handle shrink overlays.
* testing/lisp/test-org-table.el (test-org-table/toggle-column-width):
Update tests.
2018-01-25 23:57:11 +01:00
Nicolas Goaziou
5411435633
org-table: Tiny rewording to docstring
...
* lisp/org-table.el (org-table--read-column-selection): Tiny
rewording.
2018-01-25 23:42:58 +01:00
Nicolas Goaziou
9cf9f56ff6
org-table: Fix `org-table-current-column' on hlines
...
* lisp/org-table.el (org-table-current-column): Return a meaningful
value also on hlines.
(org-table-toggle-column-width): Use `org-table-current-column'
instead of re-inventing wheel.
* testing/lisp/test-org-table.el (test-org-table/current-column): New
test.
2018-01-25 22:55:53 +01:00
Nicolas Goaziou
13424336a6
org-element: Prefer lower case letters for blocks and keywords
...
* lisp/org-element.el (org-element-center-block-interpreter):
(org-element-dynamic-block-interpreter):
(org-element-inlinetask-interpreter):
(org-element-quote-block-interpreter):
(org-element-special-block-interpreter):
(org-element-babel-call-interpreter):
(org-element-comment-block-interpreter):
(org-element-example-block-interpreter):
(org-element-export-block-interpreter):
(org-element-keyword-interpreter):
(org-element-src-block-interpreter):
(org-element-verse-block-interpreter): Use lower case letters when
interpreting object.
* testing/lisp/test-org-element.el (test-org-element/example-block-parser):
(test-org-element/center-block-interpreter):
(test-org-element/dynamic-block-interpreter):
(test-org-element/inlinetask-interpreter):
(test-org-element/quote-block-interpreter):
(test-org-element/comment-block-interpreter):
(test-org-element/example-block-interpreter):
(test-org-element/keyword-interpreter):
(test-org-element/src-block-interpreter):
(test-org-element/verse-block-interpreter):
* testing/lisp/test-ox.el (test-org-export/handle-options):
(test-org-export/expand-macro):
(test-org-export/before-processing-hook): Update tests.
2018-01-24 12:56:25 +01:00
Nicolas Goaziou
8ecc4c4365
Move `org-match-any-p' in "org-macs.el"
...
* lisp/org-macs.el (org-match-any-p): Moved from "org.el".
* lisp/org.el (org-match-any-p): Removed.
2018-01-23 09:48:01 +01:00
Nicolas Goaziou
66bbe54a75
org-table: Small refactoring
...
* lisp/org-table.el (org-table-align): Small refactoring.
2018-01-23 00:40:13 +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
2367e25c6b
Merge branch 'maint'
2018-01-22 19:29:32 +01:00
Nicolas Goaziou
4d46a20ea2
ob-lob: Fix Babel calls with external references
...
* lisp/ob-lob.el (org-babel-lob--src-info):
(org-babel-lob-get-info): Handle calls with external references, i.e.,
FILE:NAME(...) syntax.
* testing/lisp/test-ob-lob.el (test-ob-lob/external-reference-syntax):
(test-ob-lob/call-with-indirection): New tests.
2018-01-22 19:27:13 +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
cafa08334a
Merge branch 'maint'
2018-01-21 23:27:05 +01:00
Jack Henahan
ffa5f3c519
org-clock: Improve `untilnow' range behavior and performance
...
* org-clock.el (org-clock-special-range): Set `untilnow' to use the
year -50000, rather than the earliest representable date.
(org-clock--oldest-date): Remove.
The `untilnow' range relied on the constant `org-clock--oldest-date`
to find the earliest representable date, which caused delays when
loading `org-clock' on systems where `most-negative-fixnum' is large.
This change removes that constant in favor of a simpler hack to
produce a range between the current time and before the dawn of human
civilization. If this breaks your workflow, please report to the Time
Police.
TINYCHANGE
2018-01-21 23:26:22 +01:00
Nicolas Goaziou
8d930a2d09
manual: Pacify linter
...
Fix internal links since titlecase change.
2018-01-20 16:19:53 +01:00
Nicolas Goaziou
7a20ccafb5
Merge branch 'maint'
2018-01-20 15:55:36 +01:00
Nicolas Goaziou
b891e46ccb
Fix typo in docstring
...
* lisp/org.el (org-reload): Fix typo.
2018-01-20 15:55:13 +01:00
Nicolas Goaziou
b7e94882ea
Move some indentation functions in "org-macs.el", remove others
...
* lisp/org-macs.el (org-get-indentation): Moved from "org.el"
(org-get-string-indentation):
(org-fix-indentation): Remove functions.
2018-01-20 15:54:20 +01:00
Nicolas Goaziou
73861065fc
Tiny cleanup
2018-01-20 15:45:28 +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
f1bc02f03b
Merge branch 'maint'
2018-01-20 13:41:41 +01:00
Nicolas Goaziou
c06f906f02
Fix typos in docstrings
...
* lisp/org.el (org-category):
(org-preview-latex-image-directory):
(org-hidden-keywords):
(org-scan-tags):
(org-find-exact-heading-in-directory):
(org-revert-all-org-buffers): Change "org" to "Org" where appropriate.
2018-01-20 13:40:57 +01:00
Nicolas Goaziou
1c8e687f47
org-compat: Silence byte-compiler
2018-01-20 13:32:03 +01:00
Nicolas Goaziou
d6729e3eda
Merge branch 'maint'
2018-01-20 13:29:49 +01:00
Nicolas Goaziou
c2576f349b
Re-hide archived subtrees when showing branches
...
* lisp/org.el (org-kill-note-or-show-branches): Re-hide archived
subtrees when showing branches.
Reported-by: Allen Li <vianchielfaura@gmail.com>
<http://lists.gnu.org/r/emacs-orgmode/2018-01/msg00340.html >
2018-01-20 13:28:53 +01:00
Nicolas Goaziou
d378d9ec7e
Do not hijack keybindings in Calendar mode
...
* lisp/org-compat.el (org-calendar-to-agenda-key):
(org-calendar-insert-diary-entry-key): Moved from "org.el".
(org--setup-calendar-bindings): New function.
Fixes: Bug#10289
2018-01-20 13:07:46 +01:00
thibault
3604f24f95
ORG-NEWS: Add note about links to equations in HTML export
2018-01-19 18:38:07 +01:00
Nicolas Goaziou
929b65533a
Merge branch 'maint'
2018-01-19 18:31:48 +01:00
Tim Landscheidt
63c0266688
Update URLs in source code or tests
...
TINYCHANGE
2018-01-19 18:30:40 +01:00
Nicolas Goaziou
029c890018
manual: Sync with "org.texi"
2018-01-19 18:27:57 +01:00
Nicolas Goaziou
d316405ffd
Merge branch 'maint'
2018-01-19 18:25:45 +01:00