Account for modified filepaths; show past scheduled todos in org-agenda; fix arobase encoding for DW export of mocked up fediverse posts

This commit is contained in:
mez 2024-08-05 20:18:18 +01:00
parent f2cd7788c8
commit 3be785f316
3 changed files with 3 additions and 4 deletions

View file

@ -736,8 +736,7 @@ Set how the agenda looks.
(tags . "%-2c %b")
(agenda . "%-2c %?-12t%?-12s")))
(setq org-use-property-inheritance (quote ("LOCATION")))
(setq org-agenda-todo-ignore-scheduled t)
(setq org-agenda-todo-ignore-deadlines t)
(setq org-agenda-todo-ignore-scheduled 'future)
#+END_SRC
Add period information to the agenda header (this has a very weird output, completely different when you insert a function from just using text, utterly bizarre).