From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Re: new (iCalendar) exporter problem Date: Sun, 05 May 2013 22:24:10 +0200 Message-ID: <5186BFEA.5030103@gmx.de> References: <5186BAE1.2090509@gmx.de> <87a9o9faks.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZ5Ti-0002Ag-Ij for emacs-orgmode@gnu.org; Sun, 05 May 2013 16:24:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZ5Th-0000g4-Le for emacs-orgmode@gnu.org; Sun, 05 May 2013 16:24:14 -0400 Received: from mout.gmx.net ([212.227.17.21]:61489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZ5Th-0000fz-C8 for emacs-orgmode@gnu.org; Sun, 05 May 2013 16:24:13 -0400 Received: from mailout-de.gmx.net ([10.1.76.16]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MhOyy-1UuaLJ3li6-00MdEo for ; Sun, 05 May 2013 22:24:11 +0200 In-Reply-To: <87a9o9faks.fsf@gmail.com> 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 I'm trying. I forgot to mention some things I notice: 1) It's a script that exports (batch mode) 2) Tags are coming from #+FILETAGS: Does this help you reproduce? On 05/05/2013 10:14 PM, Nicolas Goaziou wrote: > Hello, > > Simon Thum writes: > >> 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. > > There's a mistake in the docstring: it is "ICALENDAR_EXCLUDE_TAGS". > >> 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 cannot reproduce it (i.e. the actual entries are removed). Could you > provide an ECM? > > > Regards, >