Re: [O] List of Figures not being generated in 8.0.3?

2013-06-13 Thread Luke Crook
Thanks for highlighting this. Being able to skip the #+NAME tag in this situation makes it quite straightforward.

Re: [O] List of Figures not being generated in 8.0.3?

2013-06-13 Thread Rasmus
Nick Dokos writes: > It used to be that the naming was mandatory: the intervening #+caption > line would cause babel to produce a new results block. ISTR that Nicolas > fixed it so that the naming is no longer necessary and babel will DTRT - > IOW, the following will work: > > , > | #+begin_s

Re: [O] List of Figures not being generated in 8.0.3?

2013-06-13 Thread Eric S Fraga
Nick Dokos writes: > Eric S Fraga writes: > >> Luke Crook writes: >> >>> 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 >> >> Maybe try with >> >> #+attr_latex: :width 5.5cm

Re: [O] List of Figures not being generated in 8.0.3?

2013-06-12 Thread Luke Crook
On Tue, Jun 11, 2013 at 4:58 PM, Rasmus wrote: > > > It seems you're using v8.0.3. . . > > Your example would be something like > > #+OPTIONS: toc:nil > #+TOC: figures ## <-- not implemented currently > #+LATEX: \listoffigures > > The following generates the "List of Figures" #+TOC: listings No

Re: [O] List of Figures not being generated in 8.0.3?

2013-06-12 Thread Luke Crook
On Tue, Jun 11, 2013 at 4:58 PM, Rasmus wrote: > > > Hi Luke! > > It seems you're using v8.0.3. . . > Thank you for the feedback. I should have scrubbed my tags pre-8.0 tags to conform to the post-8.0 world, sorry about that. The following tags now work as expected. The "List of Figures" lin

Re: [O] List of Figures not being generated in 8.0.3?

2013-06-12 Thread Nick Dokos
Eric S Fraga writes: > Luke Crook writes: > >> 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 > > Maybe try with > > #+attr_latex: :width 5.5cm > > The format for attributes has c

Re: [O] List of Figures not being generated in 8.0.3?

2013-06-12 Thread Eric S Fraga
Luke Crook writes: > 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 Maybe try with #+attr_latex: :width 5.5cm The format for attributes has changed in version 8 of org. -- : Eric S Fr

Re: [O] List of Figures not being generated in 8.0.3?

2013-06-11 Thread Rasmus
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 > plantum

[O] List of Figures not being generated in 8.0.3?

2013-06-11 Thread Luke Crook
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