alphapapa / alphapapa/org-rifle
Display all parent headings when jumping to a search result
- Lenguaje dominante
- Emacs Lisp
- Estrellas
- 515
- Forks
- 30
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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!
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.