From 0d4169bf0244ce7aace7e5dab774893fd9f18c54 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 9 Dec 2019 06:12:05 +0100 Subject: [PATCH] Update Org config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- configuration.org | 6 ++++++ 1 file changed, 6 insertions(+) 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)