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
Can anyone help?