Difficulty navigating headings in orgmode: org-down-element overwritten by evil-lion-left
- Dominant language
- Emacs Lisp
- Stars
- 22.7k
- Forks
- 3.1k
- Avg merge
- 10h 46m
- Merged PRs (30d)
- 4
Description
### What did you expect to happen?
In an org document I expect to be able to navigate the headings using `g (h/j/k/l)`. `g l` should execute `org-down-element` to advance to the heading a level below the current one, if such a heading exists.
### What actually happened?
Instead `g l` triggers `evil-lion-left` as defined by the `evil-normal-state-map` and `evil-visual-state-map`.
### Describe your attempts to resolve the issue
_No response_
### Steps to reproduce
1. Open an orgmode document with headings of different levels.
2. With the cursor on a heading with other subheadings as children, press `g l`.
3. Notice, that you did not jump to the next heading below the current one.
### System Information
https://pastebin.com/E2yWLhxs
Contributor guide
Assessment
This issue has not been assessed yet.