diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-01-25 00:26:34 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-01-25 00:26:34 -0500 |
commit | 1805b9124237248038fd9793fa5bbd8ba5274a72 (patch) | |
tree | 8911c8faa79f03fc78a14918f8e744f9eaee8d35 | |
parent | e4657e7cacaba49cf19ed999b297ff344c0d57e4 (diff) | |
download | emacs.d-1805b9124237248038fd9793fa5bbd8ba5274a72.tar.gz |
Remove unused custom Org agenda command
-rw-r--r-- | init/km-org.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/init/km-org.el b/init/km-org.el index 13d8fd0..5341f7f 100644 --- a/init/km-org.el +++ b/init/km-org.el @@ -41,12 +41,6 @@ (setq org-agenda-custom-commands '(("d" todo "DONE" nil) ("s" todo "STARTED" nil) - ("A" agenda "" - ((org-agenda-skip-function - (lambda nil - (org-agenda-skip-entry-if 'notregexp "\\=.*\\[#A\\]"))) - (org-agenda-ndays 1) - (org-agenda-overriding-header "Today's Priority #A tasks: "))) ("u" "Unschedule TODO entries" alltodo "" ((org-agenda-skip-function (lambda nil |