From mboxrd@z Thu Jan 1 00:00:00 1970 From: Detlef Steuer Subject: [new exporter] workaround/replacement for org-export-as-html-batch Date: Tue, 12 Feb 2013 12:36:40 +0100 Message-ID: <20130212123640.517a92e1@vknecht-intel.unibw-hamburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5EkG-0008Qn-TJ for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 07:13:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5EkF-0006xj-Ho for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 07:13:56 -0500 Received: from plane.gmane.org ([80.91.229.3]:33793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5EAW-0006v5-G3 for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 06:37:00 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U5EAl-0003vX-GB for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 12:37:15 +0100 Received: from vknecht-intel.unibw-hamburg.de ([139.11.181.51]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Feb 2013 12:37:15 +0100 Received: from detlef.steuer by vknecht-intel.unibw-hamburg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Feb 2013 12:37:15 +0100 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Dear all, I rely on emacs --batch \ --eval "(add-to-list 'load-path \"${HOME}/GIT/org-mode/lisp/\")"\ --load ${HOME}/GIT/org-mode/lisp/org.el \ --visit file.org \ --funcall org-export-as-html-batch somewhere in my HTML generating workflow. I see org-export-as-html-batch in the FIXME section in the source. Is there any easy workaround for the moment? Or a guess when it will leave that section? Naively loading the old stuff by adding a ---eval "(add-to-list 'load-path \"${HOME}/GIT/org-mode/contrib/oldexp/\")"\ line to the call above did not work either. I then get: --- Exporting... Symbol's value as variable is void: org-export-with-sub-superscripts --- What worked was de-automating that step and export manually, so it's not an emergency. Obviously my google-fu wasn't up to the task, too. All that with orgmode from today. Thanks for any help Detlef