[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] iCal-Export: Strange Results
From: |
Bastien |
Subject: |
Re: [O] iCal-Export: Strange Results |
Date: |
Fri, 21 Mar 2014 13:25:57 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
Hi Martin,
thanks for the details, good to know part of the bug is gone.
"G. Martin Butz" <address@hidden> 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