emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] parsing fixed with section


From: Steven Haryanto
Subject: [O] parsing fixed with section
Date: Thu, 11 Aug 2011 15:41:41 +0700

Dear all,

As I understand it, a fixed width section (BTW, is "fixed width section" the official term for this?) is defined as a line which is started by zero or more spaces, and then a colon, *and then a space*, and then zero or more characters.

:<spc>line1
:<spc>
:<spc>line3

But many editors (Emacs including) likes to trim trailing spaces, so when the file is saved, the second line loses its space:

:<spc>line1
:
:<spc>line3

Should the second line be parsed as a fixed width section too or not?

--
sh

reply via email to

[Prev in Thread] Current Thread [Next in Thread]