diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-14 09:49:01 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-14 09:49:01 +0000 |
commit | 2e69b71d0fef261803ffda3a67928eb50f489271 (patch) | |
tree | 18f918e81108b414a0e8aa9814023be8050e0707 | |
parent | a60a38e97c4bb77b56ffbd8eebdefc450b5a53f2 (diff) |
update
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | init.el | 6 |
2 files changed, 6 insertions, 2 deletions
@@ -34,4 +34,4 @@ org-clock-save.el /history /projects /tramp -bookmarks +bookmarks
\ No newline at end of file @@ -661,6 +661,10 @@ Restart works only on graphic display." :count-query "tag:inbox and tag:unread" :sort-order newest-first :key "i") + (:name "Todo" + :query "tag:todo" + :sort-order newest-first + :key "t") (:name "Unread" :query "tag:unread" :sort-order newest-first @@ -1298,7 +1302,7 @@ If failed try to complete the common part with `company-complete-common'" (org-agenda-sorting-strategy '(alpha-up deadline-down scheduled-down priority-down)))) (tags-todo "TODO=\"TODO\"" ((org-agenda-overriding-header "TODO") (org-agenda-sorting-strategy '(alpha-up deadline-down scheduled-down priority-down))))) - ((org-agenda-category-filter-preset '("+home" "+habits" "+refile")))) + ((org-agenda-category-filter-preset '("+home" "+habits" "+refile" "+Birthday")))) ("i" tags "idea") ("r" tags "LEVEL=2+REFILE" ((org-agenda-overriding-header "Stuff to refile"))))) |