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