From mboxrd@z Thu Jan 1 00:00:00 1970 From: James TD Smith Subject: Timestamps and `org-table-copy-down' Date: Wed, 22 Oct 2008 10:47:33 +0100 Message-ID: <20081022094733.GB33872@yog-sothoth.mohorovi.cc> 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 1KsaJW-0008Tx-Eu for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 05:47:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsaJU-0008Ti-SG for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 05:47:37 -0400 Received: from [199.232.76.173] (port=57262 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsaJU-0008Tf-IZ for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 05:47:36 -0400 Received: from 81-86-40-42.dsl.pipex.com ([81.86.40.42]:53614 helo=yog-sothoth.mohorovi.cc) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KsaJU-0003Iz-CQ for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 05:47:36 -0400 Received: from yog-sothoth.mohorovi.cc (localhost [127.0.0.1]) by yog-sothoth.mohorovi.cc (8.14.2/8.14.2) with ESMTP id m9M9lYwX060424 for ; Wed, 22 Oct 2008 10:47:34 +0100 (BST) (envelope-from ahktenzero@mohorovi.cc) Received: (from ahktenzero@localhost) by yog-sothoth.mohorovi.cc (8.14.2/8.14.2/Submit) id m9M9lXDD060423 for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 10:47:33 +0100 (BST) (envelope-from ahktenzero@mohorovi.cc) Content-Disposition: inline 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 In a table column containing timestamps, pressing S-return with the cursor on the brackets surrounding the timestamp results the insertion of a copy of the timestamp with the active status toggled. Repeated a few times you end up with this: ,---- | | Date | | |------------------| | | [2008-10-15 Wed] | | | <2008-10-15 Wed> | | | [2008-10-15 Wed] | | | <2008-10-15 Wed> | | | [2008-10-15 Wed] | | | <2008-10-15 Wed> | `---- Is this supposed to happen? The documentation for `org-table-copy-down' mentions incrementing the day/month/year but not changing the active/inactive state. James -- |---|