[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Bug: org-back-to-heading with inline tasks above point [9.1.14 (9.1.
From: |
yantar92 |
Subject: |
[O] Bug: org-back-to-heading with inline tasks above point [9.1.14 (9.1.14-3-geb9955a-elpaplus @ /home/yantar92/.emacs.d/elpa/org-plus-contrib-20180924/)] |
Date: |
Mon, 05 Nov 2018 16:10:02 +0800 |
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/)
signature.asc
Description: PGP signature
- [O] Bug: org-back-to-heading with inline tasks above point [9.1.14 (9.1.14-3-geb9955a-elpaplus @ /home/yantar92/.emacs.d/elpa/org-plus-contrib-20180924/)],
yantar92 <=