emacs - Custom Agenda View in Org Mode: Combining Dates and Tags -
I would like to create a custom agenda in organization mode which will show me all the TODO items with a specific tag that is either overdue or due today.
However, I do not find any search function which will allow me to combine two. Am I missing something, or am I trying to use the device incorrectly?
You can use organization-agenda -Filter- apply. Also, I found it useful to hide the tag in the current day or week agenda. As a result, you have something like
(setq org-agenda-custom-commands) (("o" "work with tag 1" (org-agenda-list) (org-agenda -filter-apply, (list +++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Using tags to show actions with 1 () ())
>
Comments
Post a Comment