Re: [O] comments after paragraph remove newline

2013-02-25 Thread Nicolas Goaziou
Samuel Wales  writes:

> I wonder if we should consider something more fancy for ascii backend
> (only).  Delete blank lines between comment and headline

This is not needed: see `org-ascii-headline-spacing'.

>  and between comment and comment.

Done.


Regards,

-- 
Nicolas Goaziou



Re: [O] comments after paragraph remove newline

2013-02-24 Thread Samuel Wales
On 2/22/13, Nicolas Goaziou  wrote:
> I don't think we need it. I have pushed a patch for that. Note that now,
> blank lines before the comment and after it will accumulate.

Thank you.  It works now.

I wonder if we should consider something more fancy for ascii backend
(only).  Delete blank lines between comment and headline, and between
comment and comment.

Samuel

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  ANYBODY
can get it.  There is no hope without action.



Re: [O] comments after paragraph remove newline

2013-02-22 Thread Nicolas Goaziou
Samuel Wales  writes:

> On 2/10/13, Nicolas Goaziou  wrote:
>> Blank lines below an element belong to that element, by definition. So,
>> obviously, just add a blank line between "comments" and "# test" and it
>> will not be removed.
>
> You are saying that the comments get removed with the blank line
> because the blank line is considered part of the comments?

Is silence following music still music? ;)

Blank lines belong to the "comments" element, but are not commented
themselves.

> In my case, the proposed solution changes the meaning of the comment.
> For example:
>
> ===
> a
> b
> c
> d
> # e
> # f
>
> new paragraph
> ===
>
> If you make e and f a new paragraph, it is intended to be a new
> paragraph and no longer refers to the previous paragraph.
>
> I don't know the code, but is it possible that, instead of attaching
> blank lines to elements, blank lines can be an element on their own?

It's not a matter of "where to store it", but "what to do with it".

> Would that allow the needed flexibility and also add orthogonality for
> other purposes?

I don't think we need it. I have pushed a patch for that. Note that now,
blank lines before the comment and after it will accumulate.


Regards,

-- 
Nicolas Goaziou



Re: [O] comments after paragraph remove newline

2013-02-18 Thread Samuel Wales
Hi Nicolas,

On 2/10/13, Nicolas Goaziou  wrote:
> Blank lines below an element belong to that element, by definition. So,
> obviously, just add a blank line between "comments" and "# test" and it
> will not be removed.

You are saying that the comments get removed with the blank line
because the blank line is considered part of the comments?

If so, I think the expectation of many users is that # comments only
the line itself, and not any other lines.  That, at least, is my own
expectation.

In my case, the proposed solution changes the meaning of the comment.
For example:

===
a
b
c
d
# e
# f

new paragraph
===

If you make e and f a new paragraph, it is intended to be a new
paragraph and no longer refers to the previous paragraph.

I don't know the code, but is it possible that, instead of attaching
blank lines to elements, blank lines can be an element on their own?
Would that allow the needed flexibility and also add orthogonality for
other purposes?

Samuel

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  ANYBODY
can get it.  There is no hope without action.



Re: [O] comments after paragraph remove newline

2013-02-10 Thread Nicolas Goaziou
Hello,

Samuel Wales  writes:

> If there were a blank line above the comment, the newline removal
> would be appropriate, but not when there is no blank line above it.
>
> === input
>
> *** test
> no comments
>
> one
>
> comments
> # test
>
> two
>
> === ascii
>
> no comments
>
> one
>
> comments
> two
>
> ===

Blank lines below an element belong to that element, by definition. So,
obviously, just add a blank line between "comments" and "# test" and it
will not be removed.


Regards,

-- 
Nicolas Goaziou