Re: [Orgmode] Re: Making an org file more readable

2009-09-04 Thread Carsten Dominik

Fixed, thanks.

- Carsten

On Sep 4, 2009, at 7:10 AM, PT wrote:


Carsten Dominik carsten.dominik at gmail.com writes:



I have just pushed a modification so that you can, after pulling
from git, set org-cycle-separator-lines to a negative number.
If you set it to -N, N empty lines will be required in order
to get a separation.  But, if there are enough empty lines,
all will be shown.

You might want to set this to -1., I like my old value of +2 best.


I tried this new setting with 6.30 and it works well, thanks for
this.

The only strange case is when a header line doesn't have any
content, only empty lines.

So if there are 2 empty lines between headers

* header1


* header2


Then the first empty line after header1 is folded regardless of
the -1 setting.  If I understand the feature correctly no folding
should occur in this case either.



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Making an org file more readable

2009-09-03 Thread PT
Carsten Dominik carsten.dominik at gmail.com writes:

 
 I have just pushed a modification so that you can, after pulling
 from git, set org-cycle-separator-lines to a negative number.
 If you set it to -N, N empty lines will be required in order
 to get a separation.  But, if there are enough empty lines,
 all will be shown.
 
 You might want to set this to -1., I like my old value of +2 best.

I tried this new setting with 6.30 and it works well, thanks for
this.

The only strange case is when a header line doesn't have any
content, only empty lines.

So if there are 2 empty lines between headers

* header1


* header2


Then the first empty line after header1 is folded regardless of
the -1 setting.  If I understand the feature correctly no folding
should occur in this case either.



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Making an org file more readable

2009-08-24 Thread PT
Nick Dokos nicholas.dokos at hp.com writes:
 
 You *can* get an empty line between two headers by having two empty lines at
 the end of the first section: the first empty line is considered part of
 the section and is folded with it, but the second one remains. E.g.

One more thing for those who don't know this:

I took a look at the relevant part of outline.el and turns out
one empty line is enough if outline-blank-line is set to t.


It's almost perfect. It would be perfect if outline would leave
alone all empty lines after the content, so if I have e.g. two
empty lines there then it would fold non-empty lines only leaving
both empty lines visible, so that I could use as many
empty lines for separation as I want.




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Making an org file more readable

2009-08-24 Thread Carsten Dominik


On Aug 24, 2009, at 1:11 PM, PT wrote:


Nick Dokos nicholas.dokos at hp.com writes:


You *can* get an empty line between two headers by having two empty  
lines at
the end of the first section: the first empty line is considered  
part of

the section and is folded with it, but the second one remains. E.g.


One more thing for those who don't know this:

I took a look at the relevant part of outline.el and turns out
one empty line is enough if outline-blank-line is set to t.


It's almost perfect. It would be perfect if outline would leave
alone all empty lines after the content, so if I have e.g. two
empty lines there then it would fold non-empty lines only leaving
both empty lines visible, so that I could use as many
empty lines for separation as I want.


Actually, Org pretty much overrules what outline does in this context.

I have just pushed a modification so that you can, after pulling
from git, set org-cycle-separator-lines to a negative number.
If you set it to -N, N empty lines will be required in order
to get a separation.  But, if there are enough empty lines,
all will be shown.

You might want to set this to -1., I like my old value of +2 best.

- Carsten


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Making an org file more readable

2009-08-23 Thread PT
Nick Dokos nicholas.dokos at hp.com writes:
 
 You *can* get an empty line between two headers by having two empty lines at
 the end of the first section: the first empty line is considered part of
 the section and is folded with it, but the second one remains. E.g.

For some reason, I didn't try that. :) Thanks. One annoyance less.



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode