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

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

[elpa] externals/org 0a21425: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 0a21425: Merge branch 'bugfix'
Date: Mon, 1 Nov 2021 20:57:33 -0400 (EDT)

branch: externals/org
commit 0a21425c846be90af7e06a45a35cdfec10fc9d9c
Merge: 7a6f48a e7085ea
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    Merge branch 'bugfix'
---
 doc/org-manual.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index 6273ec9..af88b85 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -7988,7 +7988,7 @@ patches.  Then you would configure this option like this:
 
 #+begin_src emacs-lisp
 (setq org-capture-templates-contexts
-      '(("p" (in-mode . "message-mode"))))
+      '(("p" ((in-mode . "message-mode")))))
 #+end_src
 
 You can also tell that the command key {{{kbd(p)}}} should refer to
@@ -7996,7 +7996,7 @@ another template.  In that case, add this command key 
like this:
 
 #+begin_src emacs-lisp
 (setq org-capture-templates-contexts
-      '(("p" "q" (in-mode . "message-mode"))))
+      '(("p" "q" ((in-mode . "message-mode")))))
 #+end_src
 
 See the docstring of the variable for more information.



reply via email to

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