Re: [PATCH] Fixing endless loop of org-reveal with inline-task

2024-06-09 Thread Ihor Radchenko
Marc Ihm writes: > With head there is no problem (probably forgot to adjust my load-path > before ...) Thanks for the update! Canceled. (patch) -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: [PATCH] Fixing endless loop of org-reveal with inline-task

2024-06-08 Thread Marc Ihm
Yes, you are right ! With head there is no problem (probably forgot to adjust my load-path before ...) Thanx for the help ! Rgards Marc Am 08.06.2024 um 17:28 schrieb Ihor Radchenko: Marc-Oliver Ihm writes: Hi all, If I have this simple buffer: * foo *** bar *

Re: [PATCH] Fixing endless loop of org-reveal with inline-task

2024-06-08 Thread Ihor Radchenko
Marc-Oliver Ihm writes: > Hi all, > > If I have this simple buffer: > > * foo > > *** bar > *** END > > i.e. one node with a single inline node. > If now I place the cursor at the end of the buffer and invoke (org-reveal), I > get stuck in an endless loop. > (of course on

[PATCH] Fixing endless loop of org-reveal with inline-task

2024-06-07 Thread Marc-Oliver Ihm
Hi all, If I have this simple buffer: * foo *** bar *** END i.e. one node with a single inline node. If now I place the cursor at the end of the buffer and invoke (org-reveal), I get stuck in an endless loop. (of course one needs to (require 'org-inlinetask) before) I