On 30.3.2011, at 00:50, John Hendy wrote: > On Tue, Mar 29, 2011 at 5:49 PM, Carsten Dominik > <carsten.domi...@gmail.com> wrote: >> >> On 29.3.2011, at 23:48, John Hendy wrote: >> >>> On Tue, Mar 29, 2011 at 4:15 PM, Carsten Dominik >>> <carsten.domi...@gmail.com> wrote: >>>> >>>> On 29.3.2011, at 23:05, Carsten Dominik wrote: >>>> >>>>> >>>>> On 29.3.2011, at 20:40, Matt Lundin wrote: >>>>> >>>>>> John Hendy <jw.he...@gmail.com> writes: >>>>>> >>>>> >>>>> I have a good patch for this lined up - will check it in tomorrow. >>>> >>>> In fact, I just now pushed it. >>>> >>>> To export without DONE tasks, use >>>> >>>> #+OPTION: donetasks:nil >>>> >>>> - Carsten >>> >>> Thanks! Not to be all annoying... but how hard would this be? >> >> Not hard at all. It is done. >> > > 1) I figured it probably wasn't hard, but just asked politely anyway :) > 2) Thanks a ton. This is fantastic.
I was to fast, the implementations was not good. Now there is only one variable, org-export-with-tasks. It can be nil to remove all tasks, `todo' to remove the DONE tasks, or a list of tasks to keep for export. For example #+OPTIONS: tasks:todo or #+OPTIONS: tasks:("TODO" "WAITING") I think this is much cleaner. - Carsten