John Helly <hel...@ucsd.edu> writes: > Sure. Thanks for the reply. > > 1) I put this line at the top of the org file > > -*- org-icalendar-use-deadline: t; -*-
This is not right. According to the docstring: org-icalendar-use-deadline is a customizable variable defined in ox-icalendar.el. Value (event-if-not-todo todo-due) Documentation Contexts where iCalendar export should use a deadline time stamp. This is a list with possibly several symbols in it. Valid symbols are: event-if-todo Deadlines in TODO entries become calendar events. event-if-todo-not-done Deadlines in TODO entries with not-DONE state become events. event-if-not-todo Deadlines in non-TODO entries become calendar events. todo-due Use deadlines in TODO entries as due-dates. t is simply not a valid value. > 2) When I do the same thing on a different machine, I get a message that > > 'Symbol’s value as variable is void: > org-agenda-default-appointment-duration' This looks like installation problem. -- 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>