emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 6fa5206: Update to Org 9.5-59-g52e6f1


From: Kyle Meyer
Subject: emacs-28 6fa5206: Update to Org 9.5-59-g52e6f1
Date: Sat, 23 Oct 2021 13:49:15 -0400 (EDT)

branch: emacs-28
commit 6fa520677095c5872f1d448f6f1001ee22e42276
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    Update to Org 9.5-59-g52e6f1
---
 doc/misc/org.org        | 2 +-
 lisp/org/org-macro.el   | 2 +-
 lisp/org/org-version.el | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/misc/org.org b/doc/misc/org.org
index 5977f09..788e5ef 100644
--- a/doc/misc/org.org
+++ b/doc/misc/org.org
@@ -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 @)}}}.
diff --git a/lisp/org/org-macro.el b/lisp/org/org-macro.el
index b8d3373..1259430 100644
--- a/lisp/org/org-macro.el
+++ b/lisp/org/org-macro.el
@@ -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)))))
diff --git a/lisp/org/org-version.el b/lisp/org/org-version.el
index 4464459..55f186b 100644
--- a/lisp/org/org-version.el
+++ b/lisp/org/org-version.el
@@ -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))
 
 (provide 'org-version)



reply via email to

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