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 22:04:47 +0530 Message-ID: <81wrce2kew.fsf@gmail.com> References: <814nzi41wq.fsf@gmail.com> 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]:53961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCwLJ-00033h-1a for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 12:35:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCwLH-0006IM-CY for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 12:35:13 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:53167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCwLH-0006IF-8b for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 12:35:11 -0400 Received: by ywe9 with SMTP id 9so5688739ywe.0 for ; Sun, 09 Oct 2011 09:35:10 -0700 (PDT) In-Reply-To: (Gerrard McNulty's message of "Sun, 9 Oct 2011 16:42:23 +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 Seems like a bug to me. As a temporary workaround add this to your .emacs. (Do this only if your are running emacs >=3D 23.2) --8<---------------cut here---------------start------------->8--- (defalias 'org-called-interactively-p 'called-interactively-p) --8<---------------cut here---------------end--------------->8--- If you don't want to touch your .emacs, you can also do a=20 C-u M-x org-reload Btw, (require 'org-install) is not needed if you are using elpa. > Hi, > > Here's what I get when I follow those instructions: > > Library is file ~/.emacs.d/elpa/org-20111008/org-table.elc > Library is file ~/.emacs.d/elpa/org-20111008/org-macs.elc > > > On Sun, Oct 9, 2011 at 4:31 PM, Jambunathan K > wrote: > >=20=20=20=20 > See http://www.mail-archive.com/emacs-orgmode@gnu.org/ > msg47345.html >=20=20=20=20 >=20=20=20=20 > > 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=20=20=20 > -- > > > > --=20