From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea Subject: Re: batch exporting Date: Mon, 21 Dec 2009 08:27:54 +0100 Message-ID: References: <19518.1261336145@gamaville.dokosmarshall.org> <24751328-FAA8-44CF-896B-BC2552DB9132@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NMcgz-0000Ji-Mh for emacs-orgmode@gnu.org; Mon, 21 Dec 2009 02:28:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NMcgu-0000Dk-D2 for emacs-orgmode@gnu.org; Mon, 21 Dec 2009 02:28:32 -0500 Received: from [199.232.76.173] (port=39710 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NMcgu-0000DW-6z for emacs-orgmode@gnu.org; Mon, 21 Dec 2009 02:28:28 -0500 Received: from lo.gmane.org ([80.91.229.12]:40144) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NMcgt-0006sv-U2 for emacs-orgmode@gnu.org; Mon, 21 Dec 2009 02:28:28 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NMcgo-0007zx-8o for emacs-orgmode@gnu.org; Mon, 21 Dec 2009 08:28:22 +0100 Received: from ip116-027.hgracht.rwth-aachen.de ([134.130.116.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Dec 2009 08:28:22 +0100 Received: from andrea.crotti.0 by ip116-027.hgracht.rwth-aachen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Dec 2009 08:28:22 +0100 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@gnu.org Carsten Dominik writes: > On Dec 20, 2009, at 11:43 PM, andrea wrote: > >> Nick Dokos writes: >> >>> See the thread at >>> >>> http://thread.gmane.org/gmane.emacs.orgmode/17059 >> >> I also tried the scripts from that thread (but it's actually the same >> thing), I always get the same error. >> What could that mean: >> >> "converting file euler.org >> Wrong type argument: commandp, org-export-as-html-batch" > > Have you tried (as the installation instructions say) > > (require 'org-install) > > ?? > Now it goes a bit further --8<---------------cut here---------------start------------->8--- emacs --batch \ --eval "(add-to-list 'load-path \"$HOME/.emacs.d/org-mode/lisp/\")" \ --eval "(require 'org-install)" \ --load=$orglib/org.el \ --visit=$1 --funcall org-export-as-html-batch --8<---------------cut here---------------end--------------->8--- --8<---------------cut here---------------start------------->8--- ip116-027:euler_project andrea$ org_html.sh euler.org converting file euler.org Exporting... htmlize.el 1.34 or later is needed for source code formatting Exporting... Exporting... Wrong type argument: stringp, nil --8<---------------cut here---------------end--------------->8--- How can I have more verbose errors by the way?