Marco Wahl
e3046e22d4
Merge branch 'maint'
2019-12-11 23:11:20 +01:00
Marco Wahl
9b85eaa65a
org-manual: Unify to two spaces after a dot
2019-12-11 23:10:42 +01:00
Marco Wahl
67e48de639
org-manual: Fix typo
2019-12-11 22:58:30 +01:00
Nicolas Goaziou
6504e6d35f
Merge branch 'maint'
2019-12-11 22:08:04 +01:00
Nicolas Goaziou
74c9b11e80
org-manual: Fix typo
...
* doc/org-manual.org (Column Width and Alignment): Fix typo.
2019-12-11 22:07:42 +01:00
Nicolas Goaziou
ea302ea5b5
Merge branch 'maint'
2019-12-11 21:52:14 +01:00
Nicolas Goaziou
2e6853e798
org-manual: Improve an example
...
* doc/org-manual.org (Computed tag filtering): Do not suggest using
one-armed `if' constructs. Remove misleading "org" prefix, and source
block indentation.
2019-12-11 21:51:20 +01:00
Nicolas Goaziou
8d5803ced9
Merge branch 'maint'
2019-12-11 21:39:57 +01:00
Nicolas Goaziou
a8da497261
org-manual: Suggest kbd macro for bindings
...
* doc/org-manual.org (Capture templates): Suggest kbd macro for
bindings.
2019-12-11 21:39:09 +01:00
Nicolas Goaziou
3e3819392e
org-manual: Use proper markup
...
* doc/org-manual.org (Computed tag filtering): Use proper
markup. E.g., use verbatim for anything meant to appear in an Org
document. Use fixed-width for single line examples. Fix spacing after
"e.g.". Use active voice and present tense.
2019-12-11 21:35:05 +01:00
Nicolas Goaziou
37a2eff212
Merge branch 'maint'
2019-12-11 21:28:42 +01:00
Nicolas Goaziou
fffb57aa39
org-manual: Fix typo
...
* doc/org-manual.org (Computed tag filtering): Fix spacing after
"i.e.".
2019-12-11 21:27:52 +01:00
Marco Wahl
ace6372a03
Merge branch 'maint'
2019-12-11 15:52:57 +01:00
Marco Wahl
5a7fadf59a
manual: Fix in section [Computed tag filtering]
2019-12-11 15:50:56 +01:00
Marco Wahl
348e607889
agenda: Make the non-hd lines applicable for filters
...
Remark: Examples for non-hd lines are "Diary lines" and "Anniv lines".
2019-12-09 23:21:34 +01:00
Nicolas Goaziou
2f9188658b
org-capture: Silence byte-compiler
...
* lisp/org-capture.el (org-capture-set-target-location): Fix pcase
patterns.
2019-12-09 22:14:01 +01:00
Nicolas Goaziou
1c4a3c4f69
Merge branch 'maint'
2019-12-09 21:31:52 +01:00
Thibault Marin
91def2a211
ox-html: Add equation numbers only for numbered environments
...
* lisp/ox-html.el (org-html-latex-environment): Add caption to
numbered environments only
(org-html--latex-environment-numbered-p): New function.
2019-12-09 21:29:56 +01:00
Marco Wahl
2c0f936e88
ORG-NEWS: Fix the location of the entries from last commit
2019-12-09 21:09:52 +01:00
Jason Dunsmore
a410413be8
org-capture: Add support for month trees
...
* doc/org-manual.org: Add `:tree-type month' option for capture
templates.
* lisp/org-capture.el (org-capture-set-target-location): Add
`:tree-type month' option to capture templates to group entries by
month.
* lisp/org-datetree.el (org-datetree-find-month-create): Add
`org-datetree-find-month-create' function to add datetree entries
grouped by month.
* testing/lisp/test-org-datetree.el
(test-org-datetree/find-month-create): Add test for new function.
2019-12-09 20:08:28 +01:00
Kyle Meyer
5f2247f2fe
Merge branch 'maint'
2019-12-09 05:34:03 -05:00
Takaaki ISHIKAWA
c7ad3f8845
ox.el: Replace error with user-error to exit org-export-dispatch
...
* lisp/ox.el (org-export--dispatch-action): Replace error with
user-error a user-error so that user can quit `org-export-dispatch'
without entering debugging mode.
Modified from a patch proposal by Takaaki Ishikawa.
<https://lists.gnu.org/archive/html/emacs-orgmode/2019-12/msg00071.html >
2019-12-09 05:33:00 -05:00
Nicolas Goaziou
be743450c9
Merge branch 'maint'
2019-12-07 12:31:46 +01:00
Nicolas Goaziou
eab7c4e581
ox-latex: Fix output for Tikz or PGF images
...
* lisp/ox-latex.el (org-latex--inline-image): Fix output for Tikz or
PGF images.
2019-12-07 12:30:19 +01:00
Kyle Meyer
2eee3ca190
Merge branch 'maint'
2019-12-05 23:00:03 -05:00
Kyle Meyer
2ab4540b98
Update customize-package-emacs-version-alist
...
* lisp/org.el (customize-package-emacs-version-alist): Map Org 9.3 to
Emacs 27.1.
2019-12-05 22:59:53 -05:00
Paul Eggert
a3101370bd
Backport commit 4c9330771 from Emacs
...
* lisp/org-agenda.el (org-agenda-filter): Fix unescaped literal ‘+’ in
regexp. Reported by Mattias Engdegård in:
https://lists.gnu.org/r/emacs-devel/2019-12/msg00215.html
* lisp/org.el (org-clone-subtree-with-time-shift): Fix a regexp typo
that mishandled strings like ‘\1d’, reported by the same email.
2019-12-05 regexp lint fixes
4c933077157ba409d645f4649c8a3a8e534d53d5
Paul Eggert
Thu Dec 5 19:32:12 2019 -0800
2019-12-05 22:59:06 -05:00
Bastien
bb61b37ee2
ol.el: Don't store the same link twice
...
* lisp/ol.el (org-store-link): Don't store the same link twice.
2019-12-05 17:11:26 +01:00
Bastien
0997eba287
org-agenda.el: Warn the user when removing all agenda filters
...
* lisp/org-agenda.el (org-agenda-filter-remove-all): Warn the user.
2019-12-05 17:04:02 +01:00
Bastien
7938b6ec30
org.el: Fix warning when updating to the same TODO state
...
* (org-todo): Only warn about TODO state change when both new and
old states are not `nil'.
2019-12-05 16:57:37 +01:00
Bastien
0ff2867aa1
org.el: Warn the user when buffer is (un)narrowed to subtree
...
* lisp/org.el (org-toggle-narrow-to-subtree): Warn the user when
buffer is (un)narrowed to subtree.
2019-12-05 16:51:25 +01:00
Kyle Meyer
5d932fe045
Merge branch 'maint'
2019-12-04 21:20:33 -05:00
Paul Eggert
9c5174e235
Backport commit ab612302b from Emacs
...
* lisp/org-table.el (org-table-wrap-region): Avoid
repetition-of-repetition in regexp.
Fix regex repetition of repetitions
ab612302b4917fec5846922f3d8ffafa673c0d36
Paul Eggert
Wed Dec 4 16:54:24 2019 -0800
2019-12-04 21:19:51 -05:00
Marco Wahl
b8f43ecbf4
org,colview: Quit column-view with C-c C-c. manual,news: Update
...
* lisp/org-colview.el (org-columns-toggle-or-columns-quit): New
function. Takes the place of removed function
org-columns-set-tags-or-toggle.
2019-12-04 23:36:33 +01:00
Nicolas Goaziou
fe2db1ee8f
Merge branch 'maint'
2019-12-04 18:46:44 +01:00
Nicolas Goaziou
18ddc64362
ob-plantuml: Fix typo
...
* lisp/ob-plantuml.el (org-babel-plantuml-make-body): Fix typo.
2019-12-04 18:45:18 +01:00
Bastien
36753ee650
etc/ORG-NEWS: Rename "Version Next" to "Version 9.4 (not yet released)"
2019-12-04 10:41:06 +01:00
Bastien
46319b5f69
Backport commit 8fb773cc91 from Emacs
2019-12-04 10:37:19 +01:00
Kyle Meyer
12e87f46a1
Merge branch 'maint'
2019-12-03 21:55:00 -05:00
Kyle Meyer
8cd225a36c
Clean up spacing to pass Emacs's pre-commit check
2019-12-03 21:46:54 -05:00
Kyle Meyer
ce6c4adb24
Merge branch 'maint'
2019-12-03 21:22:57 -05:00
Glenn Morris
f4d8622bc6
Backport commit 94c5eeb1f from Emacs
...
; Fix copyright years and license notices for recent org files
94c5eeb1fd33b043f68c4021fa0aed0e5590763e
Glenn Morris
Tue Dec 3 17:19:14 2019 -0800
2019-12-03 21:22:42 -05:00
Bastien
7d3d14daa3
Merge branch 'next' of code.orgmode.org:bzg/org-mode
2019-12-03 16:36:50 +01:00
Bastien
efe4c85fa2
etc/ORG-NEWS: Use blank lines between paragraphs consistently
2019-12-03 16:25:32 +01:00
Marco Wahl
cb8183d3b7
agenda: Refactor a little
...
* lisp/org-agenda.el (org-agenda-filter-apply): Simplyfy some.
2019-12-03 12:10:45 +01:00
Marco Wahl
0ce8d372b0
Merge branch 'master' into next
2019-12-03 11:49:16 +01:00
Marco Wahl
3342e26f32
Merge branch 'maint'
2019-12-03 11:45:42 +01:00
Marco Wahl
804e6af51c
agenda: Fix filter for day/week agenda
...
* lisp/org-agenda.el (org-agenda-filter-apply): Use the org-hd-marker
to identify headlines instead of org-marker.
2019-12-03 11:42:54 +01:00
Kyle Meyer
aeaaf39381
Merge branch 'master' into next
2019-12-01 21:32:43 -05:00
Kyle Meyer
ad171650bb
Merge branch 'maint'
2019-12-01 21:29:35 -05:00