From: "Eric Schulte" <schulte.eric@gmail.com>
To: "Thomas S. Dye" <tsd@tsdye.com>
Cc: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: html export
Date: Sat, 19 Jun 2010 20:28:28 -0700 [thread overview]
Message-ID: <871vc28js3.fsf@gmail.com> (raw)
In-Reply-To: <F143E151-C46B-46DA-B314-7B618A6EFB73@tsdye.com> (Thomas S. Dye's message of "Sat, 19 Jun 2010 15:50:06 -1000")
Hi Tom,
"Thomas S. Dye" <tsd@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
next prev parent reply other threads:[~2010-06-20 3:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-20 1:50 html export Thomas S. Dye
2010-06-20 3:28 ` Eric Schulte [this message]
2010-06-20 3:58 ` Nick Dokos
2010-06-20 16:11 ` Thomas S. Dye
2010-06-20 18:14 ` Eric Schulte
2010-06-20 20:17 ` Nick Dokos
2010-06-20 20:54 ` Thomas S. Dye
-- strict thread matches above, loose matches on Subject: below --
2010-05-27 16:37 Thomas S. Dye
2010-05-27 20:58 ` Carsten Dominik
2010-05-27 21:29 ` Sebastian Rose
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871vc28js3.fsf@gmail.com \
--to=schulte.eric@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=tsd@tsdye.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.