Skip to content

Commit

Permalink
org: I still want to see todo if it is active in the agenda
Browse files Browse the repository at this point in the history
  • Loading branch information
krick committed Oct 27, 2009
1 parent 1022147 commit f9fd6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kemacs-org.el
Expand Up @@ -98,7 +98,7 @@

(setq org-agenda-custom-commands
'(("g" "GTD Block Agenda"
((todo "NEXT|ACTIVE" ((org-agenda-skip-function '(org-agenda-skip-entry-if 'deadline 'scheduled))))
((todo "NEXT|ACTIVE" )
(tags "PROJECT/-TODO-NEXT-ACTIVE-WAITING-SOMEDAY-DONE-CANCELED"((org-agenda-skip-function '(org-agenda-skip-entry-if 'deadline 'scheduled))))
(tags-todo "вхост|ольга|впоход|vhost/+TODO"((org-agenda-skip-function '(org-agenda-skip-entry-if 'deadline 'scheduled))))
(tags-todo "тех|имакс|оргмод|tech|emacs|orgmode/+TODO"((org-agenda-skip-function '(org-agenda-skip-entry-if 'deadline 'scheduled))))
Expand Down

0 comments on commit f9fd6f1

Please sign in to comment.