[Top][All Lists]
[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: |
Sat, 26 Feb 2011 10:27:05 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Hi Rainer,
Rainer Stengele <address@hidden> writes:
> Hi Bastien,
>
> I am in the middle of my org file, having a
>
> #+CATEGORY: TEST
>
> in line 1 of the file. Putting the code
>
> (org-entry-get (point) "CATEGORY")
As Sebastian said please use CATEGORY as a property instead of a general
metadata. org-entry-get will match properties in :PROPERTIES:.
Thanks,
--
Bastien