chore(emacs): remove filenames from the org agenda
I don't really care where the todos come from. I only care about the todo itself and I need to get it done.
This commit is contained in:
parent
e243672164
commit
a8dfb8fd79
1 changed files with 4 additions and 0 deletions
|
|
@ -157,6 +157,10 @@ just in in the current buffer."
|
||||||
|
|
||||||
(setq org-directory "~/Org"
|
(setq org-directory "~/Org"
|
||||||
org-todo-keywords '((sequence "TODO" "WAITING" "REVIEW" "|" "DONE" "ARCHIVED"))
|
org-todo-keywords '((sequence "TODO" "WAITING" "REVIEW" "|" "DONE" "ARCHIVED"))
|
||||||
|
org-agenda-prefix-format '((agenda . " %?-12t% s")
|
||||||
|
(todo . " ")
|
||||||
|
(tags . " %i %-12:c")
|
||||||
|
(search . " %i %-12:c"))
|
||||||
org-hide-emphasis-markers t
|
org-hide-emphasis-markers t
|
||||||
org-agenda-window-setup 'current-window
|
org-agenda-window-setup 'current-window
|
||||||
org-export-with-broken-links "mark"
|
org-export-with-broken-links "mark"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue