weirdNox / org-noter

Emacs document annotator, using Org-mode
GNU General Public License v3.0
1.07k stars 101 forks source link

Line wrap arrows showing up in fringes with visual-line-mode enabled by default #171

Open NovayaFinch opened 1 year ago

NovayaFinch commented 1 year ago

Hey there! Thanks for this nice package!

So when org-noter opens up in a frame, the buffer on the right to it, the notes buffer, has visual-line-mode enabled but displays weird line break arrows in both fringes that shouldnt be showing up in visual-line-mode, only disabling and reenabling visual-line-mode in that buffer gets rid of them.

This was already mentioned 4 years ago

    That's funny, because we also have issue #44, which seems to be the opposite of this ahha
    I can't reproduce this, though, I have my `fill-column` set to 105, and it seems to stay the same. Notice that I just installed the package and activated it in the buffer manually, maybe there's some difference there?

    I also get the irritating arrows, which I don't know if it is a problem with this package or with visual-line-mode or visual-fill-column-mode :/

Originally posted by @weirdNox in https://github.com/weirdNox/org-noter/issues/50#issuecomment-445190747