From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: Making DocBook xml books from org mode? Date: Sun, 02 Oct 2016 17:46:59 -0400 Message-ID: References: <1475172280.399769.741096521.05684B25@webmail.messagingengine.com> <878tuajysi.fsf@fastmail.fm> <1475187422.3176053.741333169.0906F627@webmail.messagingengine.com> <1475250249.663446.742041297.1ACDFDFD@webmail.messagingengine.com> <87y426igda.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqobG-0003ug-1I for emacs-orgmode@gnu.org; Sun, 02 Oct 2016 17:47:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqobB-0000rR-S8 for emacs-orgmode@gnu.org; Sun, 02 Oct 2016 17:47:08 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:48583) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqobA-0000qn-LD for emacs-orgmode@gnu.org; Sun, 02 Oct 2016 17:47:05 -0400 In-Reply-To: <87y426igda.fsf@fastmail.fm> (Joost Kremers's message of "Sun, 02 Oct 2016 23:35:29 +0200") 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: Joost Kremers Cc: emacs-orgmode@gnu.org Joost Kremers writes: > On Sun, Oct 02 2016, Peter Davis wrote: >> When I try to export to docbook via pandoc (C-c C-e p d), I get >> >> Running pandoc with args: (-f org -t docbook5 -o /Users/peterdavis/Dropbox/HMH/my_file.dbk --parse-raw --mathjax --standalone /Users/peterdavis/Dropbox/HMH/my_file.tmp3362h9T.org) >> Error occured. >> pandoc: Unknown writer: docbook5 >> >> Any guesses? Is there something additional I need to install in pandoc? > > The `docbook5' writer was added to Pandoc fairly recently, in version > 1.17.1, released in June of this year. Interesting. I just installed Pandoc on my Mac today with Homebrew, but it claims to be 1.13.1. I'll try to find an update. Thanks. > There's also a `docbook' writer, > which has been part of Pandoc much longer and which outputs to (I > assume) DocBook v4. So I suspect you either need to upgrade your Pandoc > or make sure ox-pandoc sets the output format to `docbook'. Well, I'm trying to output docbook5 anyway, so better to update my installation. Thank you. -pd