Hello,

Nicolas Richard <[email protected]> writes:

> Nicolas Richard <[email protected]> writes:
>> The buffer is still marked "unmodified" but there are five space
>> characters at the end of the headline. (and this will later confuse org
>> element cache which thus give errors, but I guess that's to be
>> expected.)
>
> Meanwhile I had a look and it's due to this part of
> org-columns-display-here :
>     (org-unmodified (insert " "))

Thank you.

> Inserting characters in the buffer for the sake of columnview seems
> wrong to me.

Each column is an overlay applied on top of a character in the line.
Since columns cannot overlap, you need at least as many characters in
the line as columns to display.

> Even more so if this is done silently.

I fixed it in cf5cb15.


Regards,

-- 
Nicolas Goaziou

Reply via email to