Re: Bug: org-anniversary dates not exported to iCalendar [9.4.6 (9.4.6-3-g37f69b-elpaplus @ /home/marcus/.emacs.d/elpa/org-plus-contrib-20210531/)]

2023-08-21 Thread Marcus Zibrowius
Just to confirm: It also works with Org 9.6 for me. Thanks for looking into this! Marcus On Tue, 2023-07-25 at 07:05 +, Ihor Radchenko wrote: > Marcus Zibrowius > <[marcus.zibrow...@posteo.net](mailto:marcus.zibrow...@posteo.net)> writes: > > > > > > Please provide mode details about

Re: Bug: org-anniversary dates not exported to iCalendar [9.4.6 (9.4.6-3-g37f69b-elpaplus @ /home/marcus/.emacs.d/elpa/org-plus-contrib-20210531/)]

2023-07-25 Thread Ihor Radchenko
Ihor Radchenko writes: > You can increase `icalendar-export-sexp-enumeration-days' to get the > anniversary occurrences exported up to that number of days ahead. I now documented this in the manual. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=5f7cfdfd1 Handled. -- Ihor

Re: Bug: org-anniversary dates not exported to iCalendar [9.4.6 (9.4.6-3-g37f69b-elpaplus @ /home/marcus/.emacs.d/elpa/org-plus-contrib-20210531/)]

2023-07-25 Thread Ihor Radchenko
Marcus Zibrowius writes: >> Please provide mode details about what you tried. > > OK, I will try. I start emacs with > ... > Org mode version 9.5.5 (release_9.5.5 @ > /snap/emacs/current/usr/share/emacs/28.2/lisp/org/) I can also reproduce with this Org version. But not with Org 9.6

Re: Bug: org-anniversary dates not exported to iCalendar [9.4.6 (9.4.6-3-g37f69b-elpaplus @ /home/marcus/.emacs.d/elpa/org-plus-contrib-20210531/)]

2023-07-24 Thread Marcus Zibrowius
> Please provide mode details about what you tried. OK, I will try. I start emacs with emacs -Q -l emacs_init/minimal-org.el Here, minimal-org.el has the following contents: ;; Activate debugging. (setq debug-on-error t debug-on-signal nil debug-on-quit nil

Re: Bug: org-anniversary dates not exported to iCalendar [9.4.6 (9.4.6-3-g37f69b-elpaplus @ /home/marcus/.emacs.d/elpa/org-plus-contrib-20210531/)]

2023-07-24 Thread Ihor Radchenko
Marcus Zibrowius writes: >> * Test 1 >> %%(org-anniversary 2022 07 23) Test1 >> * Test 2 >> %%(org-anniversary 2022 07 25) Test2 %d > > Unfortunately, that still does not work, even with > icalendar-export-sexp-enumeration-days set to 400. Please provide mode details

Re: Bug: org-anniversary dates not exported to iCalendar [9.4.6 (9.4.6-3-g37f69b-elpaplus @ /home/marcus/.emacs.d/elpa/org-plus-contrib-20210531/)]

2023-07-24 Thread Marcus Zibrowius
> Sure. Because anniversaries count from 1 year, not from 0. > Try > > * Test 1 > %%(org-anniversary 2022 07 23) Test1 > * Test 2 > %%(org-anniversary 2022 07 25) Test2 %d Unfortunately, that still does not work, even with icalendar-export-sexp-enumeration-days set to

Re: Bug: org-anniversary dates not exported to iCalendar [9.4.6 (9.4.6-3-g37f69b-elpaplus @ /home/marcus/.emacs.d/elpa/org-plus-contrib-20210531/)]

2023-07-24 Thread Ihor Radchenko
Marcus Zibrowius writes: >> You can increase `icalendar-export-sexp-enumeration-days' to get the >> anniversary occurrences exported up to that number of days ahead. > > The variable `icalendar-export-sexp-enumeration-days` is indeed set to 14. > However, even entries of the form > > *

Re: Bug: org-anniversary dates not exported to iCalendar [9.4.6 (9.4.6-3-g37f69b-elpaplus @ /home/marcus/.emacs.d/elpa/org-plus-contrib-20210531/)]

2023-07-23 Thread Marcus Zibrowius
> This is because Emacs diary only looks > `icalendar-export-sexp-enumeration-days' days ahead from now when > exporting non-standard diary sexps. By default, it is 2 weeks. > So, you would see the anniversary in icalendar if it were 2 weeks from > now. > > You can increase

Re: Bug: org-anniversary dates not exported to iCalendar [9.4.6 (9.4.6-3-g37f69b-elpaplus @ /home/marcus/.emacs.d/elpa/org-plus-contrib-20210531/)]

2023-07-21 Thread Ihor Radchenko
Marcus Zibrowius writes: > I have an org-file with entries of the form > > * Abel's birthday party > <2023-11-13> > > and with entries of the form > > * Abel Jacobi > %%(org-anniversary 1978 11 11) Abel %d > > Both types of events show up in my agenda view in emacs. However, when I > export to

Bug: org-anniversary dates not exported to iCalendar [9.4.6 (9.4.6-3-g37f69b-elpaplus @ /home/marcus/.emacs.d/elpa/org-plus-contrib-20210531/)]

2023-07-21 Thread Marcus Zibrowius
I have an org-file with entries of the form * Abel's birthday party <2023-11-13> and with entries of the form * Abel Jacobi %%(org-anniversary 1978 11 11) Abel %d Both types of events show up in my agenda view in emacs. However, when I export to ics (e.g. org-export-dispatch > [c] Export to