add a quotes capture template to org-capture
This commit is contained in:
@@ -3296,7 +3296,14 @@ todo file directly.
|
|||||||
(file "")
|
(file "")
|
||||||
"* TODO %?
|
"* TODO %?
|
||||||
%T
|
%T
|
||||||
%a")))
|
%a")
|
||||||
|
("q" "Quote" entry
|
||||||
|
(file "quotes.org")
|
||||||
|
"* %^{Title: }
|
||||||
|
,#+caption: %^{Origin: } %t
|
||||||
|
,#+begin_quote
|
||||||
|
%?
|
||||||
|
,#+end_quote")))
|
||||||
:general
|
:general
|
||||||
(leader
|
(leader
|
||||||
"C" #'org-capture)
|
"C" #'org-capture)
|
||||||
|
|||||||
Reference in New Issue
Block a user