1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-22 07:09:47 +00:00

Merge branch 'bugfix'

This commit is contained in:
Nicolas Goaziou 2021-11-02 15:08:37 +01:00
commit 266a151d08

View File

@ -175,7 +175,7 @@ a file, \"input-file\" and \"modification-time\"."
modtime))))))))
;; Install generic macros.
'(("keyword" . (lambda (arg1 &rest _)
(org-macro--find-keyword-value arg1)))
(org-macro--find-keyword-value arg1 t)))
("n" . (lambda (&optional arg1 arg2 &rest _)
(org-macro--counter-increment arg1 arg2)))
("property" . (lambda (arg1 &optional arg2 &rest _)