summaryrefslogtreecommitdiff
path: root/lisp/org/org-capture.el
diff options
context:
space:
mode:
authorBastien Guerry <bzg@gnu.org>2013-01-13 11:33:16 +0100
committerBastien Guerry <bzg@gnu.org>2013-01-13 11:33:16 +0100
commita89c8ef024113dbf993db0d379fabbfb06c86520 (patch)
tree94b70d44c096cec75cf0dd10686042ef4574928c /lisp/org/org-capture.el
parentf5e9cbd447d2af41da420a5dde2f28ba75892a37 (diff)
downloademacs-a89c8ef024113dbf993db0d379fabbfb06c86520.tar.gz
Merge Org 7.9.3d (commit e8f5b0ad).
Diffstat (limited to 'lisp/org/org-capture.el')
-rw-r--r--lisp/org/org-capture.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/org/org-capture.el b/lisp/org/org-capture.el
index c888536b385..8a271b8d055 100644
--- a/lisp/org/org-capture.el
+++ b/lisp/org/org-capture.el
@@ -451,7 +451,7 @@ For example, if you have a capture template \"c\" and you want
this template to be accessible only from `message-mode' buffers,
use this:
- '((\"c\" (in-mode . \"message-mode\")))
+ '((\"c\" ((in-mode . \"message-mode\"))))
Here are the available contexts definitions:
@@ -467,11 +467,11 @@ accessible if there is at least one valid check.
You can also bind a key to another agenda custom command
depending on contextual rules.
- '((\"c\" \"d\" (in-mode . \"message-mode\")))
+ '((\"c\" \"d\" ((in-mode . \"message-mode\"))))
-Here it means: in `message-mode buffers', use \"d\" as the
+Here it means: in `message-mode buffers', use \"c\" as the
key for the capture template otherwise associated with \"d\".
-\(The template originally associated with \"q\" is not displayed
+\(The template originally associated with \"d\" is not displayed
to avoid duplicates.)"
:version "24.3"
:group 'org-capture