Ctrl-a Doesn't Work Right
Addlai opened this issue · 0 comments
Addlai commented
When org-superstar is enabled with the option org-superstar-remove-leading-stars set to t, Ctrl-a doesn't work correctly.
I suppose this must not be a commonly used option, because breaking Ctrl-a is obviously a rather major bug.
To reproduce:
- emacs --no-init
- M-x package-install org-superstar
- C-x f ... test.org
- Write the following lines
- Hello
** World
** !
- M-x load-file ... .emacs.d/elpa/org-superstar.../org-superstar.el
- M-x set-variable org-superstar-remove-leading-stars ... t
- M-x org-superstar-mode
- Starting at the "Hello" line, press C-n twice, then press C-a.
- Instead of remaining at the beginning of the line as expected, you end up at the end of the "World" line.