From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: New exporter #+name: appears in the export Date: Mon, 07 May 2012 13:53:50 +0200 Message-ID: <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]:48330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRMX7-0008Og-UV for emacs-orgmode@gnu.org; Mon, 07 May 2012 07:55:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRMX6-0003qj-0v for emacs-orgmode@gnu.org; Mon, 07 May 2012 07:55:17 -0400 Received: from plane.gmane.org ([80.91.229.3]:42901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRMX5-0003qI-Qe for emacs-orgmode@gnu.org; Mon, 07 May 2012 07:55:15 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SRMWx-0004zA-Eh for emacs-orgmode@gnu.org; Mon, 07 May 2012 13:55:07 +0200 Received: from genepi110.genepi.med.uni-goettingen.de ([134.76.140.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 May 2012 13:55:07 +0200 Received: from andreas.leha by genepi110.genepi.med.uni-goettingen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 May 2012 13:55:07 +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 Hi all, 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]] Regards, Andreas