From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Tiny piece of customization for ctrl-c ctrl-c within a timestamp Date: Sat, 16 Oct 2010 22:11:27 +0200 Message-ID: <87hbglnbio.fsf@gmx.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=36403 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7D6O-0007rs-F3 for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 16:11:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7D6J-0001oy-SF for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 16:11:33 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:46202 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P7D6J-0001oi-GQ for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 16:11:31 -0400 In-Reply-To: (Marc-Oliver Ihm's message of "Sat, 16 Oct 2010 18:34:16 +0200") 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: Marc-Oliver Ihm Cc: emacs-orgmode@gnu.org Marc-Oliver Ihm writes: > Hello ! > > > I sometimes find myself adjusting timestamps just by editing its text; > e.g. changing <2010-10-16 Su> to <2011-10-16 Su>. However after that > editing, the day of week is usually wrong (or might be right, I just > dont know). Hi Marc-Oliver, http://orgmode.org/manual/Creating-timestamps.html#Creating-timestamps describes all you need to change timestamps without errors: S- S- Change date at cursor by one day. These key bindings conflict with shift-selection and related modes (see Conflicts). S- S- Change the item under the cursor in a timestamp. The cursor can be on a year, month, day, hour or minute. When the timestamp contains a time range like `15:30-16:30=C2=B4, modifying the first time will also shift the second, shifting the time block with constant length. To change the length, modify the second time. Note that if the cursor is in a headline and not at a timestamp, these same keys modify the priority of an item. (see Priorities). The key bindings also conflict with shift-selection and related modes (see Conflicts). Also, `C-c .' while on a timestamp you may use the calendar interface to change the timestamp. Days of the week will be OK. Sebastian