From 1702b022afb7e712737ddae4fd180348c3a2f245 Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Thu, 5 Apr 2018 23:17:16 -0400 Subject: [PATCH] cannot do what I want...need to think --- conf.el | 11 ++++++----- conf.org | 8 ++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/conf.el b/conf.el index b54586a..49ad23a 100644 --- a/conf.el +++ b/conf.el @@ -563,12 +563,13 @@ Using this scheme, we simply compare the magnitude of the statuscodes" ;; '(category-keep))))))) (setq org-agenda-tags-todo-honor-ignore-options t) +(setq testy 'tags) (setq org-agenda-custom-commands - '((" " "Agenda" - ((if t '(agenda "" nil))) - ;; (tags "REFILE" - ;; ((org-agenda-overriding-header (if nd/agenda-project-view "Tasks to Refile" "Herro")) - ;; (org-tags-match-list-sublevels nil))) + `((" " "Agenda" + ((agenda "" nil) + (,testy "REFILE" + ((org-agenda-overriding-header (if nd/agenda-project-view "Tasks to Refile" "Herro")) + (org-tags-match-list-sublevels nil)))) ;; (if nd/agenda-project-view ;; ,(macroexpand '(nd/agenda-base-task-command "Atomic Tasks" 'nd/skip-non-atomic-tasks)) ;; ,(macroexpand '(nd/agenda-base-project-command "Active Projects" 'nd/skip-non-active-projects)))) diff --git a/conf.org b/conf.org index dfc4ddc..703cea9 100644 --- a/conf.org +++ b/conf.org @@ -761,10 +761,10 @@ tags in the custom commands section but I find this easier to maintain and possi (setq org-agenda-tags-todo-honor-ignore-options t) (setq org-agenda-custom-commands '((" " "Agenda" - ((if t '(agenda "" nil))) - ;; (tags "REFILE" - ;; ((org-agenda-overriding-header (if nd/agenda-project-view "Tasks to Refile" "Herro")) - ;; (org-tags-match-list-sublevels nil))) + ((agenda "" nil) + (tags "REFILE" + ((org-agenda-overriding-header (if nd/agenda-project-view "Tasks to Refile" "Herro")) + (org-tags-match-list-sublevels nil)))) ;; (if nd/agenda-project-view ;; ,(macroexpand '(nd/agenda-base-task-command "Atomic Tasks" 'nd/skip-non-atomic-tasks)) ;; ,(macroexpand '(nd/agenda-base-project-command "Active Projects" 'nd/skip-non-active-projects))))