Re: [O] new exporter now drops labels

2012-09-13 Thread Nicolas Goaziou
Hello,

cbe...@tajo.ucsd.edu writes:

 Using a pull from earlier today (8ab1d76..343b648) and this file:

 ,
 | *** first headline
 | #+COMMENT: (org-export-to-buffer 'e-latex my buffer nil nil t)
 | 
 | 
 | #+name: version-label
 | #+BEGIN_SRC emacs-lisp :exports both :results value raw
 | (org-version)
 | #+END_SRC
 `


 and doing C-x C-e after the comment line, the label before for src block
 is lost:

It should be fixed. Thanks for reporting this.


Regards,

-- 
Nicolas Goaziou



Re: [O] new exporter now drops labels

2012-09-13 Thread cberry
Nicolas Goaziou n.goaz...@gmail.com writes:

 Hello,

 cbe...@tajo.ucsd.edu writes:

 Using a pull from earlier today (8ab1d76..343b648) and this file:

 ,
 | *** first headline
 | #+COMMENT: (org-export-to-buffer 'e-latex my buffer nil nil t)
 | 
 | 
 | #+name: version-label
 | #+BEGIN_SRC emacs-lisp :exports both :results value raw
 | (org-version)
 | #+END_SRC
 `


 and doing C-x C-e after the comment line, the label before for src block
 is lost:

 It should be fixed. Thanks for reporting this.


Pulled 343b648..0b13ec8 a few minutes ago.

Still no version-label label for the src block.


Chuck


-- 
Charles C. BerryDept of Family/Preventive Medicine
cberry at ucsd edu  UC San Diego
http://famprevmed.ucsd.edu/faculty/cberry/  La Jolla, San Diego 92093-0901




Re: [O] new exporter now drops labels

2012-09-13 Thread Nicolas Goaziou
cbe...@tajo.ucsd.edu writes:

 Pulled 343b648..0b13ec8 a few minutes ago.

 Still no version-label label for the src block.

Indeed, it was a completely different problem. It should be fixed, this
time. Thanks.


Regards,



Re: [O] new exporter now drops labels

2012-09-13 Thread cberry
Nicolas Goaziou n.goaz...@gmail.com writes:

 cbe...@tajo.ucsd.edu writes:

 Pulled 343b648..0b13ec8 a few minutes ago.

 Still no version-label label for the src block.

 Indeed, it was a completely different problem. It should be fixed, this
 time. Thanks.

Looks good, now. Thank you!

Chuck





[O] new exporter now drops labels

2012-09-12 Thread cberry

Using a pull from earlier today (8ab1d76..343b648) and this file:

,
| *** first headline
| #+COMMENT: (org-export-to-buffer 'e-latex my buffer nil nil t)
| 
| 
| #+name: version-label
| #+BEGIN_SRC emacs-lisp :exports both :results value raw
| (org-version)
| #+END_SRC
`


and doing C-x C-e after the comment line, the label before for src block
is lost:

,
| \section{first headline}
| \label{sec-1}
| \begin{verbatim}
| (org-version)
| \end{verbatim}
| 
| 7.9.1
`


while with an older version, I get the label

,
| section{first headline}
| \label{sec-1}
| \label{version-label}
| \begin{verbatim}
| (org-version)
| \end{verbatim}
| 
| Org-mode version 7.8.11
`

Chuck



-- 
Charles C. BerryDept of Family/Preventive Medicine
cberry at ucsd edu  UC San Diego
http://famprevmed.ucsd.edu/faculty/cberry/  La Jolla, San Diego 92093-0901