Update Org config

- Disable using only compatible dates.  Since all my machines are fine with large dates, i don’t
  really have to care.
- Add some prefixes to the Agenda listing so i know where the tasks come from
This commit is contained in:
Gergely Polonkai 2019-12-09 06:12:05 +01:00
parent 1e278a8540
commit 0d4169bf02
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
1 changed files with 6 additions and 0 deletions

View File

@ -2897,6 +2897,12 @@ This is a big one; I use a lot of customisation here.
(lambda ()
(expand-file-name "blog.org" org-directory)))
"* %^{Title} :blog:\n:PROPERTIES:\n:CREATED: %T\n:END:\n\n%i%?")))
(org-read-date-force-compatible-dates nil)
(org-agenda-prefix-format '((agenda . " %i %-12:c%?-12t% s")
(todo . " %i %-12:c %(concat \"[ \"(org-format-outline-path (org-get-outline-path)) \" ]\") ")
(tags . " %i %-12:c %(concat \"[ \"(org-format-outline-path (org-get-outline-path)) \" ]\") ")
(timeline . " % s")
(search . " %i %-12:c")))
:hook
(ediff-select . f-ediff-org-unfold-tree-element)
(ediff-unselect . f-ediff-org-fold-tree)