From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dillon Peng Subject: why I got the message Date: Wed, 19 Mar 2014 10:55:25 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQEEK-0007Wx-MF for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 07:00:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQEED-0000Bg-D8 for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 07:00:16 -0400 Received: from plane.gmane.org ([80.91.229.3]:41306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQEED-0000B9-5P for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 07:00:09 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WQEE8-00051P-7u for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 12:00:04 +0100 Received: from 43.200.35.8.gae.googleusercontent.com ([8.35.200.43]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Mar 2014 12:00:04 +0100 Received: from pengcz.nwpu by 43.200.35.8.gae.googleusercontent.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Mar 2014 12:00:04 +0100 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: emacs-orgmode@gnu.org hi, all my emacs is GNU Emacs 24.0.95.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.24.10), org is 8.2.5h when I used C-c | to add a table 5X2 as follows: | d | | | | | |---+---+---+---+---| | d | | | | | and place cursor at "d" in 1 x 1, and (1) press M-x org-table-delete-column, I got the following message: user-error: This command is active in special context like tables, headlines or items (2) press M-x org-table-insert-row, I got : Not at a table how to resolve it, or what I missed, any advice will be appreciated! Dillon Peng