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:
parent
1e278a8540
commit
0d4169bf02
@ -2897,6 +2897,12 @@ This is a big one; I use a lot of customisation here.
|
|||||||
(lambda ()
|
(lambda ()
|
||||||
(expand-file-name "blog.org" org-directory)))
|
(expand-file-name "blog.org" org-directory)))
|
||||||
"* %^{Title} :blog:\n:PROPERTIES:\n:CREATED: %T\n:END:\n\n%i%?")))
|
"* %^{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
|
:hook
|
||||||
(ediff-select . f-ediff-org-unfold-tree-element)
|
(ediff-select . f-ediff-org-unfold-tree-element)
|
||||||
(ediff-unselect . f-ediff-org-fold-tree)
|
(ediff-unselect . f-ediff-org-fold-tree)
|
||||||
|
Loading…
Reference in New Issue
Block a user