From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: information/feature request: org analog to latex \description environment Date: Sun, 21 Sep 2008 09:22:04 +0200 Message-ID: <6C796159-1968-4BB4-B6BE-BD9C80E72A78@uva.nl> References: <87od2xw1fj.fsf@gmail.com> <87zlmhgjnv.fsf@kassiopeya.MSHEIMNETZ> <8763p5vz05.fsf@gmail.com> <87prndghe1.fsf@kassiopeya.MSHEIMNETZ> <877i9l0xo2.fsf@gmail.com> <0332730D-8E66-4FB8-BA9C-62A15CD8057B@uva.nl> Mime-Version: 1.0 (Apple Message framework v929.2) 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 1KhJH0-00061E-8K for emacs-orgmode@gnu.org; Sun, 21 Sep 2008 03:22:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KhJGy-000611-PC for emacs-orgmode@gnu.org; Sun, 21 Sep 2008 03:22:25 -0400 Received: from [199.232.76.173] (port=40064 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhJGy-00060y-Kg for emacs-orgmode@gnu.org; Sun, 21 Sep 2008 03:22:24 -0400 Received: from mx20.gnu.org ([199.232.41.8]:50821) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KhJGy-00012x-4f for emacs-orgmode@gnu.org; Sun, 21 Sep 2008 03:22:24 -0400 Received: from postduif.ic.uva.nl ([145.18.40.180]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KhJGx-0006f7-A8 for emacs-orgmode@gnu.org; Sun, 21 Sep 2008 03:22:23 -0400 In-Reply-To: <0332730D-8E66-4FB8-BA9C-62A15CD8057B@uva.nl> 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: emacs-orgmode Mailinglist On Sep 10, 2008, at 8:46 AM, Carsten Dominik wrote: > > On Sep 10, 2008, at 12:19 AM, Eric Schulte wrote: > >> Sebastian Rose writes: >> >>>> ,---- >>>> | first term: and it's definition >>>> | second: and it's definition >>>> `---- >>> >>> >>> How should Org distinguish those colons from other colons? >> >> yes, I suppose the double colons you show below would be required >> >>>> would be much preferable to what I currently often find myself >>>> doing >>>> which is >>>> >>>> ,---- >>>> | - *first term*: and it's definition >>>> | - *second*: and it's definition >>>> `---- >>> >>> >>> This is what I did too :-) I even wrote a little little elisp >>> function >>> to do this for me. But since a few weeks there is: >>> >>> >>> - Term1 :: description (try to press ALT-RET here) >>> - Term2 :: description (try to press ALT-RET here) > > However, this syntax is only supported by the HTML backend, not by > the LaTeX backend yet.... :-( Bastien has implemented description lists into the LaTeX exporter now, the fix is in 6.07b. - Carsten