Re: [O] org-show-context-detail and tree expansion

2019-03-27 Thread pinkanon pinkanon
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

Re: [O] org-show-context-detail and tree expansion

2019-03-27 Thread Nicolas Goaziou
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

[O] org-show-context-detail and tree expansion

2019-03-26 Thread pinkanon pinkanon
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