On Sat, Jun 4, 2011 at 12:06 PM, skip <scp0...@gmail.com> wrote: > The manual I'm using is here: > http://orgmode.org/org.html#Working-With-Source-Code > > See item 14.2.8.1 > sub-heading: Emacs Lisp evaluation of variables > in the sample code, > > #+begin_src sh :var file-name=(buffer-file-name) :exports both > wc -w $file > #+end_src > > shouldn't > file-name=(buffer-file-name) > be > file=(buffer-file-name) > > --Skip. > >
But doc/org.texi has the following enty @example #+begin_src sh :var filename=(buffer-file-name) :exports both wc -w $filename #+end_src @end example I am not sure how frequently changes are pushed to the web server. Thanks and Regards Noorul