emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [babel] Loosing my latin...
@ 2011-11-24 15:42 Sebastien Vauban
  2011-11-24 16:27 ` Nick Dokos
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastien Vauban @ 2011-11-24 15:42 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Hello,

While this code block gets evaluated as expected...

#+begin_src emacs-lisp :var foo=11 bar=22
  (+ foo bar)
#+end_src

#+results:
: 33

It's not the same with the 2 following ones: variables `bar' and `baz' are
said to be void.

** NOK With property

#+property: var bar=44
#+begin_src emacs-lisp
  (+ bar bar)
#+end_src

** NOK With headers

#+headers: var baz=55
#+begin_src emacs-lisp
  (+ baz baz)
#+end_src

Am I missing something really obvious??[1]

Best regards,
  Seb

Footnotes:

[1] Org-mode version 7.7 (release_7.7.600.gb331.dirty), up-to-date at the time
of writing this.

-- 
Sebastien Vauban

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

end of thread, other threads:[~2011-11-25  7:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-24 15:42 [babel] Loosing my latin Sebastien Vauban
2011-11-24 16:27 ` Nick Dokos
2011-11-24 20:18   ` Sebastien Vauban
2011-11-25  7:33     ` Nick Dokos

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