From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Problem with tables Date: Mon, 29 Nov 2010 18:21:25 +0100 Message-ID: References: <2517E575-9997-4C9B-BC18-73A42ED0A839@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=60342 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PN7Ps-0000vG-1R for emacs-orgmode@gnu.org; Mon, 29 Nov 2010 12:21:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PN7Pr-0004MJ-4U for emacs-orgmode@gnu.org; Mon, 29 Nov 2010 12:21:27 -0500 Received: from mail-iw0-f169.google.com ([209.85.214.169]:54504) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PN7Pq-0004Lx-Vp for emacs-orgmode@gnu.org; Mon, 29 Nov 2010 12:21:27 -0500 Received: by iwn42 with SMTP id 42so174441iwn.0 for ; Mon, 29 Nov 2010 09:21:26 -0800 (PST) In-Reply-To: <2517E575-9997-4C9B-BC18-73A42ED0A839@gmail.com> 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: Gaspaio Cc: emacs-orgmode@gnu.org On Mon, Nov 29, 2010 at 17:58, Gaspaio wrote: > I'm a newbie at org-mode (and emacs BTW), and i can't seem to use a few commands like table-delete-row, table-insert-row and so on. I systematically get a "Table not found" error. > Also, some of the Shift commands don't seem to work, like using S-UP/Down to navigate between headers. I tried toggle the org-support-shift-select, but nothing. Be aware of the two table formats: table-delete-row, table-insert-row are for tables in the "table.el" format like +------------------------------------------------------------------+ | User Visible Entry Points | +-------------------------------+----------------------------------+ | Function | Description | +-------------------------------+----------------------------------+ S-Up/Down are only for tables on the orgtbl format like | x | y | |---+---| | 1 | 2 | | 3 | 4 | Michael