Flatten timesheets into single file

This commit is contained in:
Evie Litherland-Smith 2025-02-03 17:11:34 +00:00
parent 615f688319
commit 126ddada44

View file

@ -540,7 +540,6 @@
(org-fontify-emphasized-text t)
(org-fontify-quote-and-verse-blocks t)
(org-tags-column 0)
(org-use-property-inheritance '("WON"))
(org-enforce-todo-dependencies t)
(org-enforce-todo-checkbox-dependencies t)
(org-yank-folded-subtrees nil)
@ -715,18 +714,18 @@
:fileskip0 t
:emphasize t
:indent t
:filetitle t
:link t
:hidefiles t
:properties ("WON")
:inherit-props t))
(org-agenda-start-with-log-mode t)
(org-agenda-start-with-clockreport-mode t)
(org-agenda-start-with-log-mode nil)
(org-agenda-prefix-format '((agenda . " %-12:c%?-12t% s")
(todo . " %-12:c")
(tags . " %-12:c")
(search . " %-12:c")))
(org-agenda-file-regexp "\\`[^.].*\\.org\\\(\\.gpg\\\)?\\'")
(org-agenda-files (list (expand-file-name org-directory)
(expand-file-name "timesheets" org-directory)))
(org-agenda-files (list (expand-file-name org-directory)))
:config
(require 'appt)
(require 'khalel)