From mboxrd@z Thu Jan 1 00:00:00 1970 From: ignotus@freemail.hu Subject: filling cells automatically Date: Wed, 20 Jun 2007 17:44:32 +0200 Message-ID: <87hcp2636n.fsf@freemail.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I12MF-0004u3-4g for emacs-orgmode@gnu.org; Wed, 20 Jun 2007 11:44:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I12MC-0004tr-R5 for emacs-orgmode@gnu.org; Wed, 20 Jun 2007 11:44:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I12MC-0004to-JR for emacs-orgmode@gnu.org; Wed, 20 Jun 2007 11:44:32 -0400 Received: from viefep18-int.chello.at ([213.46.255.22] helo=viefep19-int.chello.at) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I12MC-0004AN-0N for emacs-orgmode@gnu.org; Wed, 20 Jun 2007 11:44:32 -0400 Received: from [192.168.0.175] (really [80.98.106.103]) by viefep19-int.chello.at (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20070620154430.KGXO29393.viefep19-int.chello.at@[192.168.0.175]> for ; Wed, 20 Jun 2007 17:44:30 +0200 Received: from ignotus by localhost with local (masqmail 0.2.21) id 1I12MC-7Ue-00 for ; Wed, 20 Jun 2007 17:44:32 +0200 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: emacs-orgmode@gnu.org Dear Org users! I would like to have the following functionality: I have a table like this: | number1 | number2 | description | |---------+---------+-------------| | 1 | 1 | a | | 1 | 2 | b | | 1 | 3 | c | | 1 | 4 | d | |---------+---------+-------------| | 2 | 1 | aa | | 2 | 2 | bb | | 2 | 3 | cc | | 2 | 4 | dd | |---------+---------+-------------| | 3 | 1 | aaa | | 3 | 2 | bbb | | 3 | 3 | ccc | | 3 | 4 | ddd | |---------+---------+-------------| I would like to generate number1 and number2 rows automatically (so when I insert something the numbering will be okay), is this possible? Well I know it is, but is it possible within the current org table framework? Thanks in advance, Richard.