From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: multiline description list, partial patch Date: Fri, 11 Sep 2009 00:03:14 -0600 Message-ID: References: <0C91519D-C1B7-47A0-98F0-C686B4FACD29@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlzEW-00071c-N8 for emacs-orgmode@gnu.org; Fri, 11 Sep 2009 02:03:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlzEQ-0006vb-Su for emacs-orgmode@gnu.org; Fri, 11 Sep 2009 02:03:43 -0400 Received: from [199.232.76.173] (port=36620 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlzEQ-0006vI-M5 for emacs-orgmode@gnu.org; Fri, 11 Sep 2009 02:03:38 -0400 Received: from mx20.gnu.org ([199.232.41.8]:59680) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MlzEQ-0001C4-20 for emacs-orgmode@gnu.org; Fri, 11 Sep 2009 02:03:38 -0400 Received: from mail-px0-f171.google.com ([209.85.216.171]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlzEO-0005qe-Nu for emacs-orgmode@gnu.org; Fri, 11 Sep 2009 02:03:36 -0400 Received: by pxi1 with SMTP id 1so611654pxi.1 for ; Thu, 10 Sep 2009 23:03:34 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: Org Mode Carsten Dominik writes: > Hi Eric, > > I am assuming you are trying to do something like this: > > - a very long > description item :: here is the explanation > > This is not going to work properly with export. > Exactly, when description items line-wrap I'd like to preserve their bold face, but your export point is well take. also, thanks for pointing out the `org-description-max-indent' variable, that will greatly help my sense of org-aesthetic. Thanks -- Eric