From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [PATCH 05/10] Remove info arg from several org-babel functions Date: Wed, 03 Apr 2013 07:58:23 -0600 Message-ID: <87k3ojy79r.fsf@gmail.com> References: <1364794944-13826-1-git-send-email-aaronecay@gmail.com> <1364794944-13826-6-git-send-email-aaronecay@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNPQK-000298-Ou for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 11:16:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNPQD-0007e8-Nh for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 11:16:28 -0400 Received: from mail-pb0-f50.google.com ([209.85.160.50]:43877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNPQD-0007dX-HA for emacs-orgmode@gnu.org; Wed, 03 Apr 2013 11:16:21 -0400 Received: by mail-pb0-f50.google.com with SMTP id jt11so901180pbb.9 for ; Wed, 03 Apr 2013 08:16:20 -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: Aaron Ecay Cc: emacs-orgmode@gnu.org Aaron Ecay writes: > * lisp/ob-core.el (org-babel-load-in-session), > (org-babel-initiate-session), > (org-babel-switch-to-session) > (org-babel-switch-to-session-with-code): Remove info optional arg > > The info arg is threaded through this code, but never used by > callers (at least in org code). The rgrep command disagrees with this last statement. ./ob-core.el:411: (progn (org-babel-load-in-session current-prefix-arg info) t) -- Eric Schulte http://cs.unm.edu/~eschulte