]> git.eshelyaron.com Git - emacs.git/commitdiff
Update to Org 9.5-59-g52e6f1
authorKyle Meyer <kyle@kyleam.com>
Sat, 23 Oct 2021 17:34:28 +0000 (13:34 -0400)
committerKyle Meyer <kyle@kyleam.com>
Sat, 23 Oct 2021 17:46:59 +0000 (13:46 -0400)
doc/misc/org.org
lisp/org/org-macro.el
lisp/org/org-version.el

index 5977f09161076188a10695e8decb62c45627551e..788e5efedf5e4c1ccfedd2968cb7fa302e0835a1 100644 (file)
@@ -16543,7 +16543,7 @@ more "bibliography" keywords.
 #+bibliography: "/some/file/with spaces/in its name.bib"
 #+end_example
 
-#+kindex: C-c C-x @
+#+kindex: C-c C-x @@
 #+findex: org-cite-insert
 One can then insert and edit citations using ~org-cite-insert~, called
 with {{{kbd(C-c C-x @)}}}.
index b8d3373418d18a15494f6f64f8d3f28bbd9435ff..1259430ae44c4ad9bba0d3ea37c25a72339a2891 100644 (file)
@@ -125,7 +125,7 @@ previous one, unless VALUE is nil.  Return the updated list."
   "Collect macro definitions in current buffer and setup files.
 Return an alist containing all macro templates found."
   (let ((templates
-         `(("author" . ,(org-macro--find-keyword-value "AUTHOR"))
+         `(("author" . ,(org-macro--find-keyword-value "AUTHOR" t))
           ("email" . ,(org-macro--find-keyword-value "EMAIL"))
           ("title" . ,(org-macro--find-keyword-value "TITLE" t))
           ("date" . ,(org-macro--find-date)))))
index 4464459695f58318b62affa70fdb1da1f96f2a26..55f186b47120d9eca9f95541de3a11983fa7a6dc 100644 (file)
@@ -11,7 +11,7 @@ Inserted by installing Org mode or when a release is made."
 (defun org-git-version ()
   "The Git version of Org mode.
 Inserted by installing Org or when a release is made."
-   (let ((org-git-version "release_9.5-57-g9bc3a2"))
+   (let ((org-git-version "release_9.5-59-g52e6f1"))
      org-git-version))
 \f
 (provide 'org-version)