Hello, Marc Ihm <m...@ihm.name> writes:
> recently I have been surprised by the fact, that org-back-to-heading > (or outline-back-to-heading, for that matter) does stop at inline > tasks, > as can be tried easily with this org-snippet: > > > * foo > > *************** Inline > *************** END > > M-x org-back-to-heading Use `org-with-limited-levels' macro to ignore inlinetasks, e.g.: (org-with-limited-levels (org-back-to-heading)) This is how Org somewhat handles inlinetasks. /me closes the can of worms. Regards, -- Nicolas Goaziou