branch: externals/denote
commit d42aa0f608fc38ba2adec500bc564807f13a6de4
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Clarify point on org-capture template constraint
---
README.org | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/README.org b/README.org
index 4b48d418e6..bdb35951b4 100644
--- a/README.org
+++ b/README.org
@@ -329,12 +329,13 @@ for a title followed by a prompt for keywords
([[#h:6a92a8b5-d766-42cc-8e5b-8dc2
Users may prefer to leverage ~org-capture~ in order to extend file
creation with the specifiers described in the ~org-capture-templates~
documentation (such as to capture the active region and/or create a
-hyperlink pointing to the given context). Due to the particular
-file-naming scheme of Denote, which is derived dynamically, such
-specifiers cannot be written directly in the template. Instead, they
-have to be assigned to the user option ~denote-org-capture-specifiers~,
-which is interpreted by the function ~denote-org-capture~. Example with
-our default value:
+hyperlink pointing to the given context).
+
+IMPORTANT. Due to the particular file-naming scheme of Denote, which is
+derived dynamically, such specifiers or other arbitrary text cannot be
+written directly in the template. Instead, they have to be assigned to
+the user option ~denote-org-capture-specifiers~, which is interpreted by
+the function ~denote-org-capture~. Example with our default value:
#+begin_src emacs-lisp
(setq denote-org-capture-specifiers "%l\n%i\n%?")