From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: multiline description list, partial patch Date: Fri, 11 Sep 2009 23:09:16 +0200 Message-ID: References: <0C91519D-C1B7-47A0-98F0-C686B4FACD29@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MmDN0-0005OU-Au for emacs-orgmode@gnu.org; Fri, 11 Sep 2009 17:09:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MmDMv-0005Js-NP for emacs-orgmode@gnu.org; Fri, 11 Sep 2009 17:09:25 -0400 Received: from [199.232.76.173] (port=59358 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmDMv-0005JZ-FS for emacs-orgmode@gnu.org; Fri, 11 Sep 2009 17:09:21 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:57018) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MmDMu-0006oW-LG for emacs-orgmode@gnu.org; Fri, 11 Sep 2009 17:09:21 -0400 Received: by ewy7 with SMTP id 7so50035ewy.31 for ; Fri, 11 Sep 2009 14:09:19 -0700 (PDT) In-Reply-To: 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: Eric Schulte Cc: Org Mode On Sep 11, 2009, at 8:03 AM, Eric Schulte wrote: > 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 The easiest fix for the export problem would be modifying auto-fill-inhibit-regexp to include lines are description items. But it is also a hack.... - Carsten