emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Sebastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: [babel] Loosing my latin...
Date: Thu, 24 Nov 2011 16:42:29 +0100	[thread overview]
Message-ID: <80bos15xy2.fsf@somewhere.org> (raw)

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

             reply	other threads:[~2011-11-24 15:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-24 15:42 Sebastien Vauban [this message]
2011-11-24 16:27 ` [babel] Loosing my latin Nick Dokos
2011-11-24 20:18   ` Sebastien Vauban
2011-11-25  7:33     ` Nick Dokos

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=80bos15xy2.fsf@somewhere.org \
    --to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.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 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).