Re: [O] Bug: LaTeX export #+NAME failing [8.3.1 (release_8.3.1-123-g823cad @ /home/amdavis/src/org-mode/lisp/)]

2015-09-16 Thread Andrew Davis
AM Nicolas Goaziou wrote: > Hello, > > Andrew Davis writes: > > > #+CAPTION: Plot of something interesting. > > #+ATTR_LaTeX: :width \textwidth > > #+NAME: fig:result_plot > > file:./img/plot.pdf > > > > This method of placing plots into an org docu

Re: [O] Bug: LaTeX export #+NAME failing [8.3.1 (release_8.3.1-123-g823cad @ /home/amdavis/src/org-mode/lisp/)]

2015-09-16 Thread Andrew Davis
16, 2015 at 12:15 PM Nicolas Goaziou wrote: > Andrew Davis writes: > > > Thanks for getting back to me. Unfortunately this is not the issue I am > > reporting. The problem is that the #+NAME that produces the label is > > incorrectly exported to the LaTeX document.

Re: [O] Bug: LaTeX export #+NAME failing [8.3.1 (release_8.3.1-123-g823cad @ /home/amdavis/src/org-mode/lisp/)]

2015-09-16 Thread Andrew Davis
right that [[fig:result_plot]] does produce the \ref{fig:result_plot}, However, the reference appears unresolved in the resulting document because the figure itself is incorrectly labeled. Best, Andrew On Wed, Sep 16, 2015 at 11:26 AM Nicolas Goaziou wrote: > Hello, > > Andrew Davi

[O] Bug: LaTeX export #+NAME failing [8.3.1 (release_8.3.1-123-g823cad @ /home/amdavis/src/org-mode/lisp/)]

2015-09-16 Thread Andrew Davis
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -