Re: [O] new (iCalendar) exporter problem

2013-05-09 Thread Simon Thum
On 05/07/2013 12:22 PM, Bastien wrote: Hi Simon, Simon Thum writes: You mean inherited tags (coming from filetags in this case) do not contribute to exclude tag filtering? More precisely, filetag-inherited tags do not contribute to excluding subtrees during export. If yes, why? I seems in

Re: [O] new (iCalendar) exporter problem

2013-05-07 Thread Bastien
Hi Simon, Simon Thum writes: > You mean inherited tags (coming from filetags in this case) do not > contribute to exclude tag filtering? More precisely, filetag-inherited tags do not contribute to excluding subtrees during export. > If yes, why? I seems inconsistent. Inherited-exclude-tags co

Re: [O] new (iCalendar) exporter problem

2013-05-06 Thread Simon Thum
Hi Nicolas, I seem to have overssen something: #+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. exclude tags are not inherited. Yo

Re: [O] new (iCalendar) exporter problem

2013-05-05 Thread Simon Thum
On 05/05/2013 11:01 PM, Nicolas Goaziou wrote: Simon Thum writes: I guess we have it then. Your example leads to icalendar without content. What is the value of `org-icalendar-with-timestamps'? org-icalendar-with-timestamps: active But see below. I don't see any difference between my

Re: [O] new (iCalendar) exporter problem

2013-05-05 Thread Nicolas Goaziou
Simon Thum writes: > I guess we have it then. > > Your example leads to icalendar without content. What is the value of `org-icalendar-with-timestamps'? I don't see any difference between my "* Test 2" headline and your "* Test" below. > However I have: > > #+filetags: drawnin > #+icalendar_ex

Re: [O] new (iCalendar) exporter problem

2013-05-05 Thread Simon Thum
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.

Re: [O] new (iCalendar) exporter problem

2013-05-05 Thread Nicolas Goaziou
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--

Re: [O] new (iCalendar) exporter problem

2013-05-05 Thread Simon Thum
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 mor

Re: [O] new (iCalendar) exporter problem

2013-05-05 Thread Nicolas Goaziou
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 oth

[O] new (iCalendar) exporter problem

2013-05-05 Thread Simon Thum
Hi Nicolas, 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 b