[Org] Move ‘org-agenda-prefix-format’ to custom.el

This commit is contained in:
Daniel - 2017-11-06 21:28:06 +01:00
parent 11a467de51
commit 9db7801fe6
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 0 additions and 7 deletions

View File

@ -350,13 +350,6 @@ forces clocking in of the default task."
("DATE" "NOP" "HOLD")
""))
(setq org-agenda-prefix-format
'((agenda . " %11s%-4c %4e %?-12t")
(timeline . "% s")
(todo . " %-4c ")
(tags . " %-4c ")
(search . " %-4c ")))
(defun db/org-agenda-list-deadlines (&optional match)
;; XXX org-agenda-later does not work, fix this
"Prepare agenda view that only lists upcoming deadlines.