all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Allen S. Rout" <asr@ufl.edu>
To: emacs-orgmode@gnu.org
Subject: Rendering error, or am I missing something?   -- case 3.
Date: Thu, 01 Mar 2012 09:52:17 -0500	[thread overview]
Message-ID: <jio2f2$sg4$1@dough.gmane.org> (raw)

[-- 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 --]

             reply	other threads:[~2012-03-01 14:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-01 14:52 Allen S. Rout [this message]
2012-03-01 19:54 ` Rendering error, or am I missing something? -- case 3 Eric Schulte
2012-03-01 21:19   ` Allen S. Rout

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='jio2f2$sg4$1@dough.gmane.org' \
    --to=asr@ufl.edu \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.