Flatten timesheets into single file
This commit is contained in:
parent
615f688319
commit
126ddada44
9
init.el
9
init.el
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue