* Spacing after sorting a heading
@ 2014-04-12 23:00 Kyle Meyer
2014-04-17 10:52 ` Bastien
0 siblings, 1 reply; 5+ messages in thread
From: Kyle Meyer @ 2014-04-12 23:00 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Spacing after sorting a heading
2014-04-12 23:00 Spacing after sorting a heading Kyle Meyer
@ 2014-04-17 10:52 ` Bastien
2014-04-17 14:36 ` Kyle Meyer
2014-04-18 15:05 ` Sebastien Vauban
0 siblings, 2 replies; 5+ messages in thread
From: Bastien @ 2014-04-17 10:52 UTC (permalink / raw)
To: Kyle Meyer; +Cc: emacs-orgmode
Hi Kyle,
Kyle Meyer <kyle@kyleam.com> writes:
> Does anyone have suggestions for maintaining a space before headings
> after sorting?
I fixed this in maint, let me know if this works for you.
Thanks,
--
Bastien
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Spacing after sorting a heading
2014-04-17 10:52 ` Bastien
@ 2014-04-17 14:36 ` Kyle Meyer
2014-04-18 15:05 ` Sebastien Vauban
1 sibling, 0 replies; 5+ messages in thread
From: Kyle Meyer @ 2014-04-17 14:36 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
On 04/17/14 06:52, Bastien wrote:
> I fixed this in maint, let me know if this works for you.
Works great. Thanks!
--
Kyle
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Spacing after sorting a heading
2014-04-17 10:52 ` Bastien
2014-04-17 14:36 ` Kyle Meyer
@ 2014-04-18 15:05 ` Sebastien Vauban
2014-04-18 15:25 ` Bastien
1 sibling, 1 reply; 5+ messages in thread
From: Sebastien Vauban @ 2014-04-18 15:05 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
Bastien,
Bastien wrote:
> Kyle Meyer <kyle-4Wn5G85RAV/QT0dZR+AlfA@public.gmane.org> writes:
>
>> Does anyone have suggestions for maintaining a space before headings
>> after sorting?
>
> I fixed this in maint, let me know if this works for you.
A pity that your fix did not solve the bug "When moving headings, blank
lines are added to the display" (reported on 2013-11-15) at the same
time ;-(
See http://article.gmane.org/gmane.emacs.orgmode/78878.
Best regards,
Seb
--
Sebastien Vauban
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Spacing after sorting a heading
2014-04-18 15:05 ` Sebastien Vauban
@ 2014-04-18 15:25 ` Bastien
0 siblings, 0 replies; 5+ messages in thread
From: Bastien @ 2014-04-18 15:25 UTC (permalink / raw)
To: Sebastien Vauban; +Cc: public-emacs-orgmode-mXXj517/zsQ
Hi Sébastien,
Sebastien Vauban <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
writes:
> A pity that your fix did not solve the bug "When moving headings, blank
> lines are added to the display" (reported on 2013-11-15) at the same
> time ;-(
It may look similar, but that's a completely different issue.
> See http://article.gmane.org/gmane.emacs.orgmode/78878.
Can you instrument `org-clean-visibility-after-subtree-move' and
chase the bug from there?
--
Bastien
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-04-18 15:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-12 23:00 Spacing after sorting a heading Kyle Meyer
2014-04-17 10:52 ` Bastien
2014-04-17 14:36 ` Kyle Meyer
2014-04-18 15:05 ` Sebastien Vauban
2014-04-18 15:25 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).