From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-fill-paragraph invoked on column 0 Date: Wed, 01 Aug 2012 00:15:17 +0200 Message-ID: <87vch3k26i.fsf@gmail.com> References: <87wr1kly1b.fsf@gmail.com> <874nonlpsv.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwKmE-0001ev-4V for emacs-orgmode@gnu.org; Tue, 31 Jul 2012 18:18:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwKmC-0000tU-Kv for emacs-orgmode@gnu.org; Tue, 31 Jul 2012 18:18:54 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:40468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwKmC-0000tG-EU for emacs-orgmode@gnu.org; Tue, 31 Jul 2012 18:18:52 -0400 Received: by wgbds1 with SMTP id ds1so3626411wgb.0 for ; Tue, 31 Jul 2012 15:18:51 -0700 (PDT) In-Reply-To: (Michael Brand's message of "Tue, 31 Jul 2012 21:39:59 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael Brand Cc: Org Mode Hello, Michael Brand writes: > Thanks. It works except for description list. My requirement is that > it works even with unusually placed "::" which work already when point > is within the item body: > > - cmd --log-level=wrn -o DST SRC :: > description > for long term This is a very special case. Trying to handle this would change the simple convenience patch into larger machinery. I don't think it's worth it since all it costs is a C-n before the M-q. > - cmd --log-level=wrn -o DST SRC > :: description > for long term This isn't even valid syntax. At the moment, Org assumes the double colons are on the same line as the bullet. Regards, -- Nicolas Goaziou