From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: org-7.7, C-c C-c to align tables says "invalid function: org-called-interactively-p" Date: Sun, 09 Oct 2011 22:11:25 +0530 Message-ID: <81sjn22k3u.fsf@gmail.com> References: <81d3e645l2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCwRh-0004St-5x for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 12:41:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCwRg-0007QW-6H for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 12:41:49 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:60893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCwRg-0007QS-1T for emacs-orgmode@gnu.org; Sun, 09 Oct 2011 12:41:48 -0400 Received: by ywe9 with SMTP id 9so5691630ywe.0 for ; Sun, 09 Oct 2011 09:41:47 -0700 (PDT) In-Reply-To: <81d3e645l2.fsf@gmail.com> (Jambunathan K.'s message of "Sun, 09 Oct 2011 19:42:09 +0530") 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: Du Yanning Cc: emacs-orgmode@gnu.org See http://www.mail-archive.com/emacs-orgmode@gnu.org/msg47354.html That's only a temporary workaround. > Du Yanning writes: > >> Windows 7 >> GNU Emacs 23.3.1 for Windows (i386-mingw-nt6.1.7601) >> Org 7.7 >> >> When I press C-c C-c to align a table, it says "invalid function: >> org-called-interactively-p" >> >> Org 7.5 is Ok. > > Check > > M-x locate-library RET org-table RET > M-x locate-library RET org-macs RET > > Make sure the reported values are both elc files (or they are both el > files) and they are in the same dir > >> --