* moving subtree breaks line space
@ 2012-11-21 22:39 philippe roudot
2012-11-22 19:00 ` Jason Dunsmore
0 siblings, 1 reply; 4+ messages in thread
From: philippe roudot @ 2012-11-21 22:39 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 319 bytes --]
Dear list,
I orgnanize my headers with space in-between
* header...
** sub header ...
** an other ...
* header...
* you get it...
though when I try to move my header using M-up it mess the line doing
* you get it...
* header...
** sub header ...
** an other ...
* header...
Is this a normal behavior ?
[-- Attachment #2: Type: text/html, Size: 700 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: moving subtree breaks line space
2012-11-21 22:39 moving subtree breaks line space philippe roudot
@ 2012-11-22 19:00 ` Jason Dunsmore
2012-11-22 19:30 ` philippe roudot
0 siblings, 1 reply; 4+ messages in thread
From: Jason Dunsmore @ 2012-11-22 19:00 UTC (permalink / raw)
To: philippe roudot; +Cc: emacs-orgmode
Try configuring org-blank-before-new-entry. The FAQ has some
information about it:
http://orgmode.org/worg/org-faq.html
Here's what I use:
(setq org-blank-before-new-entry '((heading . nil)
(plain-list-item . nil)))
Regards,
Jason
On Wed, Nov 21, 2012 at 4:39 PM, philippe roudot
<philippe.covoiturage@gmail.com> wrote:
> Dear list,
>
> I orgnanize my headers with space in-between
>
> * header...
>
> ** sub header ...
>
> ** an other ...
>
> * header...
>
> * you get it...
>
>
> though when I try to move my header using M-up it mess the line doing
>
>
>
> * you get it...
> * header...
>
> ** sub header ...
>
>
> ** an other ...
>
>
> * header...
>
> Is this a normal behavior ?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: moving subtree breaks line space
2012-11-22 19:00 ` Jason Dunsmore
@ 2012-11-22 19:30 ` philippe roudot
2012-12-25 3:27 ` Bastien
0 siblings, 1 reply; 4+ messages in thread
From: philippe roudot @ 2012-11-22 19:30 UTC (permalink / raw)
To: Jason Dunsmore; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 198 bytes --]
It did the trick. Thank you Jason !
One could add in the FAQ entry "Why is a blank line inserted after
headlines and list items?" that the same variable control subtree motion.
Regards,
Philippe
[-- Attachment #2: Type: text/html, Size: 1333 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: moving subtree breaks line space
2012-11-22 19:30 ` philippe roudot
@ 2012-12-25 3:27 ` Bastien
0 siblings, 0 replies; 4+ messages in thread
From: Bastien @ 2012-12-25 3:27 UTC (permalink / raw)
To: philippe roudot; +Cc: emacs-orgmode, Jason Dunsmore
Hi Philippe,
philippe roudot <philippe.covoiturage@gmail.com> writes:
> One could add in the FAQ entry "Why is a blank line inserted after
> headlines and list items?" that the same variable control subtree
> motion.
Can you suggest an applicable modification (e.g. a patch)
against the FAQ in Worg?
~$ git clone git://orgmode.org/worg.git
Then edit the FAQ... then `C-x v =' to get the patch in a
new buffer.
Thanks!
--
Bastien
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-12-25 3:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-21 22:39 moving subtree breaks line space philippe roudot
2012-11-22 19:00 ` Jason Dunsmore
2012-11-22 19:30 ` philippe roudot
2012-12-25 3:27 ` Bastien
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.