Re: Agenda export to ics file

2024-06-09 Thread John Helly
Aha.  I stumbled on the C-hi command and was able to see the current setting for the variable and its valid values. I set the value to 't' and now it seems to do what I want. Mahalo nui for your excellent help and patience.  I never would have discovered this in any reasonable amount of time.

Re: Agenda export to ics file

2024-06-09 Thread John Helly
Aloha. I modified the MWE as best I understand.  I seem to be missing some major part of the documentation.  For example, I don't know how to find the 'doclist' and the valid values for variables.  I seem to only find them from other peoples' problems. Here is the modified MWE and it still p

Re: Agenda export to ics file

2024-06-09 Thread Ihor Radchenko
John Helly writes: > So, even this MWE, the export to *.ics does not work as expected. The > test.ics file has no events when > > M-x org-icalendar-export-to-ics > > is invoked. > =  Contents of test.org listed below > = > -*- org-icalendar-use-deadline:

Re: Agenda export to ics file

2024-06-08 Thread John Helly
Aloha. So, even this MWE, the export to *.ics does not work as expected. The test.ics file has no events when M-x org-icalendar-export-to-ics is invoked. =  Contents of test.org listed below = -*- org-icalendar-use-deadline: (todo-due);  -*- MY PROJEC

Re: Agenda export to ics file

2024-06-08 Thread John Helly
Well, it doesn't seem to work as expected.  I'll create a test setup and see if I can isolate what is not working with just a few TODOs. J. On 6/8/24 10:44, John Helly wrote: Mahalo. That allowed the command (org-icalendar-export-to-ics) to succeed but it didn't produce the desired results. 

Re: Agenda export to ics file

2024-06-08 Thread John Helly
Mahalo. That allowed the command (org-icalendar-export-to-ics) to succeed but it didn't produce the desired results.  I'll try adding other values and see if the situation improves. J. On 6/8/24 10:38, Ihor Radchenko wrote: John Helly writes: I modified the variable specification to be:

Re: Agenda export to ics file

2024-06-08 Thread Ihor Radchenko
John Helly writes: > I modified the variable specification to be: > > -*- org-icalendar-use-deadline: event-if-not-todo;  -*- > and get the following error: > > 'Wrong type argument: listp, event-if-not-todo' That's because the value should be a list. -*- org-icalendar-use-deadline: (event-if-

Re: Agenda export to ics file

2024-06-08 Thread John Helly
Aloha. I modified the variable specification to be: -*- org-icalendar-use-deadline: event-if-not-todo;  -*- and get the following error: 'Wrong type argument: listp, event-if-not-todo' So it's reading the specification but seems that the syntax is incorrect.  I don't seem to be able to find

Re: Agenda export to ics file

2024-06-08 Thread Ihor Radchenko
John Helly 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

Re: Agenda export to ics file

2024-06-07 Thread Ihor Radchenko
John Helly writes: > I'm a long-time user of emacs, org-mode for about 10 years but cannot > figure out how to export DEADLINE events from org-agenda to > org-icalendar-export-to-ics. > > I've found references to setting the > > org-icalendar-use-deadline > > variable but haven't yet found the

Re: Agenda export to ics file

2024-06-07 Thread John Helly
Sure.  Thanks for the reply. 1) I put this line at the top of the org file -*- org-icalendar-use-deadline: t;  -*- and then run the command M-x icalendar-export-to-ics This produces an *.ics file but it has only past events (mostly TODOs).  I don't see any sign of upcoming events that I typi

Agenda export to ics file

2024-06-06 Thread John Helly
Aloha. I'm a long-time user of emacs, org-mode for about 10 years but cannot figure out how to export DEADLINE events from org-agenda to org-icalendar-export-to-ics. I've found references to setting the org-icalendar-use-deadline variable but haven't yet found the successful incantation to