Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about todo keywords to ignore for percent-states #283

Open
Thaodan opened this issue Oct 21, 2023 · 1 comment
Open

Add note about todo keywords to ignore for percent-states #283

Thaodan opened this issue Oct 21, 2023 · 1 comment

Comments

@Thaodan
Copy link

Thaodan commented Oct 21, 2023

I'm using some todo keywords to mark some items as for example a meeting into my agenda view.
When the user forgets to add a timestamp to those org-caldav tries to synchronise them as a (v)todo even thou these are not todos.

This issue can be prevented by only listing the keywords listed in org-percent-states
inside org-icalendar-include-todo.
Maybe org-caldav should either ignored unmapped todos states or only consider
items as todos that are included inside percent-states.

@Thaodan
Copy link
Author

Thaodan commented Oct 21, 2023

This snipped helped my to only include the
todo export those inside org-caldav-todo-percent-states:

(setopt org-icalendar-include-todo
        (cl-loop for (p s) in
                 org-caldav-todo-percent-states collect s))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant