From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: making org-time-stamp a bit more interactive Date: Mon, 9 Nov 2009 21:28:22 +0100 Message-ID: <2E532751-E3D0-49BE-9ECA-D088970F6C2B@gmail.com> References: <20091102143015.GC32187@atlantic.linksys.moosehall> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7bNe-0000Cm-3K for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 16:02:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7bNY-000062-Un for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 16:02:29 -0500 Received: from [199.232.76.173] (port=52548 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7bNY-00005r-Ow for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 16:02:24 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:59244) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7bNX-0004uI-U6 for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 16:02:24 -0500 Received: by mail-ew0-f228.google.com with SMTP id 28so4622001ewy.42 for ; Mon, 09 Nov 2009 13:02:23 -0800 (PST) In-Reply-To: <20091102143015.GC32187@atlantic.linksys.moosehall> 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: Adam Spiers Cc: org-mode mailing list Hi Adam, this is kind-of hard to implement, I am afraid. It is still on my list, but my first attempt just failed. :( - Carsten On Nov 2, 2009, at 3:30 PM, Adam Spiers wrote: > If I have an existing time stamp (e.g. SCHEDULED/DEADLINE) > corresponding to (say) several months ago, and I want to update it to > some date in the future, but I want to see the calendar in order to > help decide the new date, I find the org-time-stamp interface slightly > lacking. Ideally I could: > > - hit C-c . to start editing the time stamp > - hit '.' to change it to the current day > - use all the standard time stamp navigation bindings to move > from today to a new date > > Unfortunately the 2nd step does not update the Calendar buffer, so the > 3rd step navigates relative to the original date, not relative to > today. Would it be easy to fix this? Ideally the fix would also > apply if the 2nd step involved typing something like '+2w'. > > Thanks, > Adam > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten