Patrick Useldinger <use...@gmail.com> writes: > On 20/05/2023 22:01, Ihor Radchenko wrote: >> You can try to bisect your config to identify which part is triggering >> the problem. See >> https://list.orgmode.org/orgmode/87ee2nlslt.fsf@localhost/ and >> https://github.com/Malabarba/elisp-bug-hunter > > I have been able to create a minimal set of init.el and WORK.org which > allows me to reproduce the problem > > 1) start Emacs > 2) F6 (shortcut for capture) > 3) create a task in the capture buffer > 4) press C-c C-q and enjoy the loop > 5) C-g breaks the loop
Thanks! Unfortunately, I am still unable to reproduce. May you try to provide more detailed instructions? I tried the following: 1. copy work.org to /tmp/bug.org 2. copy init.el to /tmp/bug.el, and adjust the paths 3. cd /path/to/org/git 4. git checkout bugfix 5. make repro REPRO_ARGS="-l /tmp/bug.el" 6. M-x org-capture <RET> x asd <RET> C-c C-q asd <RET> 7. No hang is observed. -- 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>