From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Exporting drawers Date: Thu, 12 Nov 2009 07:02:44 +0100 Message-ID: <9CC123E4-91BF-4EF4-8E83-B35A98036EA7@gmail.com> References: <82A02854-B039-45B7-953D-5F2D07000BB1@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8Slj-0007Zc-Md for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 01:02:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8Sld-0007Tf-VL for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 01:02:54 -0500 Received: from [199.232.76.173] (port=53873 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8Sld-0007TL-JX for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 01:02:49 -0500 Received: from ey-out-1920.google.com ([74.125.78.150]:45935) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8Sld-0000xt-0S for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 01:02:49 -0500 Received: by ey-out-1920.google.com with SMTP id 3so456215eyh.34 for ; Wed, 11 Nov 2009 22:02:48 -0800 (PST) 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: Uwe Jochum Cc: emacs-orgmode@gnu.org Hi Uwe, there was indeed a bug in drawer export, which is now fixed, I hope. Also, check out the variable org-export-format-drawer-function HTH - Carsten On Nov 11, 2009, at 1:55 PM, Uwe Jochum wrote: > Carsten Dominik wrote: >> Do you maybe have a line >> >> #+OPTIONS: d:nil >> >> in the buffer??? >> >> - Carsten > > Carsten, > > no, I haven't. This is what I have: > > #+TITLE: Kontakte > #+AUTHOR: Uwe Jochum > #+EMAIL: uwe.jochum@xxx.de > #+DATE: 2009-10-29 Do > #+DRAWERS: ADRESSE > #+LANGUAGE: de > #+OPTIONS: toc:nil f:t *:t <:t d:t > > "d:t" is clearly unnecessary, because I have enabled the export of =20 > drawers > globaly in my .emacs, but anyway... > > And here comes something really strange: > > David Maus said he copied my example in a fresh file and exported =20 > it, and he > got a correct result. So I too copied my example and inserted it in =20= > an emty > new file --- and it worked, but only once! I tried this now three =20 > times: > Everytime the file is new, the export of drawers works (PDF, html); =20= > but > after the first run every repeated export of drawers fails. And on =20 > the first > run I do not get the nicely formatted drawer display David had (with > linebreaks after every drawer-line), but a rather cluttered result =20 > without > linebreaks. > > If no-one else can reproduce this with orgmode 6.32b, I'll switch to =20= > orgmode > 6.32trans. > > Sch=F6ne Gr=FC=DFe, > > Uwe > > > > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten