From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: org-babel-pop-to-session Date: Sat, 6 Aug 2011 06:53:26 +0530 Message-ID: <20110806012326.GA17111@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:32981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpVcR-0005Pd-V6 for emacs-orgmode@gnu.org; Fri, 05 Aug 2011 21:24:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpVcQ-0007vK-WD for emacs-orgmode@gnu.org; Fri, 05 Aug 2011 21:24:03 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:51647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpVcQ-0007vE-Ny for emacs-orgmode@gnu.org; Fri, 05 Aug 2011 21:24:02 -0400 Received: by pzk36 with SMTP id 36so4885058pzk.17 for ; Fri, 05 Aug 2011 18:24:01 -0700 (PDT) Content-Disposition: inline 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 I am having a strange problem. I would like session-based evaluation of my R src blocks. I have the following defined in the header. #+property: session harland However, when I press C-c, the source block is not sent to the session harland. When I do M-x org-babel-pop-to-session I get a message saying: if: No org-babel-initiate-session function for nil! When I do M-x org-babel-initiate-session I get a message saying: call-interactively: Autoloading failed to define function org-babel-initiate-session There is obviously something silly that I am missing. Can somebody come to help please. Best, Vikas