I'm having great difficulty in being able to generate and populate a 'list of figures' in my orgmode-2-latex document. I currently have this as a figure in my org-mode file - --8<---------------cut here---------------start------------->8--- #+CAPTION: The four principles of person-centred care \parencite{0055} #+ATTR_LaTeX: :width 0.5\textwidth :float t :placement [H] #+LABEL: fig:four-principles [[./images/four-principles-from-pcc-made-simple.png]] --8<---------------cut here---------------end--------------->8--- Which shows in the tex file as - --8<---------------cut here---------------start------------->8--- \begin{figure}[H] \centering \includegraphics[width=0.5\textwidth]{./images/four-principles-from-pcc-made-simple.png} \caption{\label{fig:orgparagraph1} The four principles of person-centred care \parencite{0055}} \end{figure} --8<---------------cut here---------------end--------------->8--- In my preamble I have - ╭──── │#+LaTeX: \listoffigures{} ╰──── Which again shows in the tex file as '\listoffigures{}'. However, when I generate the pdf using xelatex all that it shows for my list of figures is 'List of Figures'! So how can I get the list of figures to be populated please? Thanks Sharon. -- A taste of linux = http://www.sharons.org.uk TGmeds = http://www.tgmeds.org.uk Debian 8.4, fluxbox 1.3.7, emacs 25.1.1