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

On entering emacs lisp source block, text at top of org file is underlined in yellow/red by flycheck #311

Open
thor314 opened this issue Nov 24, 2021 · 1 comment
Labels
compat Compatibility with other packages. virtualization

Comments

@thor314
Copy link

thor314 commented Nov 24, 2021

A sample of a org file that configures my text:

Markdown
#+begin_src emacs-lisp
(add-hook 'markdown-mode-hook
...

On entering the source block, Markdown is underlined in yellow by flycheck, indicating the polymode tools are escaping the source block somehow. The # character in begin source block is underlined in red. Tools like flycheck-next-error jump to the underlined text.

@vspinu
Copy link
Collaborator

vspinu commented Dec 6, 2021

Flycheck and related tools that assume homogenuous buffers unfortunately break in multibuffer contexts.

@vspinu vspinu transferred this issue from polymode/poly-org Feb 1, 2022
@vspinu vspinu added compat Compatibility with other packages. virtualization labels Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compat Compatibility with other packages. virtualization
Projects
None yet
Development

No branches or pull requests

2 participants