* Rendering error, or am I missing something? -- case 3.
@ 2012-03-01 14:52 Allen S. Rout
2012-03-01 19:54 ` Eric Schulte
0 siblings, 1 reply; 3+ messages in thread
From: Allen S. Rout @ 2012-03-01 14:52 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 568 bytes --]
So, this is a different problem (I presume) which I'm exercising in the
same document I'm trying to write.
With latest git org-mode, and minimal3.org, I get minimal3.pdf:
If there are successive inline calls to a function in the same line of
text, then the last of them is rendered "correctly" (though successive
calls in the same paragraph still evince the 'last two characters of
call' bug. Earlier calls in the line are rendered 'verbatim', or how
I'd expect the string to be rendered if I didn't know it was supposed to
call a block.
- Allen S. Rout
[-- Attachment #2: minimal3.org --]
[-- Type: text/plain, Size: 663 bytes --]
* Database sizing
This call_prettify(tot_db) that call_prettify(tot_db)
This call_prettify(tot_db) that call_p2(tot_db) This
call_prettify(tot_db) that call_prettify(tot_db)
This call_prettify(tot_db) that call_p2(tot_db) This
call_prettify(tot_db) that call_prettify(tot_db)
This call_prettify(tot_db) that call_p2(tot_db) This call_prettify(tot_db) that call_prettify(tot_db)
#+RESULTS: tot_db
: 779408.14
#+NAME: prettify
#+BEGIN_SRC R :results value :exports none :var tot=512
gb = paste(round(tot/1024,1),"GB")
#+END_SRC
#+NAME: p2
#+BEGIN_SRC R :results value :exports none :var tot=512
gb = paste(round(tot/1024,1),"GB")
#+END_SRC
[-- Attachment #3: minimal3.pdf --]
[-- Type: application/pdf, Size: 109102 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Rendering error, or am I missing something? -- case 3.
2012-03-01 14:52 Rendering error, or am I missing something? -- case 3 Allen S. Rout
@ 2012-03-01 19:54 ` Eric Schulte
2012-03-01 21:19 ` Allen S. Rout
0 siblings, 1 reply; 3+ messages in thread
From: Eric Schulte @ 2012-03-01 19:54 UTC (permalink / raw)
To: Allen S. Rout; +Cc: emacs-orgmode
I've just pushed up a fix for this issue, please let me know if it
doesn't work on your system.
"Allen S. Rout" <asr@ufl.edu> writes:
> So, this is a different problem (I presume) which I'm exercising in
> the same document I'm trying to write.
>
> With latest git org-mode, and minimal3.org, I get minimal3.pdf:
>
> If there are successive inline calls to a function in the same line of
> text, then the last of them is rendered "correctly" (though successive
> calls in the same paragraph still evince the 'last two characters of
> call' bug. Earlier calls in the line are rendered 'verbatim', or
> how I'd expect the string to be rendered if I didn't know it was
> supposed to call a block.
>
>
> - Allen S. Rout
>
>
--
Eric Schulte
http://cs.unm.edu/~eschulte/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-01 21:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-01 14:52 Rendering error, or am I missing something? -- case 3 Allen S. Rout
2012-03-01 19:54 ` Eric Schulte
2012-03-01 21:19 ` Allen S. Rout
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).