From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: FR: populate default prompt text for org-time-stamp on an existing time stamp? Date: Thu, 8 Nov 2007 13:03:45 +0000 Message-ID: <20071108130345.GW13544@atlantic.linksys.moosehall> Reply-To: Adam Spiers 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 1Iq7Tp-0008Uo-5B for emacs-orgmode@gnu.org; Thu, 08 Nov 2007 08:31:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iq7Tn-0008T3-HE for emacs-orgmode@gnu.org; Thu, 08 Nov 2007 08:31:32 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iq7Tn-0008St-A1 for emacs-orgmode@gnu.org; Thu, 08 Nov 2007 08:31:31 -0500 Received: from mail.beimborn.com ([70.84.38.100]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Iq735-0003wW-QP for emacs-orgmode@gnu.org; Thu, 08 Nov 2007 08:03:55 -0500 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id lA8D3mE4018047 for ; Thu, 8 Nov 2007 07:03:48 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id lA8D3moW018042 for emacs-orgmode@gnu.org; Thu, 8 Nov 2007 13:03:48 GMT 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: org-mode mailing list Another feature request (sorry - I'm beginning to feel quite guilty about the deluge I've rained on Carsten's inbox recently :-) If I position the point on an existing timestamp which includes not only the date but also the time, e.g. * <2007-11-27 Tue 19:30-20:30> and then hit 'C-c .', then the popup date chooser nicely puts the point on November 27th in the Calendar buffer. However, the existing time is ignored, which means if I want to tweak the start or end times, I have to retype something like "7pm+1". It would be really nice if the minibuffer prompt was automatically populated with "7:30pm+1" so that for example shifting the whole appointment 30 mins earlier would be a simpler matter of changing a '3' digit to a '0'.