emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Invalid function: org-called-interactively-p
@ 2012-02-13  8:15 Peter Salazar
  2012-02-13  8:55 ` Thorsten
  0 siblings, 1 reply; 10+ messages in thread
From: Peter Salazar @ 2012-02-13  8:15 UTC (permalink / raw)
  To: emacs-orgmode

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

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—org-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!

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

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Invalid function: org-called-interactively-p
@ 2011-10-09  0:27 Gerrard McNulty
  2011-10-09 15:31 ` Jambunathan K
  0 siblings, 1 reply; 10+ messages in thread
From: Gerrard McNulty @ 2011-10-09  0:27 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-02-14  0:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-13  8:15 Invalid function: org-called-interactively-p Peter Salazar
2012-02-13  8:55 ` Thorsten
2012-02-14  0:19   ` Peter Salazar
  -- strict thread matches above, loose matches on Subject: below --
2011-10-09  0:27 Gerrard McNulty
2011-10-09 15:31 ` 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

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