emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] how to filter CATEGORY entries in org-agenda-custom comman


From: Bastien
Subject: Re: [Orgmode] how to filter CATEGORY entries in org-agenda-custom command (agenda)?
Date: Fri, 11 Feb 2011 11:32:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Rainer,

Rainer Stengele <address@hidden> writes:

> how to filter CATEGORY entries in org-agenda-custom command (agenda)?

You can do this by setting `org-agenda-skip-function' to a function 
that matches CATEGORY.  You can find a subtree's category through 

  (org-entry-get (point) "CATEGORY")

HTH,

-- 
 Bastien



reply via email to

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