From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: worg-new-exporter successful publish locally Date: Sat, 27 Apr 2013 17:43:12 +0200 Message-ID: <87fvycnfn3.fsf@Rainer.invalid> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UW7HZ-0001li-GY for emacs-orgmode@gnu.org; Sat, 27 Apr 2013 11:43:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UW7HY-0007Kn-D4 for emacs-orgmode@gnu.org; Sat, 27 Apr 2013 11:43:25 -0400 Received: from plane.gmane.org ([80.91.229.3]:33444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UW7HY-0007Kf-6K for emacs-orgmode@gnu.org; Sat, 27 Apr 2013 11:43:24 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UW7HS-0003KA-OG for emacs-orgmode@gnu.org; Sat, 27 Apr 2013 17:43:18 +0200 Received: from pd9eb1a76.dip0.t-ipconnect.de ([217.235.26.118]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Apr 2013 17:43:18 +0200 Received: from Stromeko by pd9eb1a76.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Apr 2013 17:43:18 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Jay Kerns writes: > The new Worg branch publishes for me without error under Org-mode > version 8.0.1 (release_8.0.1-24-g92f372). I updated the existing > emacs.el (underlying Worg, IIUC) to the Org 8.0 exporting/publishing > syntax. You can see the latest draft in > > worgtest-init.el > > which lives in the top-level directory. Great, thank you. I've just pushed a change that removes the hardcoded pathnames in this file and replaces them with three variables. Set these variables either directly on the command line or in a local init file (name it whatever you like and don't push it to Worg) like this: --8<---------------cut here---------------start------------->8--- ;; worgtest-local-init.el ;; ;; all paths must end with a slash (setq worg-base "/path/to/Worg/" worg-htmlroot "/path/to/htmlroot/" worg-add-load-path (list "/path/to/auctex-11.86/" "/path/to/htmlize-1.39/" "/path/to/org/")) --8<---------------cut here---------------end--------------->8--- emacs -batch -Q -l worgtest-local-init.el -l worgtest-init.el -f publish-worg I've also deactivated vc during export (makes it about half a minute faster) and moved the require for org before the defcustoms stuff, otherwise I'd get the error Symbol's function definition is void: org-get-file-contents This exports OK with Emacs 24.3, freshly compiled today. Worg: the "Invalid time specification" error is back. I can push, but nothing gets published at the moment. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Waldorf MIDI Implementation & additional documentation: http://Synth.Stromeko.net/Downloads.html#WaldorfDocs