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" <a...@ufl.edu> 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/

Reply via email to