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
Stefan Monnier
f2d03cb6b4
Backport commit 5bc97ebce from Emacs
...
* lisp/org.el (org-mode): Add pcomplete-completions-at-point to capf.
This lets the normal `completion-at-point` and `complete-symbol`
use `pcomplete` for completion.
(org-mode-map): Leave M-TAB bound to the global default since
`pcomplete` is now obsolete.
5bc97ebceb54e0eb2804bef4c1bc32a40d8a2371
Stefan Monnier
Mon Nov 18 17:47:06 2019 -0500
2019-12-01 21:28:39 -05:00
Marco Wahl
8ded89cc38
Merge branch 'master' into next
2019-11-26 22:45:10 +01:00
Marco Wahl
be7e88ae30
agenda: Fix: Don't loop over headlines in region at agenda-todo
...
* lisp/org-agenda.el (org-agenda-todo): Set the respective variable to
nil.
2019-11-26 22:33:45 +01:00
Nicolas Goaziou
3d4365ba03
org-clock: Fix locale issues in tests
...
* testing/lisp/test-org-clock.el (test-org-clock/clocktable/step):
(test-org-clock/clocktable/extend-today-until): Fix tests failing due
to translation mismatch.
2019-11-24 17:27:53 +01:00
Sebastian Miele
787fa238a9
Add tests about omission of commented src blocks when e.g. tangling
...
* testing/lisp/test-ob.el (test-ob/noweb-expansion): Add clause to
test.
* testing/lisp/test-ob-tangle.el (ob-tangle/commented-src-blocks): Add
test.
2019-11-24 10:27:35 +01:00
Sebastian Miele
0e70e2a42b
ob-core: Respect COMMENTed headlines when expanding noweb references
...
* lisp/ob-core.el (org-babel-expand-noweb-references): Add calls to
org-in-commented-heading-p where appropriate.
2019-11-24 10:27:35 +01:00
Nicolas Goaziou
f4e5b75b47
org-manual: Fix `org-latex-subtitle-format' documentation
...
* doc/org-manual.org (LaTeX specific export settings): Fix
`org-latex-subtitle-format' documentation.
2019-11-23 17:45:23 +01:00
Marco Wahl
be81ee46ba
Merge branch 'master' into next
2019-11-22 11:33:54 +01:00
Marco Wahl
43c086f4f7
org: restrict inline image display to narrowed part
...
* lisp/org.el (org-display-inline-images): Clarify documentation and
introduce the narrowing borders to the function.
2019-11-22 11:29:26 +01:00
Sebastian Miele
3649d95b13
Respect buffer-local value of `org-edit-src-content-indentation'
...
* lisp/org-src.el (org-src--content-indentation): Introduce
permanently buffer-local variable for storing away the potentially
buffer-local value of `org-edit-src-content-indentation' in the source
buffer.
(org-src--contents-for-write-back): Use `org-src--content-indentation'
instead of `org-edit-src-content-indentation' in the edit buffer.
(org-src--edit-element): Set `org-src--content-indentation' in editing
buffer. For greater clarity and consistency, rename already existing
let-bound variable `ind' to `block-ind'.
2019-11-20 22:29:30 +01:00