Hi Martin,

thanks for the details, good to know part of the bug is gone.

"G. Martin Butz" <m...@mkblog.org> writes:

> I checked with the file I tested in February with. I now do get active
> TODO-entries. No idea what I changed meanwhile. But I also get entries
> for the DONE-state, which I do not want.

The default value of `org-export-with-tasks' is `t', which will export
all tasks.  You can narrow to not-done tasks with:

  (setq org-export-with-tasks 'todo)

HTH,

-- 
 Bastien

Reply via email to