emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] html export


From: Eric Schulte
Subject: Re: [Orgmode] html export
Date: Sat, 19 Jun 2010 20:28:28 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi Tom,

"Thomas S. Dye" <address@hidden> 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.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode



reply via email to

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