On Thu, 7 Feb 2019 at 13:30, Nicolas Goaziou wrote: > If you think that's a feature Org ought to provide, please consider > sending a patch about it. Well, certainly. I may not have had the best discipline in writing these, so turning them into patches is a bit painful. Let me know if I can make things better. (I believe my FSF paperwork is still alright, if need be.) PATCHES 0001 & 0006 ox-icalendar.el: Enable bumping overdue TODOs and deadline warnings. * lisp/ox-icalendar.el (org-icalendar-bump-todos, org-icalendar-warn-deadlines): New customizable variables. (org-icalendar-today-timestamp, org-icalendar-days-until-timestamp): New internal functions. (org-icalendar-entry): Implement behavior. * doc/org-manual.org (iCalendar Export): Document. -------------------------------------------------------------------------------- PATCHES 0002 & 0005 ox-icalendar.el: Use tags in summary, if so desired. * lisp/ox-icalendar.el (org-icalendar-summary-uses-tags): New customizable variable. (org-icalendar-entry): Implement behavior. * doc/org-manual.org (iCalendar Export): Document. -------------------------------------------------------------------------------- PATCH 0003 ox-icalendar.el: Add a VTIMEZONE block. * lisp/ox-icalendar.el (org-icalendar--vcalendar): Add a VTIMEZONE block.