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-intera
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)
Alternative