emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Gerrard McNulty <gerrard.mcnulty@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Invalid function: org-called-interactively-p
Date: Sun, 9 Oct 2011 01:27:54 +0100	[thread overview]
Message-ID: <CAEuWdt4JhjHu+JDWb4TNeX0_1TdAdch68kEGbJuNkR6v+iKnEA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 871 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1133 bytes --]

             reply	other threads:[~2011-10-09  0:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-09  0:27 Gerrard McNulty [this message]
2011-10-09 15:31 ` Invalid function: org-called-interactively-p Jambunathan K
2011-10-09 15:42   ` Gerrard McNulty
2011-10-09 16:34     ` Jambunathan K
2011-10-09 21:37       ` Gerrard McNulty
2011-10-17 19:51       ` David Maus
2011-10-09 16:43     ` Achim Gratz
  -- strict thread matches above, loose matches on Subject: below --
2012-02-13  8:15 Peter Salazar
2012-02-13  8:55 ` Thorsten
2012-02-14  0:19   ` Peter Salazar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAEuWdt4JhjHu+JDWb4TNeX0_1TdAdch68kEGbJuNkR6v+iKnEA@mail.gmail.com \
    --to=gerrard.mcnulty@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).