From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: Misc. questions Date: Wed, 05 Oct 2016 13:35:18 -0400 Message-ID: <1475688918.3540248.746907257.5423D862@webmail.messagingengine.com> References: <1475607776.3238953.745790809.290F05FA@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brq6L-0003xx-5r for emacs-orgmode@gnu.org; Wed, 05 Oct 2016 13:35:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brq6H-0001vp-1M for emacs-orgmode@gnu.org; Wed, 05 Oct 2016 13:35:29 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:43365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brq6F-0001t5-R3 for emacs-orgmode@gnu.org; Wed, 05 Oct 2016 13:35:24 -0400 In-Reply-To: <1475607776.3238953.745790809.290F05FA@webmail.messagingengine.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org On Tue, Oct 4, 2016, at 03:02 PM, Peter Davis wrote: > > 3) Still trying to find a way to get to DocBook XML (4, it turns out). I > know the export page says to output texi (see #2 above) and then convert > with makeinfo, but I have my doubts. Of course, once I get texi working > I'll be able to see for myself what information, if any, is lost. > I now have a working routine for this on Windows 10, though it's not pretty: 1. Edit file in emacs org-mode 2. Export to TeXInfo (texi) format 3. Open Ubuntu/Bash window: a. cp ../../../mnt/c/Users/pdavis/org/filename.texi ./ b. makeinfo --docbook filename.texi c. cp ./filename.xml ../../../mnt/c/Users/pdavis/org 4. Open filename.xml in emacs and replace header with db-xml-hdr.xml 5. Open edited filename.xml in ArborText Tedious, but it works. I can probably find ways to automate some of it, such as a bash shell script to copy the file, run makeinfo, substitute the header, and copy it back. Thanks, -pd -- Peter Davis www.techcurmudgeon.com