[O] Basic visibility cycling bug in 8.3.6

2016-10-15 Thread Marcus Zibrowius
I am running org-mode 8.3.6 (8.3.6-6-g194e51-elpa @ .../.emacs.d/elpa/org-20161003/) in GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7). In this version, visibility cycling does not work as expected. Consider the following three-line example file: * a ** b ** c Consider the followin

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

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 `icalendar-export-s

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 400

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 ica

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: > > > > > > Ple