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 14:00:09 +0000 Organization: University Of Oxford, England Message-ID: References: <19f435d3-b7dc-400b-a6f9-8d5a58565cf5@13g2000hsb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205937868 27974 80.91.229.12 (19 Mar 2008 14:44:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Mar 2008 14:44:28 +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 15:44:57 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from mail-forward.uio.no ([129.240.10.42]) by lo.gmane.org with esmtp (Exim 4.50) id 1JbzWZ-00032x-LW for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Mar 2008 15:44:15 +0100 Original-Received: from mail-mx1.uio.no ([129.240.10.29]) by pat.uio.no with esmtp (Exim 4.67) (envelope-from ) id 1JbzW0-000140-AX for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Mar 2008 15:43:40 +0100 Original-Received: from lists.gnu.org ([199.232.76.165]) by mail-mx1.uio.no with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1JbzVz-00038M-QY for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Mar 2008 15:43:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JbzSv-0000kj-I6 for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Mar 2008 10:40:29 -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 1205935210 27000 129.67.148.212 (19 Mar 2008 14:00:10 GMT) Original-X-Complaints-To: newsmaster@ox.ac.uk Original-NNTP-Posting-Date: Wed, 19 Mar 2008 14:00:10 +0000 (UTC) User-Agent: Emacs Gnus Cancel-Lock: sha1:oJJIGaAtGcIiijAag4oaTLqhKLA= Original-Xref: shelby.stanford.edu gnu.emacs.help:157169 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 X-UiO-SPF-Received: Received-SPF: pass (mail-mx1.uio.no: domain of gnu.org designates 199.232.76.165 as permitted sender) client-ip=199.232.76.165; envelope-from=help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org; helo=lists.gnu.org; X-UiO-Spam-info: not spam, SpamAssassin (score=-1.0, required=5.0, autolearn=disabled, RCVD_IN_DNSWL_LOW=-1) X-UiO-Scanned: 5361124FA8C27F2F231E57CE0038AF12DDDF000B X-UiO-SR-test: D1B11BBF9B8A4BF0528ECD63BFB15C4A1C0D86C1 X-UiO-SPAM-Test: remote_host: 199.232.76.165 spam_score: -9 maxlevel 200 minaction 2 bait 0 mail/h: 8 total 43725 max/h 424 blacklist 0 greylist 0 ratelimit 0 Xref: news.gmane.org gmane.emacs.help:52538 Archived-At: >> If you don't really need to compute the first column you can always >> use a dummy macro like this one: >> >> C-a f3 | C-xC-kC-i | | C-j f4 >> >> Then use it with C-x e e e e as many times as you want rows... > > Even easier is this: > > Put a 1 into the first field, and press S-RET to fill the column with > increasing numbers. > As Bastien says, this will not recompute when you add or remove lines. > > - Carsten Wah! this is so COOL! Definitely should add it to the documentation. poppyer --