Marco Wahl
c3bb0118be
Merge branch 'maint'
2019-02-11 09:56:47 +01:00
Marco Wahl
476066b13c
org-manual: Fix reference to binding of org-info-find-node
...
Reported by Ian Garmaise <ian.g@phorixsol.com>
Archived-At: <http://permalink.gmane.org/gmane.emacs.orgmode/123498 >
2019-02-11 09:53:39 +01:00
Nicolas Goaziou
b0379f4f66
Merge branch 'maint'
2019-02-10 23:29:06 +01:00
Nicolas Goaziou
1b1797d446
org-list: Fix missing newline in `org-list-make-subtree'
...
* lisp/org-list.el (org-list-make-subtree): Add missing newline.
Reported-by: Felix Wiemuth
Fixes bug#34334
2019-02-10 23:28:18 +01:00
Nicolas Goaziou
d4d681cc15
ox-publish: Fix previous patch
...
* lisp/ox-publish.el (org-publish-cache-file-needs-publishing): Remove
unnecessary code, since `time-less-p' also handles integers.
Reported-by: Paul Eggert <eggert@cs.ucla.edu>
<http://lists.gnu.org/r/emacs-orgmode/2019-02/msg00074.html >
2019-02-10 13:57:40 +01:00
Nicolas Goaziou
9b3ca51fa4
Merge branch 'maint'
2019-02-09 18:53:28 +01:00
Nicolas Goaziou
b929c3e5e4
Fix typo in docstring
...
* lisp/org.el (org-get-tags): Fix typo in docstring.
2019-02-09 18:52:54 +01:00
Marco Wahl
56eacb4a68
Merge branch 'maint'
2019-02-09 16:28:51 +01:00
Marco Wahl
0985f72a4d
org-manual: Fix documentation about org-agenda-bulk-toggle-all
...
Reported by Ian Garmaise.
Archived-At: <http://permalink.gmane.org/gmane.emacs.orgmode/123486 >
2019-02-09 16:28:11 +01:00
Marco Wahl
cdcbc2fa82
org-goto: Remove jump to point-min at every start of search
...
The jump has been unexpected and confusing and is undocumented AFAICT.
2019-02-09 16:06:06 +01:00
Nicolas Goaziou
de54bbd759
reproducibility: Remove absolute file names in ox-odt.elc
...
* lisp/ox-odt.el (org-odt-schema-dir-list):
(org-odt-styles-dir-list): Remove `eval-when-compile'.
* mk/org-fixup.el (org-make-org-version): Change signature. Do not
hard-code ODT style directory at build time.
Fixes: bug#34323
2019-02-09 12:31:37 +01:00
Nicolas Goaziou
19baf228c0
org-habit: Silence byte-compiler
...
* lisp/org-habit.el (org-habit-build-graph): Silence
byte-compiler. Tiny refactoring.
2019-02-09 00:41:15 +01:00
Nicolas Goaziou
67d25049ed
ox-publish: Use `org-strip-quotes'
...
* lisp/ox-publish.el (org-publish-cache-file-needs-publishing): Use
`org-strip-quotes'.
2019-02-09 00:36:12 +01:00
Nicolas Goaziou
c7f4e85389
ox-publish: Fix arithmetic range error on some systems
...
* lisp/ox-publish.el (org-publish-cache-file-needs-publishing):
(org-publish-cache-ctime-of-src): Use internal time format for
timestamps.
Reported-by: Colin Baxter <m43cap@yandex.com>
<http://lists.gnu.org/r/emacs-orgmode/2019-02/msg00072.html >
2019-02-09 00:32:13 +01:00
Marco Wahl
0da4491622
org-habit: Mouse over habit graph displays date
...
* lisp/org-habit.el (org-habit-build-graph): Display the date also for
day when the task has not been marked done. If the task has been
marked done the string "DONE" appears in the display.
Hint: With { M-x tooltip-mode } the date appears in a tooltip
2019-02-07 23:40:19 +01:00
John Lee
18b85aa3fe
org-habit: Use face 'org-agenda-done for habits scheduled for future
...
* lisp/org-agenda.el (org-agenda-get-scheduled): Use the face.
This has the effect that if you just did the habit, it is "greyed out"
in the agenda.
TINYCHANGE
2019-02-06 22:29:32 +01:00
John Lee
ba9111a7de
org-habit: Always show time of day designation for habits
...
* org-agenda.el (org-agenda-get-scheduled): Always show the time of
day designation for habits
TINYCHANGE
2019-02-06 22:29:29 +01:00
John Lee
ba1fba147f
org-habit: Add org-habit-scheduled-past-days
...
* lisp/org-habit.el (org-habit-scheduled-past-days): New variable
* lisp/org-agenda.el (org-agenda-get-scheduled): override
`org-scheduled-past-days' for habits if
`org-habit-scheduled-past-days` is not nil
TINYCHANGE
2019-02-06 22:29:21 +01:00
Nicolas Goaziou
230cc1ee07
Merge branch 'maint'
2019-02-06 19:34:10 +01:00
Nicolas Goaziou
03d7441813
Fix `org-edit-special' on INCLUDE with additional parameters
...
* lisp/org.el (org-edit-special): Correctly parse filenames with
quotes and additional parameters.
Reported-by: Joon Ro <joon.ro@outlook.com>
<http://lists.gnu.org/r/emacs-orgmode/2019-02/msg00066.html >
2019-02-06 19:32:30 +01:00
Nicolas Goaziou
ef1edfc25c
org-num: Add missing :package-version keywords
...
* lisp/org-num.el (org-num-face):
(org-num-format-function):
(org-num-max-level):
(org-num-skip-commented):
(org-num-skip-footnotes):
(org-num-skip-tags):
(org-num-skip-unnumbered): Add missing :package-version keyword.
2019-02-05 09:19:56 +01:00
Nicolas Goaziou
0b5ce28f1e
Fix :package-version value
...
* lisp/org.el (org-email-link-description-format):
Fix :package-version value.
2019-02-05 09:17:51 +01:00
Nicolas Goaziou
42d9c0d24d
org-num: Silence byte-compiler
2019-02-05 08:43:40 +01:00
Nicolas Goaziou
0e5e01ba76
Merge branch 'maint'
2019-02-04 18:02:54 +01:00
Nicolas Goaziou
70dde3f617
ob-core: Fix Noweb reference regexp
...
* lisp/ob-core.el (org-babel-noweb-wrap): Fix regexp, which could not
match 2 character long references. Add docstring.
2019-02-04 18:02:38 +01:00
Kyle Meyer
87836e14e6
Merge branch 'maint'
2019-02-03 19:17:37 -05:00
Kyle Meyer
69c9f632f4
ORG-NEWS: Fix copyright year
2019-02-03 19:16:36 -05:00
Kyle Meyer
2d88cfbc08
Merge branch 'maint'
2019-02-03 12:05:49 -05:00
Kyle Meyer
c6d37c6ebd
org-attach: Autoload org-attach-dired-to-subtree
...
* lisp/org-attach.el (org-attach-dired-to-subtree): Autoload.
A code snippet in the manual suggests binding this command in
dired-mode-map. Autoload it so that the snippet works without an
implicit (require 'org-attach).
2019-02-03 12:04:57 -05:00
Kyle Meyer
1a16155d99
org-manual: Fix unbalanced parentheses in an example
...
* doc/org-manual.org (Attachments): Balance parentheses in code
snippet.
2019-02-03 12:03:54 -05:00
Nicolas Goaziou
f05c00de28
Merge branch 'maint'
2019-02-03 14:55:52 +01:00
Nicolas Goaziou
96cc9b58c2
Bump Org version
2019-02-03 14:54:58 +01:00
Nicolas Goaziou
8cdafd13f5
Merge branch 'maint'
2019-02-03 14:51:35 +01:00
stardiviner
d6130e5129
org-drill: Add auto pronounce feature
...
* contrib/lisp/org-drill.el (org-drill-entry,
org-drill-entry-before-hook, org-drill-entry-after-hook): Add two
hooks around `org-drill-entry'.
(org-drill-auto-pronounce):
(org-drill-pronounce-command,org-drill-pronounce-command-args): New
functions.
(org-drill-pronounce-word): New function.
(org-drill-hide-subheadings-if): Fix issue in Org 9.2 version.
2019-02-03 14:51:05 +01:00
Nicolas Goaziou
ce48c6b0d1
Merge branch 'maint'
2019-02-03 14:42:18 +01:00
Nicolas Goaziou
70c90c2cb5
Fix nested VISIBILITY property
...
* lisp/org.el (org-set-visibility-according-to-property): Fix nested
VISIBILITY property. Small refactoring.
* testing/lisp/test-org.el (test-org/set-visibility-according-to-property):
Add test.
Reported-by: Michael Maurer <maurer.michael@gmail.com>
<http://lists.gnu.org/r/emacs-orgmode/2019-01/msg00402.html >
2019-02-03 14:23:44 +01:00
Nicolas Goaziou
0586b0e45a
Merge branch 'maint'
2019-02-02 22:51:14 +01:00
Anders Johansson
4761fab2ff
org-faces: Use regexp-opt in org-set-tag-faces
...
* org-faces.el (org-set-tag-faces): Use appropriate call to regexp-opt
TINYCHANGE
2019-02-02 22:50:07 +01:00
Nicolas Goaziou
eefd0c99e8
Merge branch 'maint'
2019-02-02 22:48:45 +01:00
Nicolas Goaziou
7c00e4fbd8
orgguide: Fix typo
...
* doc/orgguide.texi (Refile and copy): Fix typo in `org-copy' binding.
2019-02-02 22:48:32 +01:00
Kyle Meyer
646d4a5fe9
Merge branch 'maint'
2019-01-31 23:04:06 -05:00
Kyle Meyer
af7795533a
Revert "(current-time) => nil" for Emacs 24 compatibility
...
* lisp/org-clock.el (org-clock-resolve-clock):
(org-clock-resolve):
(org-resolve-clocks-if-idle):
* lisp/org-element.el (org-element--cache-interrupt-p):
(org-element--cache-sync):
* lisp/org-habit.el (org-habit-insert-consistency-graphs):
* lisp/org-indent.el (org-indent-add-properties):
* lisp/org-timer.el (org-timer-show-remaining-time):
* lisp/org.el (org-babel-load-file):
(org-current-time):
(org-today):
(org-auto-repeat-maybe): Revert nil to (current-time) replacement for
compatibility with Emacs 24.
This reverts many changes introduced by eb10ad936
(Backport commit
c75f505de from Emacs, 2017-10-20).
Reported-by: Samuel Wales <samologist@gmail.com>
<https://lists.gnu.org/archive/html/emacs-orgmode/2019-01/msg00427.html >
2019-01-31 23:03:10 -05:00
Nicolas Goaziou
683df456a4
org-list: Remove fancy description list indentation
...
* lisp/org-list.el (org-list-description-max-indent): Remove variable.
(org-list-item-body-column): No longer indent specially description
items.
* lisp/org.el (org-indent-line): Prune reference to removed variable
in docstring.
Special indentation on description items breaks indentation in
sub-items.
2019-01-31 00:26:00 +01:00
Nicolas Goaziou
94f67273c6
org-list: Remove unused variable
...
* lisp/org-list.el (org-list-export-context): Remove variable.
2019-01-31 00:12:57 +01:00
Nicolas Goaziou
6c03dc77c9
Merge branch 'maint'
2019-01-30 23:42:48 +01:00
Brad Knotwell
bf9bf7a174
ob-lua: Fix multi-line :var input
...
* lisp/ob-lua.el (org-babel-lua-var-to-lua): Support multi-line :var
input using Lua's [=[ ... ]=] syntax instead of the syntactically
invalid and pythonesque """.
TINYCHANGE
2019-01-30 23:42:32 +01:00
Nicolas Goaziou
eecfa010b4
Merge branch 'maint'
2019-01-30 22:49:35 +01:00
Nicolas Goaziou
d3d9e0bfc0
org-manual: Specify that inactive timestamps are not repeated
...
* doc/org-manual.org (Repeated tasks): Specify that inactive
timestamps are not repeated. Fix markup and typo.
2019-01-30 22:46:47 +01:00
Nicolas Goaziou
e1dab51d4d
Mention `org-todo-repeat-hook' in ORG-NEWS
2019-01-30 22:37:31 +01:00
Nicolas Goaziou
ee29cdc40e
Merge branch 'maint'
2019-01-30 22:36:14 +01:00