emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Shouldn't org-back-to-heading skip inline tasks ?


From: Nicolas Goaziou
Subject: Re: [O] Shouldn't org-back-to-heading skip inline tasks ?
Date: Sat, 04 Nov 2017 22:15:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello,

Marc Ihm <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]