From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: poppyer Newsgroups: gmane.emacs.help Subject: auto incremental columns in table of org-mode? Date: Mon, 17 Mar 2008 19:11:37 +0000 Organization: University Of Oxford, England Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205782854 1702 80.91.229.12 (17 Mar 2008 19:40:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Mar 2008 19:40:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 17 20:41:24 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JbLCt-0006AS-Uo for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Mar 2008 20:41:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JbLCK-0002lB-91 for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Mar 2008 15:40:40 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!goblin1!goblin2!goblin.stu.neva.ru!news.stack.nl!feeds.news.ox.ac.uk!news.ox.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: clpc78.comlab.ox.ac.uk Original-X-Trace: frank-exchange-of-views.oucs.ox.ac.uk 1205781097 4242 129.67.148.212 (17 Mar 2008 19:11:37 GMT) Original-X-Complaints-To: newsmaster@ox.ac.uk Original-NNTP-Posting-Date: Mon, 17 Mar 2008 19:11:37 +0000 (UTC) User-Agent: Emacs Gnus Cancel-Lock: sha1:4my14SBa6HOC1U5KcVsH+JPeKio= Original-Xref: shelby.stanford.edu gnu.emacs.help:157101 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:52472 Archived-At: Hi, guys, I am using orgtbl-mode minor mode, basically as following: | k | n | f(n,k) | |---+-----+--------| | 1 | 100 | | | 2 | | | | 3 | | | | | | | | | | | | | | | My question is how can I fill the k column when I add rows? cheers, poppyer --