iCalendar export: Make it possible to export only unblocked TODO
commit0a01a7a12b122efb0675c24aab0469199aaff9ec
authorCarsten Dominik <carsten.dominik@gmail.com>
Sun, 10 May 2009 10:32:05 +0000 (10 12:32 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Sun, 10 May 2009 10:32:05 +0000 (10 12:32 +0200)
tree0b180c96f156b2932d46d11e9807bd30d56c711b
parent3065dcbd427fa8aeeb50797e95221ff67ade83be
iCalendar export:  Make it possible to export only unblocked TODO
entries.

Guy Wiener writes:

> Hello everyone,
>
> I use orgmode to write down TODO tasks with dependencies (using
> org-enforce-todo-dependencies). I want to export the tasks to an
> iCalendar file, but *without* the blocked tasks (i.e, tasks that have
> unfinished dependencies). The agenda view hides these tasks if you set
> org-agenda-dim-blocked-tasks. It there a way to configure the
> iCalendar export to ignore these tasks too, like in the agenda view?

This commit implements this, when the value of
`org-icalendar-include-todo' is the symbol `unblocked'.
lisp/ChangeLog
lisp/org-icalendar.el