add a quotes capture template to org-capture

This commit is contained in:
2024-10-16 16:50:58 +01:00
parent 2f4dbc69fb
commit 078427e6a8

View File

@@ -3296,7 +3296,14 @@ todo file directly.
(file "")
"* TODO %?
%T
%a")))
%a")
("q" "Quote" entry
(file "quotes.org")
"* %^{Title: }
,#+caption: %^{Origin: } %t
,#+begin_quote
%?
,#+end_quote")))
:general
(leader
"C" #'org-capture)