Emacs org-mode: adjust agenda view

This commit is contained in:
Marcel Kapfer 2019-02-02 17:16:38 +01:00
parent 272d029f06
commit 27a2d5bc80
No known key found for this signature in database
GPG Key ID: 2DD1043A5603FCED
1 changed files with 7 additions and 0 deletions

View File

@ -474,6 +474,13 @@
("p" "Project Idea" entry (file+headline "~/cloud/org/projects.org" "INBOX")
"* TODO %?\n %i\n :PROPERTIES:\n :CREATED: %U\n :END:\n")))
;; change org-agenda category/file display
(setq org-agenda-prefix-format
'((agenda . " %i %-18:c%?-12t% s")
(todo . " %i %-18:c")
(tags . " %i %-18:c")
(search . " %i %-18:c")))
;; set org refile targets
(setq org-refile-targets '((org-agenda-files :maxlevel . 2)))