From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Jochum Subject: Exporting drawers Date: Wed, 11 Nov 2009 10:48:13 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N89zs-0004pX-H5 for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 05:00:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N89zn-0004g5-NN for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 05:00:16 -0500 Received: from [199.232.76.173] (port=35280 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N89zn-0004fe-6u for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 05:00:11 -0500 Received: from lo.gmane.org ([80.91.229.12]:58395) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N89zm-0007q7-A1 for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 05:00:10 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N89zh-0003YZ-Hh for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 11:00:05 +0100 Received: from 109.192.133.71 ([109.192.133.71]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Nov 2009 11:00:05 +0100 Received: from uwe.jochum by 109.192.133.71 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Nov 2009 11:00:05 +0100 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: emacs-orgmode@gnu.org Hi all, I found the idea of maintaining a contacts list in orgmode intriguing and went on to import my old data from kde-kontact into orgmode, using 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ärin) :E-Post: mailto:g.musterfrau@web.de :END: * Mustermann, Fritz :ADRESSE: :Stadt: Mannheim :Straße: 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 exporting the file. But when exporting the file the drawer :ADRESSE: is NOT included; I only get the headlines or text outside the drawer. I cannot figure out what's wrong with my setting. Could someone give me a hint? System: Mandriva-Linux 2010.0, Emacs 23.1.1., orgmode 6.32b Thanks a lot, Uwe Jochum