Add org journal + config
This commit is contained in:
@@ -42,13 +42,14 @@
|
||||
;; change `org-directory'. It must be set before org loads!
|
||||
(setq org-directory "~/org/")
|
||||
(after! org
|
||||
(setq org-agenda-files '("~/org/" "~/org/from-obsidian/journals" "~/org/from-obsidian/pages")
|
||||
org-agenda-span 'week
|
||||
(setq org-agenda-span 'week
|
||||
org-log-done 'time
|
||||
org-agenda-custom-commands '(("d" "Agenda"
|
||||
((agenda "")
|
||||
(tags-todo "-someday-recurring"))))
|
||||
org-todo-keywords '((sequence "TODO(t)" "IN-PROGRESS(p)" "WAIT(w)" "|" "DONE(d)" "KILL(k)"))
|
||||
org-journal-file-type 'weekly
|
||||
org-journal-file-format "%Y-%m-%d.org"
|
||||
org-capture-templates
|
||||
'(("t" "Todo" entry (file+headline "~/org/todo.org" "Inbox")
|
||||
"* TODO %? \n %i \n%a" :prepend t))))
|
||||
|
||||
2
init.el
2
init.el
@@ -151,7 +151,7 @@
|
||||
;;nim ; python + lisp at the speed of c
|
||||
;;nix ; I hereby declare "nix geht mehr!"
|
||||
;;ocaml ; an objective camel
|
||||
org ; organize your plain life in plain text
|
||||
(org +journal) ; organize your plain life in plain text
|
||||
;;php ; perl's insecure younger brother
|
||||
;;plantuml ; diagrams for confusing people more
|
||||
;;purescript ; javascript, but functional
|
||||
|
||||
Reference in New Issue
Block a user