Re: [O] [org-e-beamer-export-] Feature request: obey org-inlinetask-export

2012-09-25 Thread Nicolas Goaziou
Hello, "Myles English" writes: > It would be nice to be able to exclude inline tasks from (the new) > beamer export using: > > #+BEGIN_SRC elisp > (setq org-inlinetask-export nil) > #+END_SRC `org-inlinetask-export' support is dropped on purpose in the new exporter: org-export.el should be the

Re: [O] [org-e-beamer-export-] Feature request: obey org-inlinetask-export

2012-09-25 Thread Myles English
Hi Seb, Sebastien Vauban writes: > Hi Myles, > > "Myles English" wrote: >> It would be nice to be able to exclude inline tasks from (the new) >> beamer export using: >> >> #+BEGIN_SRC elisp >> (setq org-inlinetask-export nil) >> #+END_SRC >> >> After that, it would also be nice to be able to tog

Re: [O] [org-e-beamer-export-] Feature request: obey org-inlinetask-export

2012-09-25 Thread Sebastien Vauban
Hi Myles, "Myles English" wrote: > It would be nice to be able to exclude inline tasks from (the new) > beamer export using: > > #+BEGIN_SRC elisp > (setq org-inlinetask-export nil) > #+END_SRC > > After that, it would also be nice to be able to toggle the var using an > #+OPTION. +1 for the last