Cletip Cletip <clement020...@gmail.com> writes: > Despite setting (org-icalendar-with-timestamps 'active), I am facing an > issue where the export includes items with the TODO state and inactive > timestamp. > ... > (org-icalendar-with-timestamps 'active) > (org-icalendar-include-todo nil) ;; nil to not clone scheduled TODO task > (org-icalendar-use-scheduled'(event-if-todo-not-done event-if-not-todo)) > (org-icalendar-use-deadline '(event-if-not-todo event-if-todo-not-done)) > ) > ... > **** TODO A tickler (TODO + scheduled + inactive timestamp) (not exported) > SCHEDULED:[2023-08-05 Sat 18:33] > :PROPERTIES: > :ID: 71fc9702-f479-4d36-ad6f-457892df6ab9 > :END: > ... > Why are the "tickler" exported, despite it is an inactive timestamp ? > Is the a solution to export appointment and the tasks, exclude the tickler ?
Because `org-icalendar-use-scheduled' takes precedence. In fact, Org has no notion of inactive timestamp in SCHEDULED. You will even see a warning if you run M-x org-lint on the provided example file. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>