From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: new (iCalendar) exporter problem Date: Sun, 05 May 2013 22:02:41 +0200 Message-ID: <5186BAE1.2090509@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]:55998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZ58y-0003t0-UF for emacs-orgmode@gnu.org; Sun, 05 May 2013 16:02:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZ58y-0002jj-4G for emacs-orgmode@gnu.org; Sun, 05 May 2013 16:02:48 -0400 Received: from mout.gmx.net ([212.227.15.19]:61326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZ58x-0002ix-SI for emacs-orgmode@gnu.org; Sun, 05 May 2013 16:02:48 -0400 Received: from mailout-de.gmx.net ([10.1.76.16]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0Llbtx-1TyNHR3a0F-00bIBb for ; Sun, 05 May 2013 22:02:42 +0200 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: Nicolas Goaziou Cc: emacs-orgmode Hi Nicolas, I'm using the new icalendar export and one of it's more advanced features: (setq org-icalendar-exclude-tags '("noexport" "drawnin")) The docstring says: Tags that exclude a tree from export. This variable allows to specify different exclude tags from other back-ends. It can also be set with the ICAL_EXCLUDE_TAGS keyword. What really happens: The icalendar CATEGORIES which I am filling with these (i.e. (setq org-icalendar-categories '(all-tags))) no longer bears the mentioned strings, but the actual entries are still there. I could not see any obvious mistake in how exclude-tags are handled. Thus, I concluded maybe it affects other exporters as well. Apart from that, it seems to work fine. I just got me the latest maint but the issue persists. Cheers, Simon