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. Best, Ihor Emacs : GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, X toolkit) of 2018-10-29 Package: Org mode version 9.1.14 (9.1.14-3-geb9955a-elpaplus @ /home/yantar92/.emacs.d/elpa/org-plus-contrib-20180924/)