Re: [O] possible typo in org manual

2011-06-06 Thread Giovanni Ridolfi
 On Sat, 4 Jun 2011, Noorul Islam wrote:

 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
 
 
Jude DaShiell jdash...@shellworld.net writes:

 The info pages are a couple versions behind too.

I think that Eric Schulte (CCed ;-), when did the change, forgot to 
update the documentation.

IIRC The web page manual is based on the info file.

Cheers,
Giovanni



Re: [O] possible typo in org manual

2011-06-04 Thread Noorul Islam
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



Re: [O] possible typo in org manual

2011-06-04 Thread Jude DaShiell
The info pages are a couple versions behind too.

On Sat, 4 Jun 2011, Noorul Islam wrote:

 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