From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nic James Ferrier Newsgroups: gmane.emacs.devel Subject: Re: Saving markup formats Date: Wed, 20 Jun 2007 11:19:56 +0100 Message-ID: <87d4zrdj1v.fsf@kanga.tapsellferrier.co.uk> References: <871wgi9jzb.fsf@jidanni.org> <87d4zuyvn6.fsf@gmx.de> <87fy4prmdf.fsf@jurta.org> <87r6o7ecnk.fsf@kanga.tapsellferrier.co.uk> <4678708C.1080508@gmail.com> <87odjbeapk.fsf@kanga.tapsellferrier.co.uk> <46787713.1050800@gmail.com> <87lkefe8v4.fsf@kanga.tapsellferrier.co.uk> <7dbe73ed0706200245see6fbd8ofc41ca56d3d7bf06@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1182334893 19566 80.91.229.12 (20 Jun 2007 10:21:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Jun 2007 10:21:33 +0000 (UTC) Cc: "Lennart Borgman \(gmail\)" , rms@gnu.org, Emacs Devel To: "Mathias Dahl" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 20 12:21:31 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I0xJX-00025g-6v for ged-emacs-devel@m.gmane.org; Wed, 20 Jun 2007 12:21:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0xJW-0003Hj-LU for ged-emacs-devel@m.gmane.org; Wed, 20 Jun 2007 06:21:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I0xJT-0003HP-EZ for emacs-devel@gnu.org; Wed, 20 Jun 2007 06:21:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I0xJS-0003H6-2o for emacs-devel@gnu.org; Wed, 20 Jun 2007 06:21:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0xJR-0003H3-Tc for emacs-devel@gnu.org; Wed, 20 Jun 2007 06:21:21 -0400 Original-Received: from owls-tree.tapsellferrier.co.uk ([81.187.188.218] helo=owls-house.tapsellferrier.co.uk) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I0xJQ-0008Rm-Kf; Wed, 20 Jun 2007 06:21:20 -0400 Original-Received: from [172.31.107.1] (helo=localhost) by owls-house.tapsellferrier.co.uk with esmtp (Exim 4.60 #1 (Debian)) id 1I0xEI-000155-LY; Wed, 20 Jun 2007 11:16:02 +0100 Original-Received: by localhost (Postfix, from userid 1000) id 22A12C06F2; Wed, 20 Jun 2007 11:19:56 +0100 (BST) In-Reply-To: <7dbe73ed0706200245see6fbd8ofc41ca56d3d7bf06@mail.gmail.com> (Mathias Dahl's message of "Wed\, 20 Jun 2007 11\:45\:29 +0200") X-detected-kernel: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:73403 Archived-At: "Mathias Dahl" writes: >> Let me tell you about how I make my CV right now: >> >> - I edit the CV in org mode >> - I transform org mode to XOXO/XHTML using elisp >> - I run an XSLT transform to turn the XOXO into XHTML >> - I run an XSLT transform to turn the XHTML into an OpenDoc >> content.xml file >> - I zip the new content.xml file up with a standard template for the >> other files that come with an OpenDoc file > > I do something similar to get stuff into Word, but I just open the > HTML exported by org-mode in Word (with a small elisp hack added to > org-mode), and voila! Maybe OpenOffice can do that as well? But maybe > you didn't want to need to use an external program (OpenOffice in this > case) to create the OpenDoc file? That's right. The process above works really well because a CV is a very structured document. But it wouldn't work generally. Another point is that if you open an HTML file in Word of OpenOffice they seem to get stuck treating it as an HTML file. That's no good. I want real OpenDoc files. And anyway... that doesn't help me edit an OpenDoc file that someone else sent me or stored in a repository somewhere. -- Nic Ferrier http://www.tapsellferrier.co.uk