all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.