From mboxrd@z Thu Jan 1 00:00:00 1970 From: Detlef Steuer Subject: fastest way to remove the time from a timestamp Date: Mon, 2 Apr 2012 09:49:19 +0200 Message-ID: <20120402094919.6ab19aab@vknecht-intel.unibw-hamburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEc1Q-0007nd-Jf for emacs-orgmode@gnu.org; Mon, 02 Apr 2012 03:49:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEc1O-0001fA-V7 for emacs-orgmode@gnu.org; Mon, 02 Apr 2012 03:49:52 -0400 Received: from plane.gmane.org ([80.91.229.3]:35001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEc1O-0001cF-OQ for emacs-orgmode@gnu.org; Mon, 02 Apr 2012 03:49:50 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SEc1I-0006mM-MA for emacs-orgmode@gnu.org; Mon, 02 Apr 2012 09:49:44 +0200 Received: from vknecht-intel.unibw-hamburg.de ([139.11.181.51]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Apr 2012 09:49:44 +0200 Received: from detlef.steuer by vknecht-intel.unibw-hamburg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Apr 2012 09:49:44 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi! I find myself often in a situation where I have to reschedule an appointement to another day. I.e. there is a line in my agenda view for today: ... unsorted: 13:00-14:00 Scheduled: APPT testproject ... Normally I reschedule with S-right etc., but that keeps the *time* information. Often I would like to remove that detail while rescheduling to another day, fixing times later. I couldn't find a key combo in the manual to do that, but I'm sure there must be an easy way. Thx Detlef