From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: org-babel, position and indentation of resname Date: Tue, 22 Sep 2009 19:48:48 +0200 Message-ID: <87k4zqg9a7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mq9Tw-00063w-Uh for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 13:48:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mq9Tv-000635-G7 for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 13:48:52 -0400 Received: from [199.232.76.173] (port=43353 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq9Tv-00062z-9D for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 13:48:51 -0400 Received: from smtp22.services.sfr.fr ([93.17.128.13]:63724) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mq9Tu-0001Ui-Nv for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 13:48:51 -0400 Received: from filter.sfr.fr (localhost [127.0.0.1]) by msfrf2214.sfr.fr (SMTP Server) with ESMTP id D9FFC70000A9 for ; Tue, 22 Sep 2009 19:48:52 +0200 (CEST) Received: from lowzel.ath.cx (252.95.74-86.rev.gaoland.net [86.74.95.252]) by msfrf2214.sfr.fr (SMTP Server) with ESMTP id C1B0D70000A8 for ; Tue, 22 Sep 2009 19:48:52 +0200 (CEST) Received: from selenimh. (unknown [93.9.214.245]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by lowzel.ath.cx (Postfix) with ESMTPSA id 91DCA26005D for ; Tue, 22 Sep 2009 19:48:49 +0200 (CEST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-mode list Hello, I would like to put all my asymptote code in the header of the org file, and then, display the result later. I tried to move #+resname: but it is recreated just beneath the corresponding code at each export. I tried to use #+srcname: without success either. Is it possible to achieve this ? If I can't put #+resname: anywhere but beneath the block, is it possible to get the #+resname: and the name of the file indented like the corresponding block ? Regards, -- Nicolas Goaziou