From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: insert cell inside an org-mode table? Date: Thu, 8 Jun 2017 16:36:27 +0200 Message-ID: References: <87h8zs9dyu.fsf@skimble.plus.com> <87d1ae95ud.fsf@skimble.plus.com> <87bmpysgoy.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIyY3-0002fK-7D for emacs-orgmode@gnu.org; Thu, 08 Jun 2017 10:36:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dIyY2-0002a8-AR for emacs-orgmode@gnu.org; Thu, 08 Jun 2017 10:36:31 -0400 Received: from mail-qt0-x232.google.com ([2607:f8b0:400d:c0d::232]:33718) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dIyY2-0002ZZ-5s for emacs-orgmode@gnu.org; Thu, 08 Jun 2017 10:36:30 -0400 Received: by mail-qt0-x232.google.com with SMTP id u12so43624036qth.0 for ; Thu, 08 Jun 2017 07:36:28 -0700 (PDT) In-Reply-To: <87bmpysgoy.fsf@skimble.plus.com> 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" To: Sharon Kimble Cc: org-mode-email , John Kitchin Hi Sharon On Thu, Jun 8, 2017 at 4:21 PM, Sharon Kimble wrote: > Okay, imagine that you have this table - > > | fruit | one | two | > |--------+------------+------------| > | pear | orange | grape | > | banana | grapefruit | satsuma | > | tomato | potato | clementine | > > And you discover that you've missed out apples and you want to put them > where 'grapefruit' currently is, I would like the following to happen - > > | fruit | one | two | > |--------+------------+------------| > | pear | orange | grape | > | banana | apple | satsuma | > | tomato | grapefruit | clementine | > | | potato | | > > Where the rest of the column gets shifted downwards by one cell. > > Now that is a very simplistic table, the one that I'm hoping to build > will be 6 columns by about 60 rows, so having the ability to shift rows > downwards from inserting a cell would be vital to its successful usage. This is not built-in but you can look here at the last example: "Rearrange one or more field within the same row or column" http://orgmode.org/worg/org-hacks.html#field-same-row-or-column Michael