From mboxrd@z Thu Jan 1 00:00:00 1970 From: Madhu Rao Subject: Docbook export error... Date: Thu, 11 Jun 2009 09:39:35 +0530 Message-ID: <73E0A646-933D-4013-BACB-0F6892CBCAC6@gmail.com> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEbcC-0001oP-Oi for emacs-orgmode@gnu.org; Thu, 11 Jun 2009 00:10:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEbc7-0001mv-Bq for emacs-orgmode@gnu.org; Thu, 11 Jun 2009 00:10:11 -0400 Received: from [199.232.76.173] (port=39698 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEbc7-0001ms-6l for emacs-orgmode@gnu.org; Thu, 11 Jun 2009 00:10:07 -0400 Received: from mail-gx0-f206.google.com ([209.85.217.206]:36063) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEbc6-0003IH-Or for emacs-orgmode@gnu.org; Thu, 11 Jun 2009 00:10:06 -0400 Received: by gxk2 with SMTP id 2so1845019gxk.18 for ; Wed, 10 Jun 2009 21:10:04 -0700 (PDT) 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 Org-Mode Hi, I get this when I try exporting to docbook. Could you please help? Debugger entered--Lisp error: (wrong-type-argument commandp org-export- as-docbook) call-interactively(org-export-as-docbook) (if (and bg (nth 2 ass) (not ...) (not ...)) (let (...) (set- process-sentinel p ...) (message "Background process \"%s\": started" p)) (call-interactively (nth 1 ass))) (let* ((bg ...) (help "[t] insert the export option template \n[v] limit export to visible part of outline tree\n\n[a] export as ASCII [A] to temporary buffer\n\n[h] export as HTML [H] to temporary buffer [R] export region\n[b] export as HTML and open in browser\n\n[l] export as LaTeX [L] to temporary buffer\n[p] export as LaTeX and process to PDF\n[d] export as LaTeX, process to PDF, and open the resulting PDF document\n\n[D] export as DocBook\n[V] export as DocBook, process to PDF, and open the resulting PDF document\n\n[x] export as XOXO\n\n[i] export current file as iCalendar file\n[I] export all agenda files as iCalendar files\n[c] export agenda files into combined iCalendar file\n\n[F] publish current file [P] publish current project\n[X] publish a project... [E] publish every projects") (cmds ...) r1 r2 ass) (save-excursion (save-window- excursion ... ... ... ... ...)) (setq r2 (if ... ... r1)) (unless (setq ass ...) (error "No command associated with key %c" r1)) (if (and bg ... ... ...) (let ... ... ...) (call-interactively ...))) org-export(nil) call-interactively(org-export)