* agenda-custom view with timegrid not showing inherited tags
@ 2009-09-05 13:36 Daniel Martins
2009-09-06 0:29 ` Daniel Martins
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Martins @ 2009-09-05 13:36 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 850 bytes --]
I want to create a custom agenda view without all my :WEEKLY: tags appts to
focus on extraordinary appointmens on the week.
I could not do that directly because most :WEEKLY: tags were inherited.
I did a hack by eliminating the regexp "\\+1w>" common to all my weekly
todos but combinations with other inherited tags was not possible
How can I do this in a more elegante way?
Daniel
(setq org-agenda-custom-commands
'(
...
("l" "cLeaning Weekly"
agenda ""
((org-agenda-ndays 7) ;; agenda will start in week view
(org-agenda-repeating-timestamp-show-all t) ;; ensures that
repeating events appear on all relevant dates
(org-agenda-log-mode-items '(state))
(org-agenda-skip-function '(org-agenda-skip-entry-if
'scheduled 'deadline 'regexp "\\+1w>")
)
)
)
...
)
[-- Attachment #1.2: Type: text/html, Size: 1018 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: agenda-custom view with timegrid not showing inherited tags
2009-09-05 13:36 agenda-custom view with timegrid not showing inherited tags Daniel Martins
@ 2009-09-06 0:29 ` Daniel Martins
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Martins @ 2009-09-06 0:29 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 1061 bytes --]
PROBLEM SOLVED
I have found the solution hidden in the list:
(org-agenda-filter-preset '("-WEEKLY"))
2009/9/5 Daniel Martins <danielemc@gmail.com>
> I want to create a custom agenda view without all my :WEEKLY: tags appts to
> focus on extraordinary appointmens on the week.
>
> I could not do that directly because most :WEEKLY: tags were inherited.
>
>
> I did a hack by eliminating the regexp "\\+1w>" common to all my weekly
> todos but combinations with other inherited tags was not possible
>
> How can I do this in a more elegante way?
>
> Daniel
>
> (setq org-agenda-custom-commands
> '(
> ...
> ("l" "cLeaning Weekly"
> agenda ""
> ((org-agenda-ndays 7) ;; agenda will start in week view
> (org-agenda-repeating-timestamp-show-all t) ;; ensures that
> repeating events appear on all relevant dates
> (org-agenda-log-mode-items '(state))
> (org-agenda-skip-function '(org-agenda-skip-entry-if
> 'scheduled 'deadline 'regexp "\\+1w>")
> )
> )
> )
> ...
> )
>
[-- Attachment #1.2: Type: text/html, Size: 1468 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-09-06 0:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-05 13:36 agenda-custom view with timegrid not showing inherited tags Daniel Martins
2009-09-06 0:29 ` Daniel Martins
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).