[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Agenda export to ics file
From: |
Ihor Radchenko |
Subject: |
Re: Agenda export to ics file |
Date: |
Sat, 08 Jun 2024 19:20:33 +0000 |
John Helly <hellyj@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>
- Agenda export to ics file, John Helly, 2024/06/06
- Re: Agenda export to ics file, Ihor Radchenko, 2024/06/07
- Re: Agenda export to ics file, John Helly, 2024/06/07
- Re: Agenda export to ics file, John Helly, 2024/06/08
- Re: Agenda export to ics file, Ihor Radchenko, 2024/06/09
- Re: Agenda export to ics file, John Helly, 2024/06/09
- Re: Agenda export to ics file, John Helly, 2024/06/09