From mboxrd@z Thu Jan 1 00:00:00 1970 From: skip Subject: possible typo in org manual Date: Fri, 3 Jun 2011 23:36:07 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSkTF-0000hJ-PF for emacs-orgmode@gnu.org; Sat, 04 Jun 2011 02:36:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QSkTE-00035e-Qw for emacs-orgmode@gnu.org; Sat, 04 Jun 2011 02:36:29 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:58884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSkTE-00035a-Ky for emacs-orgmode@gnu.org; Sat, 04 Jun 2011 02:36:28 -0400 Received: by iwg8 with SMTP id 8so2990617iwg.0 for ; Fri, 03 Jun 2011 23:36:27 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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.