Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ctrl-a Doesn't Work Right #51

Open
Addlai opened this issue Oct 9, 2023 · 0 comments
Open

Ctrl-a Doesn't Work Right #51

Addlai opened this issue Oct 9, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Addlai
Copy link

Addlai commented Oct 9, 2023

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:

  1. emacs --no-init
  2. M-x package-install org-superstar
  3. C-x f ... test.org
  4. Write the following lines
  • Hello
    ** World
    ** !
  1. M-x load-file ... .emacs.d/elpa/org-superstar.../org-superstar.el
  2. M-x set-variable org-superstar-remove-leading-stars ... t
  3. M-x org-superstar-mode
  4. Starting at the "Hello" line, press C-n twice, then press C-a.
  5. Instead of remaining at the beginning of the line as expected, you end up at the end of the "World" line.
@Addlai Addlai added the bug Something isn't working label Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants