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 <simon.t...@gmx.de> 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