From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: poppyer Newsgroups: gmane.emacs.help Subject: Re: auto incremental columns in table of org-mode? Date: Wed, 19 Mar 2008 02:44:40 +0000 Organization: University Of Oxford, England Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205898046 9072 80.91.229.12 (19 Mar 2008 03:40:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Mar 2008 03:40:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 19 04:41:16 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 1JbpAv-00052S-HQ for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Mar 2008 04:41:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JbpAL-0001AF-CE for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Mar 2008 23:40:37 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!news.stack.nl!feeds.news.ox.ac.uk!news.ox.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: clpc78.comlab.ox.ac.uk Original-X-Trace: frank-exchange-of-views.oucs.ox.ac.uk 1205894680 14974 129.67.148.212 (19 Mar 2008 02:44:40 GMT) Original-X-Complaints-To: newsmaster@ox.ac.uk Original-NNTP-Posting-Date: Wed, 19 Mar 2008 02:44:40 +0000 (UTC) User-Agent: Emacs Gnus Cancel-Lock: sha1:MoFkgZ0BIncKotj50y+t9pHkZT0= Original-Xref: shelby.stanford.edu gnu.emacs.help:157152 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:52523 Archived-At: Bastien writes: >> The problem is, it works at the first time. But every time you use C-u >> C-c C-c to update the whole table. The whole $1 column increase by 1. >> i.e. "1 2 3 ... " ===> "2 3 4 ..." > > Yes, that's a problem. This is because when looking for a relative > reference, if Org encounters a non-number row, it falls back on the next > row in the same column... I'll send a bug report to Carsten for this. > I see. Another related question is: can I set a "partial" column/row formula? such as @2$1..$1=@-1+1 ? It is not working here. cheers, poppyer --