emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien <bzg@altern.org>
To: emacs-orgmode@gnu.org
Subject: Re: Re: Whitespace and outline structure...
Date: Wed, 12 Dec 2007 16:17:09 +0100	[thread overview]
Message-ID: <87hcio9c3u.fsf@bzg.ath.cx> (raw)
In-Reply-To: <87k5nkf6ob.fsf@enki.rimspace.net> (Daniel Pittman's message of "Wed, 12 Dec 2007 23:17:56 +1100")

Daniel Pittman <daniel@rimspace.net> writes:

> Bastien <bzg@altern.org> writes:
>> Phil Jackson <phil@shellarchive.co.uk> writes:
>>
>>>> The problem is that there is no way to tell that the two blank lines
>>>> after "** Blah blah" are part of "** Blah blah" or part of "* Some
>>>> stuff".
>>>
>>> [...]
>>>
>>>> What do you think?
>>>
>>> I suffer this problem too. I can't think of a situation where blank
>>> lines would be useful attached to an item.... but maybe I'm doing it
>>> wrong.
>>
>> No, I feel the same.  I think I don't usually need more one or two
>> blank lines.  Hence my proposal about org-delete-trailing-blank-lines
>> based on allowed values...
>
> Something like that might be good -- for my use a single blank line is
> part of the entry, the second one is not, ever.  So, for me, a simple
> rule.

Yes.  Considering an option like:

(setq org-allow-blank-lines   ;; or org-allow-max-blank-lines
         '((org-level-1 . 2)
           (org-level-2 . 1)
           (list-item   . 1)    
           (t . delete)) 

The rule for handling trailing blank lines would be as follow : when
moving/cutting a subtree of level N, only allow a definite number of
trailing blank lines (L_n).  If there is more than L_n lines, try to
decide whether these additional blank lines are part of the subtree
above... etc.  If blank lines cannot be attached to a subtree, either
delete them, or reject them at the end of the subtree.

Not sure how this could be implemented, but I just wanted to clarify
what I had in mind.

-- 
Bastien

  reply	other threads:[~2007-12-12 15:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-11 11:47 Whitespace and outline structure Daniel Pittman
2007-12-11 13:39 ` Bastien
2007-12-11 13:55   ` Phil Jackson
2007-12-11 14:36     ` Bastien
2007-12-12 12:17       ` Daniel Pittman
2007-12-12 15:17         ` Bastien [this message]
2007-12-12 16:24           ` Carsten Dominik
2007-12-12 17:07             ` Eric Schulte
2007-12-12 17:36             ` Eric Schulte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hcio9c3u.fsf@bzg.ath.cx \
    --to=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).