From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: New exporter #+name: appears in the export Date: Mon, 07 May 2012 14:42:58 +0200 Message-ID: <87obq02mct.fsf@gmail.com> References: <87d36g4375.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRNK7-0003ql-IV for emacs-orgmode@gnu.org; Mon, 07 May 2012 08:45:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRNK2-0000bO-62 for emacs-orgmode@gnu.org; Mon, 07 May 2012 08:45:55 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:33852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRNK1-0000aZ-Tk for emacs-orgmode@gnu.org; Mon, 07 May 2012 08:45:50 -0400 Received: by werc12 with SMTP id c12so374649wer.0 for ; Mon, 07 May 2012 05:45:47 -0700 (PDT) In-Reply-To: <87d36g4375.fsf@med.uni-goettingen.de> (Andreas Leha's message of "Mon, 07 May 2012 13:53:50 +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: Andreas Leha Cc: emacs-orgmode@gnu.org Andreas Leha writes: > when exporting this with the new exporter, the line #+name: plot_baz is > exported literally to the both, LaTeX and ODT. Is this a bug? > > #+name: plot_baz > #+begin_src R :exports results :results graphics :file fig_baz.png > plot(1:10) #+end_src > > #+caption: BAZ > #+label: fig-baz > #+results: plot_baz > [[file:fig_baz.png]] Yes, it is a known bug (see commit dec32064a72be7a20bbddcc1f8544a604619ad7b). It should be fixed once org-element is in core. Regards, -- Nicolas Goaziou