Editing: Automatic empty lines before new entries.
commit15ad97ac3ce0857b92d94cc02d15025fcce05b7d
authorCarsten Dominik <carsten.dominik@gmail.com>
Thu, 8 Jan 2009 08:30:55 +0000 (8 09:30 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Thu, 8 Jan 2009 08:30:55 +0000 (8 09:30 +0100)
tree832cf649d26587a42ab8196a9a4bcebd4b88d616
parente245f4c8d0c3fbbcbd6060eeb4a0fb17db553870
Editing: Automatic empty lines before new entries.

The variable `org-blank-before-new-entry' regulates if Org should
insert a blank line before a new entry, when making a new headline or
plain list item.  Up to now, the possible values in each case where t
or nil, i.e. unconditionally do or don't insert a blank line.

Now each setting can also be `auto'.  If this is the case,  Org will
look if the current entry, of which the command creates a sibling,
does have a blank line before it.  If yes, it will also make a blank
line.  If not, it will not.  This seems so useful that I have made
this behavior the default.
lisp/ChangeLog
lisp/org-list.el
lisp/org.el