Add org journal + config

This commit is contained in:
2024-07-12 12:35:05 -07:00
parent 4695687780
commit 2408a6d8c6
2 changed files with 4 additions and 3 deletions

View File

@@ -42,13 +42,14 @@
;; change `org-directory'. It must be set before org loads! ;; change `org-directory'. It must be set before org loads!
(setq org-directory "~/org/") (setq org-directory "~/org/")
(after! org (after! org
(setq org-agenda-files '("~/org/" "~/org/from-obsidian/journals" "~/org/from-obsidian/pages") (setq org-agenda-span 'week
org-agenda-span 'week
org-log-done 'time org-log-done 'time
org-agenda-custom-commands '(("d" "Agenda" org-agenda-custom-commands '(("d" "Agenda"
((agenda "") ((agenda "")
(tags-todo "-someday-recurring")))) (tags-todo "-someday-recurring"))))
org-todo-keywords '((sequence "TODO(t)" "IN-PROGRESS(p)" "WAIT(w)" "|" "DONE(d)" "KILL(k)")) 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 org-capture-templates
'(("t" "Todo" entry (file+headline "~/org/todo.org" "Inbox") '(("t" "Todo" entry (file+headline "~/org/todo.org" "Inbox")
"* TODO %? \n %i \n%a" :prepend t)))) "* TODO %? \n %i \n%a" :prepend t))))

View File

@@ -151,7 +151,7 @@
;;nim ; python + lisp at the speed of c ;;nim ; python + lisp at the speed of c
;;nix ; I hereby declare "nix geht mehr!" ;;nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel ;;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 ;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more ;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional ;;purescript ; javascript, but functional