From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Invalid function: org-called-interactively-p Date: Sun, 09 Oct 2011 21:01:33 +0530 Message-ID: <814nzi41wq.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCvM8-0004JZ-NM for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 11:32:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCvM7-0002Nh-GP for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 11:32:00 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:38686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCvM7-0002Nd-CJ for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 11:31:59 -0400 Received: by yxs7 with SMTP id 7so738436yxs.0 for ; Sun, 09 Oct 2011 08:31:58 -0700 (PDT) In-Reply-To: (Gerrard McNulty's message of "Sun, 9 Oct 2011 01:27:54 +0100") 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: Gerrard McNulty Cc: emacs-orgmode@gnu.org See http://www.mail-archive.com/emacs-orgmode@gnu.org/msg47345.html > Hi, > > I'm using Emacs 23.3.1 on Windows 7 and org mode 7.7 (installed via > elpa/marmalade). > > My .emacs is fairly minimalist: > > (add-to-list 'load-path "~/.emacs.d/") > > (require 'package) > (add-to-list 'package-archives > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 = '("marmalade" . "http://marmalade-repo.org/packages/")) > (package-initialize) > > (setq ido-create-new-buffer 'always) > (setq ido-enable-flex-matching t) > (ido-mode 1) > > (require 'org-install) > (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) > (define-key global-map "\C-cl" 'org-store-link) > (define-key global-map "\C-ca" 'org-agenda) > (setq org-log-done t) > > I get the message "Invalid function: org-called-interactively-p" > whenever I try certain commands e.g.: > Whenever I try to refile (C-c C-w) or at the end of a sparse tree > command (C-c /) it matches what I > search for but then complains about the invalid function again > > Any help appreciated > > > --=20