emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Spacing after sorting a heading


From: Kyle Meyer
Subject: [O] Spacing after sorting a heading
Date: Sat, 12 Apr 2014 19:00:32 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Hi,

I prefer to have a blank line before headings (and have set
`org-blank-before-new-entry' for this effect), but I can't figure out
how to preserve this spacing when sorting trees.

,----
| * First heading
|
| ** bbbb
|
| btext
|
| ** aaaa
|
| atext
|
| * Second heading
`----

If "First heading" is sorted alphabetically, the blank line before
"bbbb" is lost.

,----
| * First heading
|
| ** aaaa
|
| atext
| ** bbbb
|
| btext
|
|
| * Second heading
`----

(I don't think this behavior has changed recently, but my current Org
version is release_8.2.5h-909-ge24f33 just in case.)

Does anyone have suggestions for maintaining a space before headings
after sorting?

Thanks

--
Kyle



reply via email to

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