From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: Rendering error, or am I missing something? -- case 2. Date: Thu, 01 Mar 2012 11:39:24 -0700 Message-ID: <87ehtcqe0f.fsf@gmx.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3CKb-0008Hs-9K for emacs-orgmode@gnu.org; Thu, 01 Mar 2012 15:10:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3CKC-0003gN-Fo for emacs-orgmode@gnu.org; Thu, 01 Mar 2012 15:10:28 -0500 Received: from mailout-us.gmx.com ([74.208.5.67]:37262) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1S3CKC-0003e2-8y for emacs-orgmode@gnu.org; Thu, 01 Mar 2012 15:10:04 -0500 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: "Allen S. Rout" Cc: emacs-orgmode@gnu.org Hi Allen, Your example exposed a bug in the code which examplizes regions. I've just pushed up a fix which resolves the problem on my system. Cheers, "Allen S. Rout" writes: > With latest git org-mode, and attatched minimal2.org, I get minimal2.pdf. > > My second and successive calls to the prettify block get rendered with > the last two characters of the call invocation. > > > - Allen S. Rout > > * Database sizing > This: call_prettify(tot_db) > That: call_prettify(tot_db) > That: call_prettify(tot_dc) > That: call_prettify(tot_dcccccc) > That: call_prettify(tot_dcccccq) > That: call_tot_db() > > #+RESULTS: tot_db > : 779408.14 > > #+RESULTS: tot_dc > : 779408.14 > > #+RESULTS: tot_dcccccc > : 779408.14 > > #+RESULTS: tot_dcccccq > : 779408.14 > > #+NAME: prettify > #+BEGIN_SRC R :results value :exports none :var tot=512 > gb = paste(round(tot/1024,1),"GB") > #+END_SRC > -- Eric Schulte http://cs.unm.edu/~eschulte/