emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: org-publish problem for pictures with thumbnails but withou


From: Nicolas Goaziou
Subject: Re: [O] Bug: org-publish problem for pictures with thumbnails but without explicit width specification [7.9.3f (release_7.9.3f-17-g7524ef @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]
Date: Thu, 02 Jul 2015 09:08:24 +0200

Hello,

"Dees, Jonathan" <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]