diff --git a/configuration.org b/configuration.org index d161154..8e2ca01 100644 --- a/configuration.org +++ b/configuration.org @@ -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)