nashamri / spacemacs-theme

Light and dark theme for spacemacs that supports GUI and terminal
GNU General Public License v3.0
600 stars 113 forks source link

Strange Line wrapping using org-mode tags #148

Closed Wheest closed 4 years ago

Wheest commented 5 years ago

I am getting some strange line-wrapping when using org-mode headline tags and this theme.

You can see an example of what I mean here:

Screenshot_20190708_203632

With the raw org source being:

#+TAGS: reading(r) code(c)
#+STARTUP: overview

* Top Level Headline
** Level 2 headline
** Level 2 headline 2                                              :reading:
** Another                                                            :code:
** This one is fine

This occurs when multiple windows are open, but is fine when a single buffer is shown.

Am not sure if this issue is related.

nashamri commented 4 years ago

I just tried the above snippet, and I don't see the described behavior. I'm going to close this. If this is still an issue, don't hesitate to comment :smile: