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--