From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: Inline code :results replace not working Date: Mon, 10 Nov 2014 10:45:16 -1000 Message-ID: References: <545C987E.4020203@gmail.com> <87fvdtwfg3.fsf@nicolasgoaziou.fr> <8661enxvfi.fsf@example.com> <86mw7z4ag3.fsf@example.com> <86y4rj2tm1.fsf@example.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnvqL-0006gq-66 for emacs-orgmode@gnu.org; Mon, 10 Nov 2014 15:45:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnvqF-0005nb-C9 for emacs-orgmode@gnu.org; Mon, 10 Nov 2014 15:45:45 -0500 Received: from gproxy6-pub.mail.unifiedlayer.com ([67.222.39.168]:44445) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1XnvqF-0005mk-5D for emacs-orgmode@gnu.org; Mon, 10 Nov 2014 15:45:39 -0500 In-Reply-To: (Grant Rettke's message of "Mon, 10 Nov 2014 14:04:15 -0600") 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: Grant Rettke Cc: Andreas Leha , emacs-orgmode Mailinglist , Ista Zahn , "Charles C. Berry" Grant Rettke writes: > > My approach here has been to use "hidden" source blocks that aren't > exported but make it > really easy to see the result during development. These settings > should work on any configuration, > so I didn't include mine here. I think you've set the :session header argument somewhere. > > =E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82= =E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82=E2= =9C=82=E2=9C=82 > #+BEGIN_SRC R > a =3D 10 > b =3D 23 > c =3D a + b > #+END_SRC > #+BEGIN_SRC R :results output silent :exports none > c > #+END_SRC > > The user calculated src_R{c}. > =E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82= =E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82=E2=9C=82=E2= =9C=82=E2=9C=82 > > When you use these functions > http://orgmode.org/manual/Key-bindings-and-useful-functions.html#Key-bind= ings-and-useful-functions > the addition of these "hidden" blocks hav almost zero cost and give me > what I want. > > All the best, Tom --=20 Thomas S. Dye http://www.tsdye.com