From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [Buglet] org-table-current-column needs to be made (interactive) Date: Thu, 30 Sep 2010 08:32:36 +0200 Message-ID: References: <23962.1285826857@gamaville.dokosmarshall.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=60665 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1Ch7-0001Fx-Ai for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 02:32:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P1Ch6-0001Kk-8u for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 02:32:41 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:39300) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P1Ch6-0001Kg-2C for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 02:32:40 -0400 Received: by ewy19 with SMTP id 19so754350ewy.0 for ; Wed, 29 Sep 2010 23:32:39 -0700 (PDT) In-Reply-To: <23962.1285826857@gamaville.dokosmarshall.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org On Sep 30, 2010, at 8:07 AM, Nick Dokos wrote: > org-table-current-column is called interactively from the Tbl menu > but is > not declared (interactive), so when the menu item is activated I get: > > Debugger entered--Lisp error: (wrong-type-argument commandp org- > table-current-column) > call-interactively(org-table-current-column nil nil) > > Alternatively, the menu entry can be deleted (but since that's how I > found the > function, I'd like to keep the menu entry !-) OK, it is now an interactive function that reports back with a message. - Carsten