From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Exporting drawers Date: Wed, 11 Nov 2009 12:57:22 +0100 Message-ID: <82A02854-B039-45B7-953D-5F2D07000BB1@gmail.com> References: 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 1N8Bpc-0008Sk-H9 for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 06:57:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8BpW-0008Ov-W7 for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 06:57:47 -0500 Received: from [199.232.76.173] (port=48174 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8BpW-0008OM-A9 for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 06:57:42 -0500 Received: from ey-out-1920.google.com ([74.125.78.146]:4003) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8BpV-0002yu-PN for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 06:57:41 -0500 Received: by ey-out-1920.google.com with SMTP id 3so226126eyh.34 for ; Wed, 11 Nov 2009 03:57:40 -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 On Nov 11, 2009, at 10:48 AM, Uwe Jochum wrote: > Hi all, > > I found the idea of maintaining a contacts list in orgmode =20 > intriguing and > went on to import my old data from kde-kontact into orgmode, using =20 > drawers > as the appropriate tool to store the information, like so: > > * Musterfrau, Gerda > %%(diary-anniversary 02 17 1959) Geburtstag: Gerda ist heute \%d Jahre > alt! > :ADRESSE: > :Stadt: Frankfurt am Main > :Telephon: 069--7511--2660 (direkt) > :Telephon: 069--7511--1666 (Sekret=E4rin) > :E-Post: mailto:g.musterfrau@web.de > :END: > > * Mustermann, Fritz > :ADRESSE: > :Stadt: Mannheim > :Stra=DFe: K4, 12 > :Telephon: 0621 / 882255XX > :END: > > In the head of the file I have the line > > #+DRAWERS: ADRESSE > > and in my .emacs there is an entry " '(org-export- > with-drawers t)" to make sure the drawers are included when I am =20 > exporting > the file. But when exporting the file the drawer :ADRESSE: is NOT =20 > included; > I only get the headlines or text outside the drawer. Do you maybe have a line #+OPTIONS: d:nil in the buffer??? - Carsten=