On 4/21/11 Apr 21 -3:56 PM, Eric Schulte wrote:
> Patch appears to be missing, could you resend?

Hope this will go through better....

LMK if you don't get it.
> 
> Thanks -- Eric
> 
> "Robert P. Goldman" <rpgold...@real-time.com> writes:
> 
>> There was a bug in an example of argument passing in the org-babel
>> part of the manual.  Fixed in the following patch.
>>
>>
> 

>From 31bd57dc0a904ca0b42f46dd1c10fc772c678343 Mon Sep 17 00:00:00 2001
From: Robert P. Goldman <rpgold...@real-time.com>
Date: Thu, 21 Apr 2011 12:09:57 -0500
Subject: [PATCH] Fixed shell script example in "Emacs Lisp evaluation of 
variables."

The variable names in the header arguments and in the sh code didn't line
up.  Made them agree.
---
 doc/org.texi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/org.texi b/doc/org.texi
index 17922d4..e68ed18 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -12072,8 +12072,8 @@ org-mode file, while there is no such guarantee for 
evaluation of the code
 block body.
 
 @example
-#+begin_src sh :var file-name=(buffer-file-name) :exports both
-  wc -w $file
+#+begin_src sh :var filename=(buffer-file-name) :exports both
+  wc -w $filename
 #+end_src
 @end example
 
-- 
1.7.3.5

Reply via email to