modify quote template
- no empty lines - made it plain text - actually writing out commits??!?!? - nah
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user