emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] new (iCalendar) exporter problem


From: Simon Thum
Subject: Re: [O] new (iCalendar) exporter problem
Date: Sun, 05 May 2013 22:42:46 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130326 Thunderbird/17.0.4

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 <address@hidden> 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,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]