emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* new exporter now drops labels
@ 2012-09-13  2:17 cberry
  2012-09-13 12:13 ` Nicolas Goaziou
  0 siblings, 1 reply; 5+ messages in thread
From: cberry @ 2012-09-13  2:17 UTC (permalink / raw)
  To: emacs-orgmode


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-09-13 20:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-13  2:17 new exporter now drops labels cberry
2012-09-13 12:13 ` Nicolas Goaziou
2012-09-13 16:08   ` cberry
2012-09-13 18:51     ` Nicolas Goaziou
2012-09-13 20:49       ` cberry

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).