Jay Kerns writes:
> Doing `toggle-debug-on-error' yields (I'm deleting most of it)
>
> ,----
> | Debugger entered--Lisp error: (error "Invalid time specification")
> |   format-time-string("%Y-%m-%d" "<2010-04-24 Sat>")
> |   org-publish-format-file-entry("%t"

Uh-oh.  That function should never get an uninterpreted value from
#+DATE, it really wants a proper time value (a list, not a string).  The
question is how it gets there, since

emacs -batch -Q -l worgtest-local-init.el -l worgtest-init.el
worgmap.org -l org-publish \
 --eval '(message (format-time-string "%Y-%m-%d" (org-publish-find-date 
(buffer-file-name))))'
2013-04-22

yields the correct value.  Also, the calling function doesn't appear to
be asking for a date value at all.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada


Reply via email to