"Rick Lupton" writes:
> I've found that org-element-cache-map can hang when using the :to-pos option.
>
> ;;; test-final.el
> ...
> It seems to work if you remove the "Content" line, or either of the following
> Headline 2/3. It also works if you remove :to-pos or increase its value by
> one,
Hi,
I've found that org-element-cache-map can hang when using the :to-pos option.
;;; test-final.el
(require 'org)
(require 'org-element)
(defun test-hang ()
"Minimal reproducer for org-element-cache-map hang.
The bug requires:
1. :granularity 'element parameter
2. Following headlines after t
Hanno Perrey writes:
> I have noticed a problem in =org-element-cache-map= that can be
> triggered under specific circumstances through
> =org-icalendar-export-to-ics= where the execution of the latter would
> simply hang apparently indefinitely. This happens if
>
> ...
> I attach an org file wit
Dear all,
I have noticed a problem in =org-element-cache-map= that can be
triggered under specific circumstances through
=org-icalendar-export-to-ics= where the execution of the latter would
simply hang apparently indefinitely. This happens if
- =org-icalendar-store-UID= set to ='t=
- =org-ical