Re: [O] [bug] Inline tasks are exported, even with noexport tag

2013-03-02 Thread Nicolas Goaziou
Hello, Bastien b...@altern.org writes: From on intuitive point of view: Inline tasks support tags, and :noexport: means Don't export me, me being whatever is tagged. So I support Sébastien's idea here: :noexport: should remove inline tasks from the exported string. Maybe we need to set

Re: [O] [bug] Inline tasks are exported, even with noexport tag

2013-03-02 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: So I support Sébastien's idea here: :noexport: should remove inline tasks from the exported string. Maybe we need to set the `org-export-filter-inlinetask-functions' at some point to support this? Then should it also support

Re: [O] [bug] Inline tasks are exported, even with noexport tag

2013-03-02 Thread Nicolas Goaziou
Bastien b...@gnu.org writes: Then should it also support `org-export-with-tasks' variable? Yes. E.g. if `org-export-with-tasks' is set 'todo, only inline tasks with a TODO keyword should be exported. Done. Regards, -- Nicolas Goaziou

Re: [O] [bug] Inline tasks are exported, even with noexport tag

2013-03-02 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes: Bastien b...@gnu.org writes: Then should it also support `org-export-with-tasks' variable? Yes. E.g. if `org-export-with-tasks' is set 'todo, only inline tasks with a TODO keyword should be exported. Done. Thanks! -- Bastien

Re: [O] [bug] Inline tasks are exported, even with noexport tag

2013-03-02 Thread Sebastien Vauban
Bastien wrote: Nicolas Goaziou n.goaz...@gmail.com writes: Bastien b...@gnu.org writes: Then should it also support `org-export-with-tasks' variable? Yes. E.g. if `org-export-with-tasks' is set 'todo, only inline tasks with a TODO keyword should be exported. Done. Thanks! Thanks!

[O] [bug] Inline tasks are exported, even with noexport tag

2013-02-27 Thread Sebastien Vauban
Hello, The following ECM fails on 2 fronts: - the `noexport' tag on the inline task is not respected; - the exported contents (because of the previous item) is not compilable in LaTeX (maybe the default in `org-latex-inlinetask' is not generic enough for handling such a content, or there

Re: [O] [bug] Inline tasks are exported, even with noexport tag

2013-02-27 Thread Nicolas Goaziou
Hello, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: The following ECM fails on 2 fronts: - the `noexport' tag on the inline task is not respected; Should it? Inlinetasks are not headlines, even though they use a somewhat similar syntax. :noexport: tag

Re: [O] [bug] Inline tasks are exported, even with noexport tag

2013-02-27 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: Sebastien Vauban writes: The following ECM fails on 2 fronts: - the `noexport' tag on the inline task is not respected; Should it? Well, it previously did. And that's pretty interesting: you can put private inline blocks, and have them exported or

Re: [O] [bug] Inline tasks are exported, even with noexport tag

2013-02-27 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Should it? Inlinetasks are not headlines, even though they use a somewhat similar syntax. :noexport: tag applies to trees. Inlinetasks do not define a tree. From on intuitive point of view: Inline tasks support tags, and :noexport: