alphapapa / alphapapa/org-rifle
Display all parent headings when jumping to a search result
- Lingua principale
- Emacs Lisp
- Stelle
- 515
- Fork
- 30
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hi,
I'm not sure if this is an issue that only arises in my setup.
When I use `helm-org-rifle-*` to find something in a given target heading, the result (after pressing `RET` on a search result) is displayed like that, when the org mode file was collapsed before invoking the search command:
```
* heading1
* heading2
**** target heading
* heading 3
```
The issue with this is, that I don't know how to navigate to the parent node of "target heading". `C-c C-p` is jumping to "heading2" because it is the previous _visible_ heading.
What I'd love to have would be when `helm-org-rifle-*` is displaying a search hit location like this:
```
* heading1
* heading2
** subheading 2a
*** subsubheading 2a1
**** target heading
* heading 3
```
1. Can you confirm this behavior or is this a side-effect with my configuration?
2. Is there a way to change the behavior so that I may see the parent headings as suggested above?
Thanks!
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.