emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: Re: List of Figures not being generated in 8.0.3?
Date: Wed, 12 Jun 2013 01:58:07 +0200	[thread overview]
Message-ID: <87txl4ci9c.fsf@pank.home> (raw)
In-Reply-To: CADtPBF0RS4tj=8hzivHrYRJOtk6TSbBQFT5Eco7m2H9voCX8Ag@mail.gmail.com



Hi Luke!

> I just noticed that the List of Figures is not being generated in 8.0.3.
>
> I have a figure with;
>
> #+LATEX: \listoffigures
>
> #+ATTR_LaTeX: width=5.5cm
> #+CAPTION: A Caption Here
> #+LABEL: fig:test-figure-1
> #+begin_src plantuml :file test-figure-1.png :cmdline -Tpng
> plantuml stuff here
> #+end_src
> I have verified that the png is being generated in 8.0.3.  However the
> figure is not being included in the List of Figures.
>
> References to the figure \ref{fig:test-figure-1} will render as ?? in the
> Latex output.  There references render as "\ref{fig:test-figure-1}" in the
> HTML output.
>
> Works correctly in org-more 7.8.11

It seems you're using v8.0.3. . .

> Can anyone help?

Surely the manual: http://orgmode.org/org.html.

Your example would be something like 

#+OPTIONS: toc:nil
#+TOC: figures ## <-- not implemented currently
#+LATEX: \listoffigures


Correlation between the manual and proficiency is displayed in figure
[[fig:test-figure-1]]

#+NAME: gen-correlation
#+begin_src plantuml :file test-figure-1.png :cmdline -Tpng
  <<code which returns test-figure-1.png>> 
#+end_src


#+ATTR_LaTeX: :width 5.5cm
#+CAPTION: A Caption Here
#+NAME: fig:test-figure-1
#+RESULTS: gen-correlation
[[file:test-figure-1.png]]


-- 
m-mm-mmm-mmmm bacon!

  reply	other threads:[~2013-06-11 23:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-11 23:25 List of Figures not being generated in 8.0.3? Luke Crook
2013-06-11 23:58 ` Rasmus [this message]
2013-06-12 22:17   ` Luke Crook
2013-06-12 22:55   ` Luke Crook
2013-06-12 15:53 ` Eric S Fraga
2013-06-12 17:21   ` Nick Dokos
2013-06-13  7:46     ` Eric S Fraga
2013-06-13 13:50     ` Rasmus
2013-06-14  1:29       ` Luke Crook

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87txl4ci9c.fsf@pank.home \
    --to=rasmus@gmx.us \
    --cc=emacs-orgmode@gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).