emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: limit agenda to particular tag?


From: Daniel Martins
Subject: Re: [Orgmode] Re: limit agenda to particular tag?
Date: Mon, 3 Aug 2009 21:47:02 -0300

For me the the custom-commands did not work eitther.

It seems that somehow iy does not take the inherited tags.

I tried to avoid appearing the :WEEKLY: tags in another agenda view but it did not worked



I tried


    ("li" "eliminating WEEKLY tags"
     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 'regexp ":WEEKLY:")
                     )
      )
     )

Daniel

2009/7/29 John SJ Anderson <address@hidden>
Memnon Anon <address@hidden> writes:

> John SJ Anderson <address@hidden> writes:
>
>>   Is there a way to display an agenda (like 'C-a a' does) but have it
>>   limited to items that have a particular tag? (E.g., so I can see only
>>   '@WORK' items when at work.)
>
> Either use your agenda and use / to limit the view to what you want.
> Or create a custom agenda command: I have something like this:

 I couldn't get the custom-commands code you posted to work, but the
 'C-c a a / TAG' thing you and Matthew both pointed out is exactly what
 I was looking for -- thanks to both of you.

chrs,
john.
--
"I believe in getting into hot water; it keeps you clean."
 - G. K. Chesterton


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


reply via email to

[Prev in Thread] Current Thread [Next in Thread]