diff options
Diffstat (limited to 'lisp/org/org-bibtex.el')
-rw-r--r-- | lisp/org/org-bibtex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-bibtex.el b/lisp/org/org-bibtex.el index 52643994879..def9340e430 100644 --- a/lisp/org/org-bibtex.el +++ b/lisp/org/org-bibtex.el @@ -44,7 +44,7 @@ ;; Here is an example of a capture template that use some of this ;; information (:author :year :title :journal :pages): ;; -;; (setq org-capure-templates +;; (setq org-capture-templates ;; '((?b "* READ %?\n\n%a\n\n%:author (%:year): %:title\n \ ;; In %:journal, %:pages."))) ;; |