From mboxrd@z Thu Jan 1 00:00:00 1970 From: cberry@tajo.ucsd.edu Subject: new exporter now drops labels Date: Wed, 12 Sep 2012 19:17:42 -0700 Message-ID: <87mx0ull89.fsf@tajo.ucsd.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBz0E-0002Dx-3s for emacs-orgmode@gnu.org; Wed, 12 Sep 2012 22:18:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBz0C-0003LL-O2 for emacs-orgmode@gnu.org; Wed, 12 Sep 2012 22:18:02 -0400 Received: from plane.gmane.org ([80.91.229.3]:58205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBz0C-0003LG-Hd for emacs-orgmode@gnu.org; Wed, 12 Sep 2012 22:18:00 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TBz0C-0003KK-0h for emacs-orgmode@gnu.org; Thu, 13 Sep 2012 04:18:00 +0200 Received: from tajo.ucsd.edu ([137.110.122.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Sep 2012 04:18:00 +0200 Received: from cberry by tajo.ucsd.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Sep 2012 04:18:00 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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. Berry Dept of Family/Preventive Medicine cberry at ucsd edu UC San Diego http://famprevmed.ucsd.edu/faculty/cberry/ La Jolla, San Diego 92093-0901