From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Cave Subject: org-export to Palm Markup Language (PML) Date: Sun, 29 Jul 2007 12:59:34 +1000 Message-ID: <46AC0296.6050100@optusnet.com.au> References: <87k5skyd1h.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IEz0a-0005A8-F5 for emacs-orgmode@gnu.org; Sat, 28 Jul 2007 22:59:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IEz0X-000587-5u for emacs-orgmode@gnu.org; Sat, 28 Jul 2007 22:59:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IEz0W-000582-Ro for emacs-orgmode@gnu.org; Sat, 28 Jul 2007 22:59:48 -0400 Received: from mail01.syd.optusnet.com.au ([211.29.132.182]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IEz0W-0004hw-00 for emacs-orgmode@gnu.org; Sat, 28 Jul 2007 22:59:48 -0400 In-Reply-To: <87k5skyd1h.fsf@bzg.ath.cx> 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: Bastien , emacs-orgmode@gnu.org Bastien, Well done with org-export-as-latex ! I installed it on GNU Emacs 22.1.1 on Windows XP and it works very well. I am working on a Perl script to convert org-mode to Palm Markup Language to make ebooks for my Palm m515 and the ereader program. It seems that it wouldn't be hard to adapt org-export-as-latex to make org-export-as-pml Details of PML: http://www.ereader.com/dropbook/pml Is anyone else on this list interested in making eBooks on the Palm? I am only using a small set of PML: Headings are converted to \XNheading Text\XN where N is 0,1,2,3 or 4 Bold text: \Bboldtext\B Italics: \iItalic\i Underline: \uUnderline\u Charles