From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: [Buglet] org-table-current-column needs to be made (interactive) Date: Thu, 30 Sep 2010 02:07:37 -0400 Message-ID: <23962.1285826857@gamaville.dokosmarshall.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=60046 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1CIv-0007Og-Uf for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 02:07:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P1CIu-0006nM-6q for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 02:07:41 -0400 Received: from vms173003pub.verizon.net ([206.46.173.3]:54268) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P1CIu-0006nI-2Y for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 02:07:40 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L9J006RKQCQZA60@vms173003.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 01:07:38 -0500 (CDT) 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: emacs-orgmode@gnu.org Cc: nicholas.dokos@hp.com 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 !-) Org version: Org-mode version 7.01trans (release_7.01h.595.g9f96) Thanks, Nick