Re: [O] Invalid function: org-called-interactively-p

2012-02-13 Thread Peter Salazar
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 > instal

Re: [O] Invalid function: org-called-interactively-p

2012-02-13 Thread Thorsten
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 ori

[O] Invalid function: org-called-interactively-p

2012-02-13 Thread Peter Salazar
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

Re: [O] Invalid function: org-called-interactively-p

2011-10-17 Thread David Maus
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-interacti

Re: [O] Invalid function: org-called-interactively-p

2011-10-09 Thread Gerrard McNulty
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--- > (defalia

Re: [O] Invalid function: org-called-interactively-p

2011-10-09 Thread Achim Gratz
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 possibl

Re: [O] Invalid function: org-called-interactively-p

2011-10-09 Thread Jambunathan K
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---e

Re: [O] Invalid function: org-called-interactively-p

2011-10-09 Thread Gerrard McNulty
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.h

Re: [O] Invalid function: org-called-interactively-p

2011-10-09 Thread Jambunathan K
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-archi

[O] Invalid function: org-called-interactively-p

2011-10-09 Thread Gerrard McNulty
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-initia