From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neuwirth Erich Subject: Formatting R output Date: Mon, 10 Sep 2012 14:12:00 +0200 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1486\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TB2qd-0001hm-Ar for emacs-orgmode@gnu.org; Mon, 10 Sep 2012 08:12:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TB2qT-00035v-Fu for emacs-orgmode@gnu.org; Mon, 10 Sep 2012 08:12:15 -0400 Received: from grace.univie.ac.at ([131.130.3.115]:54382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TB2qT-000359-76 for emacs-orgmode@gnu.org; Mon, 10 Sep 2012 08:12:05 -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 1TB2qP-0007jy-0d for emacs-orgmode@gnu.org; Mon, 10 Sep 2012 14:12:01 +0200 Received: from 194-166-57-24.adsl.highway.telekom.at ([194.166.57.24] helo=[10.0.0.4]) by joan.univie.ac.at with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1TB2qO-0004er-Pb for emacs-orgmode@gnu.org; Mon, 10 Sep 2012 14:12:00 +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 emacs-orgmode@gnu.org" I am using org-mode with R. I already wrote a message about formatting inline code some time ago. After working more with R in org-mode (which I _really_ like) I have = some questions and/or suggestions. 1) a mild annoyance. src_R{1+1} inserts the result 2 in the output. In fact, it inserts =3D2=3D= . When one runs the file repeatedly, org-mode does not remove older = results. So if I replace src_R{1+1} by src_R{2+2} and do not remove the last = output, My file will contain=20 src_R{2+2} =3D4=3D =3D2=3D=20 Also, If I run the inline code segment by C-c C-c one, the org file ail = contain just 1 correct result, bit if afterwards I export the file (to LaTeX or html), the exported file will have 2 copies of the result. Is there anything the developers can do about this? 2) formatting inline output. As discussed above, using inline code produces something like src_R{2+2} =3D4=3D In some cases, I would like the result to be not on fixed font. Currently, I to not see a way of removing the equal signs before and = after the result, they seem to be added by org itself, therefore I cannot use trickery in = R to remove them. Could the developers think of an option which would allow to get the = result without the bracketing equal signs?