From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: calculation question Date: Tue, 19 Jul 2011 11:40:48 +0200 Message-ID: <87aacak3q7.fsf@gnu.org> References: <878vrvw5gu.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qj6n1-0000QH-Rs for emacs-orgmode@gnu.org; Tue, 19 Jul 2011 05:40:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qj6mw-0006CM-Ko for emacs-orgmode@gnu.org; Tue, 19 Jul 2011 05:40:30 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:34457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qj6mw-0006CE-2g for emacs-orgmode@gnu.org; Tue, 19 Jul 2011 05:40:26 -0400 Received: by fxd18 with SMTP id 18so6593796fxd.39 for ; Tue, 19 Jul 2011 02:40:25 -0700 (PDT) In-Reply-To: (Jude DaShiell's message of "Tue, 19 Jul 2011 05:33:14 -0400 (EDT)") 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: Jude DaShiell Cc: emacs-orgmode@gnu.org Jude DaShiell writes: > After I use C-C } can I use c-p c-n c-l and c-r to move one cell up on > cell down one cell left and one cell right respectively? You can use C-n C-p to move down and up by one line, but you cannot use C-r and C-l are these are fundamental Emacs keybindings doing something else. You can navigate through cells using TAB: it will go to the next cell on the same row, or to the first cell on the next row if you are at the last cell in a row. HTH, -- Bastien