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:42:46 +0200 Message-ID: <5186C446.10803@gmx.de> References: <5186BAE1.2090509@gmx.de> <87a9o9faks.fsf@gmail.com> <5186BFEA.5030103@gmx.de> <8761yxf9jh.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]:35342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZ5lj-0000AH-GK for emacs-orgmode@gnu.org; Sun, 05 May 2013 16:42:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZ5li-0005mb-JV for emacs-orgmode@gnu.org; Sun, 05 May 2013 16:42:51 -0400 Received: from mout.gmx.net ([212.227.15.15]:65026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZ5li-0005ll-A2 for emacs-orgmode@gnu.org; Sun, 05 May 2013 16:42:50 -0400 Received: from mailout-de.gmx.net ([10.1.76.28]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0Ll3jn-1Tyvfh1ui5-00ajUd for ; Sun, 05 May 2013 22:42:48 +0200 In-Reply-To: <8761yxf9jh.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 guess we have it then. Your example leads to icalendar without content. However I have: #+filetags: drawnin #+icalendar_exclude_tags: drawnin noexport #+bind: org-icalendar-categories (all-tags) * Test (no tag here -> <2013-05-05 Sun> Desc That one indeed exports, but IMO shouldn't. On 05/05/2013 10:37 PM, Nicolas Goaziou wrote: > Simon Thum writes: > >> 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? > > No. The following code exports fine: > > --8<---------------cut here---------------start------------->8--- > #+filetags: tag > #+icalendar_exclude_tags: drawnin noexport > #+bind: org-icalendar-categories (all-tags) > > * Test :drawnin: > > <2013-05-05 Sun> > > Desc > > > * Test 2 > > <2013-05-06 Mon> > > Desc2 > --8<---------------cut here---------------end--------------->8--- > > > Regards, >