Hllo,

yanta...@gmail.com writes:

> Consider calling =org-back-to-heading= for the following org entry:
>
> #+begin_src org
> * Sample entry
>
> Some text.
>
> *************** TODO Inline task
> *************** END
>
> Some more text.
>
> ->(point)<-
>
> Yet another piece of text.
> #+end_src
>
> The expected behaviour is that the point moves to the first line of the
> entry.
> However, the point moves to the end of the inline task.
>
> Indeed, the wrong behaviour is because =outline-regexp= variable is set
> to ="\\*+ "=, which includes inline tasks.

This is the desired effect. Use the macro `org-with-limited-levels' to
ignore headlines.

Regards,

-- 
Nicolas Goaziou

Reply via email to