From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Birthdays, org-contacts and agenda filters - a bug? Date: Sun, 22 Jul 2012 13:07:38 +0200 Message-ID: <500BDEFA.3090809@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ssu0k-0003Q6-H5 for emacs-orgmode@gnu.org; Sun, 22 Jul 2012 07:07:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ssu0j-0002QM-8F for emacs-orgmode@gnu.org; Sun, 22 Jul 2012 07:07:42 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:38840) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Ssu0i-0002Nc-SX for emacs-orgmode@gnu.org; Sun, 22 Jul 2012 07:07:41 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode 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