emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Rendering error, or am I missing something? -- case 2.


From: Eric Schulte
Subject: Re: [O] Rendering error, or am I missing something? -- case 2.
Date: Thu, 01 Mar 2012 11:39:24 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux)

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" <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]