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 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, >> > >>

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 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 v

Re: [O] possible typo in org manual

2011-06-04 Thread Noorul Islam
On Sat, Jun 4, 2011 at 12:06 PM, skip 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 >   w

[O] possible typo in org manual

2011-06-03 Thread skip
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)