OK, problem found.
The helm code is this:
(defun helm-org-goto-marker (marker)
(switch-to-buffer (marker-buffer marker))
(goto-char (marker-position marker))
(org-show-context)
(re-search-backward "^\\*+ " nil t)
(org-show-entry))
So, org-show-entry is called and it results in ellipsis
Hello,
pinkanon pinkanon writes:
> Hi! I use helm, which can list all headings using
> helm-org-in-buffer-headings,
> and lets you choose one to jump to.
> When I jump to a heading, the tree is expanded.
>
> My problem is as follows.
>
> When I expand this tree on "(2) Downers" (when it is co
Hi! I use helm, which can list all headings using helm-org-in-buffer-headings,
and lets you choose one to jump to.
When I jump to a heading, the tree is expanded.
My problem is as follows.
When I expand this tree on "(2) Downers" (when it is collapsed):
* (1) Uppers
** (2) Downers
screamers