From mboxrd@z Thu Jan 1 00:00:00 1970 From: jenia.ivlev@gmail.com (jenia.ivlev) Subject: cannot execute org-mode code from the front page tutorial. Date: Fri, 15 Aug 2014 12:37:11 -0400 Message-ID: <8738cxvhe0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIKUK-0000oh-36 for emacs-orgmode@gnu.org; Fri, 15 Aug 2014 12:36:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XIKUC-0006oq-JA for emacs-orgmode@gnu.org; Fri, 15 Aug 2014 12:36:24 -0400 Received: from plane.gmane.org ([80.91.229.3]:38364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIKUC-0006oj-CM for emacs-orgmode@gnu.org; Fri, 15 Aug 2014 12:36:16 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XIKU4-0005ZS-Ci for emacs-orgmode@gnu.org; Fri, 15 Aug 2014 18:36:08 +0200 Received: from modemcable112.235-178-173.mc.videotron.ca ([173.178.235.112]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Aug 2014 18:36:08 +0200 Received: from jenia.ivlev by modemcable112.235-178-173.mc.videotron.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Aug 2014 18:36:08 +0200 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 Hello. I'm trying to go through the org-mode tutorial on its official page. However, I have trouble execute the code there" #+NAME: tbl-example-data() #+BEGIN_SRC R :results value runif(n=5, min=0, max=1) #+END_SRC #+RESULTS: tbl-example-data | 0.565871287835762 | | 0.457158328965306 | | 0.0498181856237352 | | 0.988381117349491 | | 0.898329895688221 | #+NAME: R-mean(x) #+BEGIN_SRC R :var x=tbl-example-data mean(x) #+END_SRC #+call: R-mean(x=tbl-example-data) It returns me: Reference 'R-mean' not found in this buffer. Can someone please tell me how can I fix this error? Thanks in advance for your time and kind help. Jenia.