[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ox-icalendar: Filter todo-types
From: |
Michaël Cadilhac |
Subject: |
Re: ox-icalendar: Filter todo-types |
Date: |
Sun, 23 Jun 2024 14:03:53 +0200 |
On Sun, Jun 23, 2024 at 1:25 PM Ihor Radchenko <yantar92@posteo.net> wrote:
>
> Jack Kamm <jackkamm@gmail.com> writes:
>
> > Perhaps we could have an option ox-icalendar-export-todo-keywords-as
> > which could determine whether a keyword should be exported, and if so
> > with what status, e.g.:
> >
> > (defcustom ox-icalendar-export-todo-keywords-as
> > '((no-export . ("SKIP"))
> > (cancelled . ("KILLED" "CANCELLED"))
> > (in-process . ("PROG"))))
@Jack: That sounds good, and I'd defer to your knowledge of the RFC!
> Maybe we can expand the allowed values of `org-icalendar-include-todo'
> instead?
I don't think this is the purpose of `include-todo', which seems to be
specific to VTODO vs VEVENT. Do you have something in mind that
combines that feature with STATUS?