Hello, "Dees, Jonathan" <jonathan.d...@sap.com> writes:
> Test.org with the content: >>>> > A picture follows. > [[file:img/a.JPG][file:img/a.thumb.JPG]] > <<< > > Now use org-publish to generate nice html out of the org file (using the > org-publish-project-alist given in the appendix) > will fail with the following back trace: > > Debugger entered--Lisp error: (wrong-type-argument stringp nil) Org 7.9.3f is quite old. I suggest to update Org (or Emacs) and try again. > If I change the original file to have a width everything works flawless: > > >>> > A picture follows. > # +ATTR_HTML: width=256 > [[file:img/a.JPG][file:img/a.thumb.JPG]] > <<< The new syntax would be: #+ATTR_LATEX: :width 256 ... Regards, -- Nicolas Goaziou