* Rendering error, or am I missing something? -- case 2.
@ 2012-03-01 14:44 Allen S. Rout
2012-03-01 18:39 ` Eric Schulte
0 siblings, 1 reply; 2+ messages in thread
From: Allen S. Rout @ 2012-03-01 14:44 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 215 bytes --]
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
[-- Attachment #2: minimal2.org --]
[-- Type: text/plain, Size: 460 bytes --]
* 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
[-- Attachment #3: minimal2.pdf --]
[-- Type: application/pdf, Size: 95623 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Rendering error, or am I missing something? -- case 2.
2012-03-01 14:44 Rendering error, or am I missing something? -- case 2 Allen S. Rout
@ 2012-03-01 18:39 ` Eric Schulte
0 siblings, 0 replies; 2+ messages in thread
From: Eric Schulte @ 2012-03-01 18:39 UTC (permalink / raw)
To: Allen S. Rout; +Cc: emacs-orgmode
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" <asr@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/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-01 20:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-01 14:44 Rendering error, or am I missing something? -- case 2 Allen S. Rout
2012-03-01 18:39 ` Eric Schulte
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).