emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Evaluating inline source blocks on export issue
@ 2014-07-23  1:50 Grant Rettke
  2014-07-23  2:39 ` Thomas S. Dye
  2014-07-23 12:43 ` Nick Dokos
  0 siblings, 2 replies; 8+ messages in thread
From: Grant Rettke @ 2014-07-23  1:50 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Good evening,

From [org-scraps] I pasted this example into a buffer:

,—-
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 #+name: square
 #+begin_src emacs-lisp :var it=0
 (* it it)
 #+end_src

 Here is a call_square(it=4), stuck in the middle of some prose.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
`—-

When I export the buffer I get:

,—-
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ╭────
 │   (* it it)
 ╰────

 Here is a , stuck in the middle of some prose.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
`—-

I expected a 16 to have appeared there.

I did double check that inline call blocks work on export:

╭────
│ (list org-export-babel-evaluate)
╰────

#+NAME:
| inline-only |

Clearly I am missing something.

What am I doing wrong here?

My environment:

╭────
│ (format "%S" (emacs-version))
╰────

#+NAME:
#+begin_example
"GNU Emacs 24.3.1 (x86_64-apple-darwin13.2.0, Carbon Version 1.6.0
AppKit 1265.2)
 of 2014-07-03 on orion"
#+end_example

╭────
│ (format "%S" (org-version))
╰────

#+NAME:
#+begin_example
"8.2.7a"
#+end_example

Kind regards,

gcr


[org-scraps]
https://raw.githubusercontent.com/eschulte/org-scraps/master/scraps.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-07-25 18:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-23  1:50 Evaluating inline source blocks on export issue Grant Rettke
2014-07-23  2:39 ` Thomas S. Dye
2014-07-23 12:43 ` Nick Dokos
2014-07-23 13:20   ` Grant Rettke
2014-07-24  1:24     ` Nick Dokos
2014-07-24 10:14       ` Andreas Leha
2014-07-25  1:53         ` Ista Zahn
2014-07-25 18:01           ` Grant Rettke

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).