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")
|
(file+headline "~/org/home.org" "Inbox")
|
||||||
"* TODO [#A] %?\n %i" :empty-lines 1))
|
"* TODO [#A] %?\n %i" :empty-lines 1))
|
||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
'("b" "Quote" entry
|
'("b" "Quote" plain
|
||||||
(file+headline "~/org/quotes.org" "Quotes")
|
(file "~/org/quotes.org")
|
||||||
"%i \n" :empty-lines 1))
|
"%i" :empty-lines 0))
|
||||||
(setq-default org-archive-location "~/org/.archive/%s_archive::* Finished Tasks")
|
(setq-default org-archive-location "~/org/.archive/%s_archive::* Finished Tasks")
|
||||||
|
|
||||||
;; Import ox-latex to get org-latex-classes and other funcitonality
|
;; Import ox-latex to get org-latex-classes and other funcitonality
|
||||||
|
|||||||
Reference in New Issue
Block a user