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