From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neuwirth Erich Subject: Re: Inline and executing the document Date: Thu, 20 Sep 2012 16:23:38 +0200 Message-ID: <16F6A604-26D2-47CA-9E12-A7E5F17FF737@univie.ac.at> References: Mime-Version: 1.0 (Mac OS X Mail 6.1 \(1498\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEhfS-0000i1-0b for emacs-orgmode@gnu.org; Thu, 20 Sep 2012 10:23:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEhfM-0007R2-73 for emacs-orgmode@gnu.org; Thu, 20 Sep 2012 10:23:49 -0400 Received: from grace.univie.ac.at ([131.130.3.115]:47388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEhfL-0007Qh-Tp for emacs-orgmode@gnu.org; Thu, 20 Sep 2012 10:23:44 -0400 Received: from joan.univie.ac.at ([131.130.3.110] helo=joan.univie.ac.at) by grace.univie.ac.at with esmtp (Exim 4.80) (envelope-from ) id 1TEhfH-0002ge-FK for emacs-orgmode@gnu.org; Thu, 20 Sep 2012 16:23:39 +0200 Received: from 188-23-72-150.adsl.highway.telekom.at ([188.23.72.150] helo=[10.0.0.4]) by joan.univie.ac.at with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1TEhfH-0006Zc-BR for emacs-orgmode@gnu.org; Thu, 20 Sep 2012 16:23:39 +0200 In-Reply-To: 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 emacs-orgmode@gnu.org" Sorry for not reading the docs carefully enough. I had overlooked :results wrap But even with this options things behave strangely. src_emacs-lisp[:results wrap]{(+ 2 3)} :RESULTS: 5:END: :RESULTS: 5:END: :RESULTS: 5:END: :RESULTS: 5:END: :RESULTS: 5:END: Running the code multiple times in the document produces multiple = outputs. I though the whole idea of wrapping was intended to mark results in a = way the are replaces when the command is reexecuted. Furthermore, on exporting the keywords :RESULTS: and :END: are written into the exported document (I tried LaTeX+pdf and HTML) Am I still misunderstanding something?