summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--init.el6
2 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 32fccde..d1dba0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,4 +34,4 @@ org-clock-save.el
/history
/projects
/tramp
-bookmarks
+bookmarks \ No newline at end of file
diff --git a/init.el b/init.el
index b7075cf..cd94419 100644
--- a/init.el
+++ b/init.el
@@ -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")))))