I'm using org-indent-mode
. As far as I understand, the whitespace on the left is an overlay.
When you use this mode in conjunction with whitespace-mode
, then there appears whitespace indications (dots) in the org-mode overlay on the left.
Does anyone know how to get rid of it? Specifically, how to get rid of the whitespace markings in the org-mode-indent
's overlay?
You might ask yourself, white not remove the whitespace-mode? It's useful in marking the whitepaces in the buffer itself. Like... well I use it quite successfully, I just want to remove it from the damn overlay.
Thanks
P.S. All of this is in emacs vanilla, no other programs than the one's packages by GNU.
The version is: 24.5.1
buffer-display-table
. See my comment to your prior semi-related post: http://emacs.stackexchange.com/q/14006/2287 – lawlist Nov 01 '15 at 01:00