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