diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-10-16 16:50:58 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-10-16 16:50:58 +0100 |
commit | 078427e6a82442b76bec0c2c3d2267f7650f72a1 (patch) | |
tree | 729e5c17bd57269f051296068c4d579ac905828c | |
parent | 2f4dbc69fb7d38896221a5753acd0ebc97b845b5 (diff) | |
download | dotfiles-078427e6a82442b76bec0c2c3d2267f7650f72a1.tar.gz dotfiles-078427e6a82442b76bec0c2c3d2267f7650f72a1.tar.bz2 dotfiles-078427e6a82442b76bec0c2c3d2267f7650f72a1.zip |
add a quotes capture template to org-capture
-rw-r--r-- | Emacs/.config/emacs/config.org | 9 |
1 files changed, 8 insertions, 1 deletions
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) |