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

Org source blocks causes an overscore to show after the end of the line #310

Open
daphniz opened this issue Aug 10, 2018 · 5 comments
Open

Comments

@daphniz
Copy link

daphniz commented Aug 10, 2018

In org mode,

  * heading
  #+BEGIN_SRC

  #+END_SRC

gives me an odd line after the folded heading. I would also like to
turn off all under- and overlining, but couldn't find an option to do
that.

sol

@thomasf
Copy link
Collaborator

thomasf commented Aug 10, 2018

the over/underlines were added recently due to changes in orgmode so we could not use background color reliably as we used to anymore #297

I don't know why it looks like that though.

@thomasf
Copy link
Collaborator

thomasf commented Aug 10, 2018

#297 (comment) is how it's supposed to look

@rocky-hxh
Copy link

search "org-block-end-line" and and "org-block-begin-line" in "solarized.el", change ":underline t" to ":underline nil" will resolve the problem.
I think the underline is a little annoying.

@rocky-hxh
Copy link

And will change this in next version?

@rocky-hxh
Copy link

JulianKniephoff added a commit to JulianKniephoff/.emacs.d that referenced this issue Jul 30, 2019
There are some graphical glitches surrounding these.
See bbatsov/solarized-emacs#310.
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

3 participants