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

Formatting in org items causes errors when loading magit-status #12

Open
rweir opened this issue Oct 14, 2023 · 0 comments
Open

Formatting in org items causes errors when loading magit-status #12

rweir opened this issue Oct 14, 2023 · 0 comments

Comments

@rweir
Copy link

rweir commented Oct 14, 2023

Hi,

[I believe this is a duplicate of this, but that was closed and I think this is worth fixing and is more general than described there]

Many types of formatting in org headline text causes magit-status to spit out an error:

magit-run-section-hook: Wrong type argument: char-or-string-p, (bold (:standard-properties [291 nil 292 302 303 0 nil nil nil nil ...]) #("projection" 0 10 (:parent #0)))

So far I've checked ~foo~, _foo_, $foo$, but that's just my lack of imagination. Sorry for the lack of a proper traceback, I'm not sure why toggle-debug-on-error isn't working for my right now. For reference, I've enable magit-org-todos like this:

(use-package magit-org-todos
  :mode "\\COMMIT_EDITMSG\\'"
  :commands (magit-org-todos-autoinsert)
  :config
  (magit-org-todos-autoinsert))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant