From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Is there a way to fill org-mode's table cell with the values nearby? Date: Sun, 21 Mar 2010 20:08:24 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NtcMI-0007y8-Mg for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 03:47:35 -0400 Received: from [140.186.70.92] (port=43682 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NtcLz-0007Vf-Fa for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 03:47:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NtcLY-0002GM-8h for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 03:46:48 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]:28585) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NtcLY-0002GE-39 for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 03:46:48 -0400 Received: by fg-out-1718.google.com with SMTP id 16so538912fgg.12 for ; Mon, 22 Mar 2010 00:46:47 -0700 (PDT) In-Reply-To: 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: filebat Mark Cc: emacs-orgmode@gnu.org On Mar 21, 2010, at 12:22 PM, filebat Mark wrote: > Hi All > > I am wondering whether we have a handy way to fill table's cell with > the values nearby. > Like in office excel: > - C-d: Fill current cell with the value of the upper cell > - C-r: Fill current cell with the value of the left cell. No we do not, but this would be easily programmed. The keys you propose are not possible though. - Carsten