Re: [O] Bug and quick bugfix

2019-10-15 Thread Godefroy
Thanks for your replies. Your solution works for me, thank you a lot for your work. Sincerely, Godefroy Vannoye On 10/13/19 1:21 PM, Vladimir Lomov wrote: > Hello, > ** Nicolas Goaziou [2019-10-13 09:26:42 +0200]: > >> Hello, >> >> Godefroy writes: >> >>> I recently encountered a bug when expo

Re: [O] Bug and quick bugfix

2019-10-13 Thread Vladimir Lomov
Hello, ** Nicolas Goaziou [2019-10-13 09:26:42 +0200]: > Hello, > > Godefroy writes: > >> I recently encountered a bug when exporting an org file to LaTeX: when >> generating a figure with a caption, the LaTeX result has the following >> shape: >> >> \begin{figure} >> … >> \caption{\label{…} >

Re: [O] Bug and quick bugfix

2019-10-13 Thread Ken Mankoff
On 2019-10-13 at 09:26 +02, Nicolas Goaziou wrote... > IIRC, the label has to be included in the caption command. I applied a > different solution. Let me know if that works for you. I thought so too. But I couldn't find a definitive answer for this when searching about this last night. -k.

Re: [O] Bug and quick bugfix

2019-10-13 Thread Nicolas Goaziou
Hello, Godefroy writes: > I recently encountered a bug when exporting an org file to LaTeX: when > generating a figure with a caption, the LaTeX result has the following > shape: > > \begin{figure} > … > \caption{\label{…} > Content of the caption} > \end{figure} > > When compiling to LaTeX, the

[O] Bug and quick bugfix

2019-10-12 Thread Godefroy
Hello, As it is my first email to the list, please forgive me if I do anything the wrong way. I recently encountered a bug when exporting an org file to LaTeX: when generating a figure with a caption, the LaTeX result has the following shape: \begin{figure} … \caption{\label{…} Content of the ca