From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: new (iCalendar) exporter problem Date: Sun, 05 May 2013 22:37:06 +0200 Message-ID: <8761yxf9jh.fsf@gmail.com> References: <5186BAE1.2090509@gmx.de> <87a9o9faks.fsf@gmail.com> <5186BFEA.5030103@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZ5gB-00050l-5o for emacs-orgmode@gnu.org; Sun, 05 May 2013 16:37:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZ5gA-0003vo-9Z for emacs-orgmode@gnu.org; Sun, 05 May 2013 16:37:07 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:38669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZ5gA-0003vj-3D for emacs-orgmode@gnu.org; Sun, 05 May 2013 16:37:06 -0400 Received: by mail-wi0-f169.google.com with SMTP id h11so2135671wiv.0 for ; Sun, 05 May 2013 13:37:05 -0700 (PDT) In-Reply-To: <5186BFEA.5030103@gmx.de> (Simon Thum's message of "Sun, 05 May 2013 22:24:10 +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: Simon Thum Cc: emacs-orgmode 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, -- Nicolas Goaziou