There are none :(

This commit is contained in:
LinlyBoi
2025-03-30 08:24:56 +02:00
parent e5b5d132d2
commit 5d30a856cd

View File

@@ -302,6 +302,10 @@
'("h" "Home" entry '("h" "Home" entry
(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
'("b" "Quote" entry
(file "~/org/quotes.org")
"%i \n" :empty-lines 1))
(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