From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerrard McNulty Subject: Invalid function: org-called-interactively-p Date: Sun, 9 Oct 2011 01:27:54 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015174791b2cc639304aed2be91 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RChFG-0001yh-58 for emacs-orgmode@gnu.org; Sat, 08 Oct 2011 20:27:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RChFE-0002xx-Mg for emacs-orgmode@gnu.org; Sat, 08 Oct 2011 20:27:57 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:55243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RChFE-0002xm-FO for emacs-orgmode@gnu.org; Sat, 08 Oct 2011 20:27:56 -0400 Received: by bkbzs2 with SMTP id zs2so7439225bkb.0 for ; Sat, 08 Oct 2011 17:27:54 -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: emacs-orgmode@gnu.org --0015174791b2cc639304aed2be91 Content-Type: text/plain; charset=ISO-8859-1 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 '("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 --0015174791b2cc639304aed2be91 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I'm using Emacs 23.3.1 on Windows 7 and org mode 7.7 (instal= led via elpa/marmalade).

My .emacs is fairly minimalist:

(add= -to-list 'load-path "~/.emacs.d/")

(require 'packa= ge)
(add-to-list 'package-archives
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 = '("marmalade" . "http://marmalade-repo.org/packages/"))
(package-initia= lize)

(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$" . o= rg-mode))
(define-key global-map "\C-cl" 'org-store-link)<= br> (define-key global-map "\C-ca" 'org-agenda)
(setq org-log-= done t)

I get the message "Invalid function: org-called-interac= tively-p" whenever I try certain commands e.g.:
Whenever I try to r= efile (C-c C-w) or at the end of a sparse tree command (C-c /) it matches w= hat I
search for but then complains about the invalid function again

Any h= elp appreciated

--0015174791b2cc639304aed2be91-- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerrard McNulty Subject: Re: Invalid function: org-called-interactively-p Date: Sun, 9 Oct 2011 16:42:23 +0100 Message-ID: References: <814nzi41wq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015174a05ae3d42ee04aedf85bd Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCvWE-0006qG-OA for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 11:42:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCvWD-0004nq-12 for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 11:42:26 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:62345) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCvWC-0004ni-QS for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 11:42:24 -0400 Received: by bkbzs2 with SMTP id zs2so8206862bkb.0 for ; Sun, 09 Oct 2011 08:42:23 -0700 (PDT) In-Reply-To: <814nzi41wq.fsf@gmail.com> 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 --0015174a05ae3d42ee04aedf85bd Content-Type: text/plain; charset=ISO-8859-1 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: > > 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 > > '("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 > > > > > > > > -- > --0015174a05ae3d42ee04aedf85bd Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

Here's what I get when I follow those instructions:

L= ibrary is file ~/.emacs.d/elpa/org-20111008/org-table.elc
Library is fil= e ~/.emacs.d/elpa/org-20111008/org-macs.elc


On Sun, Oct 9, 2011 at 4:31 PM, Jambunathan K <kjambunathan@gmail.com> wr= ote:

See http://www.mail-archive.com/emacs-orgmode@gnu.org/ms= g47345.html


> Hi,
>
> I'm using Emacs 23.3.1 on Windows 7 and org mode 7.7 (installed vi= a
> elpa/marmalade).
>
> My .emacs is fairly minimalist:
>
> (add-to-list 'load-path "~/.emacs.d/")
>
> (require 'package)
> (add-to-list 'package-archives
> =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 '("marmalade" . &qu= ot;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&q= uot;
> 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
>
>
>

--

--0015174a05ae3d42ee04aedf85bd-- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: Invalid function: org-called-interactively-p Date: Sun, 09 Oct 2011 18:43:47 +0200 Message-ID: <87aa9aazek.fsf@Rainer.invalid> References: <814nzi41wq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCwTp-0004yd-Ew for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 12:44:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCwTo-0007oG-7g for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 12:44:01 -0400 Received: from lo.gmane.org ([80.91.229.12]:41712) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCwTn-0007o9-Ti for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 12:44:00 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RCwTm-0000oV-Qt for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 18:43:58 +0200 Received: from p57aad0d0.dip.t-dialin.net ([87.170.208.208]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Oct 2011 18:43:58 +0200 Received: from Stromeko by p57aad0d0.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Oct 2011 18:43:58 +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 Gerrard McNulty writes: > 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 Did you perhaps have an earlier version of org-mode installed without using ELPA? Is it possible you still pick up some files from that old place? Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ DIY Stuff: http://Synth.Stromeko.net/DIY.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerrard McNulty Subject: Re: Invalid function: org-called-interactively-p Date: Sun, 9 Oct 2011 22:37:25 +0100 Message-ID: References: <814nzi41wq.fsf@gmail.com> <81wrce2kew.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015174a05aef74fd904aee47a00 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RD13p-0004VI-0C for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 17:37:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RD13n-00080I-Nq for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 17:37:28 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:37193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RD13n-00080E-D0 for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 17:37:27 -0400 Received: by bkbzs2 with SMTP id zs2so8544438bkb.0 for ; Sun, 09 Oct 2011 14:37:26 -0700 (PDT) In-Reply-To: <81wrce2kew.fsf@gmail.com> 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 --0015174a05aef74fd904aee47a00 Content-Type: text/plain; charset=ISO-8859-1 Thanks mate, that works fine On Sun, Oct 9, 2011 at 5:34 PM, Jambunathan K wrote: > > Seems like a bug to me. > > As a temporary workaround add this to your .emacs. (Do this only if your > are running emacs >= 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 > > 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: > > > > > > 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 > > > '("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 > > > > > > > > > > > > > -- > > > > > > > > > > -- > --0015174a05aef74fd904aee47a00 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thanks mate, that works fine


On Sun, = Oct 9, 2011 at 5:34 PM, Jambunathan K <kjambunathan@gmail.com> wrote:
=

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

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 <kjambunathan@gmail.com
>> wrote:
>
>
> =A0 =A0 See http://www.mail-archive.com/emacs-orgmode@gnu.org/
> =A0 =A0 msg47345.html
>
>
> =A0 =A0 > Hi,
> =A0 =A0 >
> =A0 =A0 > I'm using Emacs 23.3.1 on Windows 7 and org mode 7.7 = (installed
> =A0 =A0 via
> =A0 =A0 > elpa/marmalade).
> =A0 =A0 >
> =A0 =A0 > My .emacs is fairly minimalist:
> =A0 =A0 >
> =A0 =A0 > (add-to-list 'load-path "~/.emacs.d/")
> =A0 =A0 >
> =A0 =A0 > (require 'package)
> =A0 =A0 > (add-to-list 'package-archives
> =A0 =A0 > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 '("marmalad= e" . "
ht= tp://marmalade-repo.org/
> =A0 =A0 packages/"))
> =A0 =A0 > (package-initialize)
> =A0 =A0 >
> =A0 =A0 > (setq ido-create-new-buffer 'always)
> =A0 =A0 > (setq ido-enable-flex-matching t)
> =A0 =A0 > (ido-mode 1)
> =A0 =A0 >
> =A0 =A0 > (require 'org-install)
> =A0 =A0 > (add-to-list 'auto-mode-alist '("\\.org$&quo= t; . org-mode))
> =A0 =A0 > (define-key global-map "\C-cl" 'org-store-l= ink)
> =A0 =A0 > (define-key global-map "\C-ca" 'org-agenda)=
> =A0 =A0 > (setq org-log-done t)
> =A0 =A0 >
> =A0 =A0 > I get the message "Invalid function:
> =A0 =A0 org-called-interactively-p"
> =A0 =A0 > whenever I try certain commands e.g.:
> =A0 =A0 > Whenever I try to refile (C-c C-w) or at the end of a spa= rse
> =A0 =A0 tree
> =A0 =A0 > command (C-c /) it matches what I
> =A0 =A0 > search for but then complains about the invalid function = again
> =A0 =A0 >
> =A0 =A0 > Any help appreciated
> =A0 =A0 >
> =A0 =A0 >
> =A0 =A0 >
>
> =A0 =A0 --
>
>
>
>

--

--0015174a05aef74fd904aee47a00-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: Re: Invalid function: org-called-interactively-p Date: Mon, 17 Oct 2011 21:51:24 +0200 Message-ID: <871uubcs77.wl%dmaus@ictsoc.de> References: <814nzi41wq.fsf@gmail.com> <81wrce2kew.fsf@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Mon_Oct_17_21:51:23_2011-1"; micalg=pgp-sha256; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFtDf-0005g1-VL for emacs-orgmode@gnu.org; Mon, 17 Oct 2011 15:51:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFtDe-0005TZ-Lg for emacs-orgmode@gnu.org; Mon, 17 Oct 2011 15:51:31 -0400 Received: from app1b.xlhost.de ([213.202.242.162]:47323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFtDe-0005T2-H7 for emacs-orgmode@gnu.org; Mon, 17 Oct 2011 15:51:30 -0400 In-Reply-To: <81wrce2kew.fsf@gmail.com> 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: Jambunathan K Cc: Gerrard McNulty , emacs-orgmode@gnu.org --pgp-sign-Multipart_Mon_Oct_17_21:51:23_2011-1 Content-Type: text/plain; charset=US-ASCII At Sun, 09 Oct 2011 22:04:47 +0530, Jambunathan K wrote: > > > Seems like a bug to me. Not necessarily: From past experience an invalid function error is an indicator of a mixed up Org mode installation. What roughly happens is that Emacs tries to look up a function value for `org-called-interactively-p' but does not get a valid function because `org-called-interactively-p' is a macro.[1] Normally a make clean && make in the source tree solves this kind of problem. Best, -- David [1] http://www.gnu.org/s/emacs/manual/html_node/elisp/Function-Indirection.html -- OpenPGP... 0x99ADB83B5A4478E6 Jabber.... dmjena@jabber.org Email..... dmaus@ictsoc.de --pgp-sign-Multipart_Mon_Oct_17_21:51:23_2011-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iF4EABEIAAYFAk6chzsACgkQma24O1pEeOaYxQEAq5jSbFRD0SN7jk+Xe7Yl/LqJ HqzvOq9r7EtFgUw8x+sA/0R01VCAuLvpyZsklKcaCPJeIXke6y5ZJAqdok+QCVpp =msru -----END PGP SIGNATURE----- --pgp-sign-Multipart_Mon_Oct_17_21:51:23_2011-1-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Salazar Subject: Invalid function: org-called-interactively-p Date: Mon, 13 Feb 2012 03:15:16 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d0444ee7314e29504b8d41495 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rwr4G-0006Li-5G for emacs-orgmode@gnu.org; Mon, 13 Feb 2012 03:15:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rwr49-0002uV-Hl for emacs-orgmode@gnu.org; Mon, 13 Feb 2012 03:15:24 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:41609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rwr49-0002uL-A2 for emacs-orgmode@gnu.org; Mon, 13 Feb 2012 03:15:17 -0500 Received: by wera13 with SMTP id a13so4064434wer.0 for ; Mon, 13 Feb 2012 00:15:16 -0800 (PST) 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 --f46d0444ee7314e29504b8d41495 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hey everyone, I seem to have broken my org-mode. I'm running Aquamacs which comes with org-mode 6.33 or thereabouts. I downloaded 7.8.03, did a setq load-path (cons to the directory, then used the package manager to install org from within Aquamacs. I can verify that org now states its version as 7.8.03. But now whenever I try to do much of anything=97org-capture (the reason I upgraded) or export = to HTML or anything I try to do really, I get "Invalid function: org-called-interactively-p." What did I do wrong? Thanks! --f46d0444ee7314e29504b8d41495 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hey everyone,

I seem to have broken my org-mode. I'm= running Aquamacs which comes with org-mode 6.33 or thereabouts. I download= ed 7.8.03, did a=A0setq load-path (cons to the directory, then used the pac= kage manager to install org from within Aquamacs.

I can verify that org now states its version as 7.8.03. But = now whenever I try to do much of anything=97org-capture (the reason I upgra= ded) or export to HTML or anything I try to do really, I get "Invalid = function: org-called-interactively-p."=A0

What did I do wrong?=A0

= Thanks!
--f46d0444ee7314e29504b8d41495-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Subject: Re: Invalid function: org-called-interactively-p Date: Mon, 13 Feb 2012 09:55:22 +0100 Message-ID: <87ipjbqfid.fsf@googlemail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwrgJ-0003kM-Rd for emacs-orgmode@gnu.org; Mon, 13 Feb 2012 03:54:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RwrgC-000066-Dp for emacs-orgmode@gnu.org; Mon, 13 Feb 2012 03:54:43 -0500 Received: from plane.gmane.org ([80.91.229.3]:57453) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwrgC-00005v-8e for emacs-orgmode@gnu.org; Mon, 13 Feb 2012 03:54:36 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rwrg7-0003Zc-8f for emacs-orgmode@gnu.org; Mon, 13 Feb 2012 09:54:31 +0100 Received: from e178188087.adsl.alicedsl.de ([85.178.188.87]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Feb 2012 09:54:31 +0100 Received: from quintfall by e178188087.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Feb 2012 09:54:31 +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: emacs-orgmode@gnu.org Peter Salazar writes: > I seem to have broken my org-mode. I remember having a similar problem, and it turned out that the old version interfered with the new one, resulting in a corrupted org installation. I had to get the old version completely out of the way (delete the org folder in the original emacs installation folder) to solve the problem. Maybe that helps Cheers Thorsten From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Salazar Subject: Re: Invalid function: org-called-interactively-p Date: Mon, 13 Feb 2012 19:19:19 -0500 Message-ID: References: <87ipjbqfid.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8f13ec34cce31104b8e18b12 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx677-00053W-F6 for emacs-orgmode@gnu.org; Mon, 13 Feb 2012 19:19:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rx676-0003XP-E3 for emacs-orgmode@gnu.org; Mon, 13 Feb 2012 19:19:21 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:42428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx676-0003XE-8s for emacs-orgmode@gnu.org; Mon, 13 Feb 2012 19:19:20 -0500 Received: by wera13 with SMTP id a13so4781005wer.0 for ; Mon, 13 Feb 2012 16:19:19 -0800 (PST) In-Reply-To: <87ipjbqfid.fsf@googlemail.com> 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: Thorsten Cc: emacs-orgmode@gnu.org --e89a8f13ec34cce31104b8e18b12 Content-Type: text/plain; charset=ISO-8859-1 That worked, thank you so much! On Mon, Feb 13, 2012 at 3:55 AM, Thorsten wrote: > Peter Salazar writes: > > > I seem to have broken my org-mode. > > I remember having a similar problem, and it turned out that the old > version interfered with the new one, resulting in a corrupted org > installation. I had to get the old version completely out of the > way (delete the org folder in the original emacs installation folder) to > solve the problem. > > Maybe that helps > Cheers > Thorsten > > > --e89a8f13ec34cce31104b8e18b12 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable That worked, thank you so much!=A0


O= n Mon, Feb 13, 2012 at 3:55 AM, Thorsten <quintfall@googlemail.com<= /a>> wrote:
Peter Salazar <cycleofsong@gmail.com> writes:=

> I seem to have broken my org-mode.

I remember having a similar problem, and it turned out that the old version interfered with the new one, resulting in a corrupted org
installation. I had to get the old version completely out of the
way (delete the org folder in the original emacs installation folder) to solve the problem.

Maybe that helps
Cheers
Thorsten



--e89a8f13ec34cce31104b8e18b12--