emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Birthdays, org-contacts and agenda filters - a bug?


From: Simon Thum
Subject: [O] Birthdays, org-contacts and agenda filters - a bug?
Date: Sun, 22 Jul 2012 13:07:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120618 Thunderbird/10.0.5

Hi all,

I have a working setup for birthdays from org-contacts in my default agenda.

However I use split work/private agendas which are discerned using org-agenda-tag-filter-preset. As it happens, my birthday heading does not inherit its tags (from FILETAGS) as I intend; I even tried this:

* BDays :private:
%%(org-contacts-anniversaries "BIRTHDAY" "%y %h :private:")

to give it its "private" tag so it shows in the private agenda. No success so far - although the tag is _not_ displayed in the agenda, neither as tag nor as headline, indicating there is some processing.

An alternate approach might be altering the agenda filters but given my split agenda goal I don't know how. My target agenda is:

        ("p" "private agenda" agenda ""
                 ((org-agenda-span 40)
                  (org-agenda-tag-filter-preset '("+private"))
                  (org-agenda-hide-tags-regexp "private")
                  (org-agenda-compact-blocks t)
                  ))

The only thing really happening is tags filtering - but that seems incompatible with %%() agenda entries. Maybe this is a bug?

I appreciate any idea (that retains my two agenda setup).

Cheers,

Simon



reply via email to

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