modify quote template

- no empty lines
- made it plain text
- actually writing out commits??!?!?
- nah
This commit is contained in:
LinlyBoi
2025-03-30 08:41:37 +02:00
parent 5cc536b6e1
commit bfc90b85af

View File

@@ -303,9 +303,9 @@
(file+headline "~/org/home.org" "Inbox")
"* TODO [#A] %?\n %i" :empty-lines 1))
(add-to-list 'org-capture-templates
'("b" "Quote" entry
(file+headline "~/org/quotes.org" "Quotes")
"%i \n" :empty-lines 1))
'("b" "Quote" plain
(file "~/org/quotes.org")
"%i" :empty-lines 0))
(setq-default org-archive-location "~/org/.archive/%s_archive::* Finished Tasks")
;; Import ox-latex to get org-latex-classes and other funcitonality