Hi Tom,

"Thomas S. Dye" <t...@tsdye.com> writes:

> Aloha all,
>
> Exporting this small file to html here doesn't put a caption on the
> figure.
>
> * No caption
>
> #+CAPTION: Histogram of adze weights on a logarithmic scale
> #+LABEL: fig:wt-log
>
> [[file:~/Public/projects/903_adzes/r/sr-nb-scatter.png]]
>
> Does anyone else see this?
>

Try removing the empty line between the #+LABEL:... line and the
[[file:... line, that worked for me.  or rather the following worked for
me

--8<---------------cut here---------------start------------->8---
* No caption

#+CAPTION: Histogram of adze weights on a logarithmic scale
#+LABEL: fig:wt-log
[[file:graph.png]]

--8<---------------cut here---------------end--------------->8---

also, if the file doesn't exist, then neither the file, nor the label or
caption will export.

>
> All of a sudden, I'm having the devil's own time with html export.  I
> made small changes to a large export project file and was surprised
> when none of the links were exported.  The project has been exporting
> perfectly for months now.
>

I agree it seems that the html export has been a little bit less stable
as of late.

Best -- Eric

>
> All the best,
> Tom
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to