mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(emacs): more agendas
This commit is contained in:
parent
57b757a78f
commit
b880e8a2e1
1 changed files with 4 additions and 1 deletions
|
|
@ -2194,7 +2194,10 @@ Log DONE time
|
|||
(tags-todo "+waitlist+SCHEDULED<=\"<+14>\""
|
||||
((org-agenda-overriding-header "Waitlist")
|
||||
(org-agenda-hide-tags-regexp "waitlist")
|
||||
(org-agenda-prefix-format " %i %-12:c %-12(my/org-scheduled-get-time)")))))))
|
||||
(org-agenda-prefix-format " %i %-12:c %-12(my/org-scheduled-get-time)")))))
|
||||
("tp" "Personal tasks"
|
||||
((tags-todo "personal"
|
||||
((org-agenda-prefix-format " %i %-12:c [%e] ")))))))
|
||||
#+end_src
|
||||
*** Org Journal
|
||||
[[https://github.com/bastibe/org-journal][org-journal]] is a plugin for maintaining journal in org mode. I want to have its entries separate from my potential base.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue