From 078427e6a82442b76bec0c2c3d2267f7650f72a1 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 16 Oct 2024 16:50:58 +0100 Subject: add a quotes capture template to org-capture --- Emacs/.config/emacs/config.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Emacs/.config/emacs') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index b8adf06..2355529 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -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) -- cgit v1.2.3-13-gbd6f