emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 266a151: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 266a151: Merge branch 'bugfix'
Date: Tue, 2 Nov 2021 10:57:28 -0400 (EDT)

branch: externals/org
commit 266a151d081e54e5801d441c9003e20ce0330b3e
Merge: 0a21425 f135889
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    Merge branch 'bugfix'
---
 lisp/org-macro.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-macro.el b/lisp/org-macro.el
index 5f253ad..749df4e 100644
--- a/lisp/org-macro.el
+++ b/lisp/org-macro.el
@@ -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 _)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]