Emacs org-mode: adjust agenda view
This commit is contained in:
parent
272d029f06
commit
27a2d5bc80
1 changed files with 7 additions and 0 deletions
|
@ -474,6 +474,13 @@
|
||||||
("p" "Project Idea" entry (file+headline "~/cloud/org/projects.org" "INBOX")
|
("p" "Project Idea" entry (file+headline "~/cloud/org/projects.org" "INBOX")
|
||||||
"* TODO %?\n %i\n :PROPERTIES:\n :CREATED: %U\n :END:\n")))
|
"* 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
|
;; set org refile targets
|
||||||
(setq org-refile-targets '((org-agenda-files :maxlevel . 2)))
|
(setq org-refile-targets '((org-agenda-files :maxlevel . 2)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue