From mboxrd@z Thu Jan 1 00:00:00 1970 From: SW Subject: Re: Timestamp: Forward or backward by a week Date: Tue, 15 May 2012 14:24:42 +0000 (UTC) Message-ID: References: <3306.1337090863@alphaville> 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]:42961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUIgP-0001bR-4H for emacs-orgmode@gnu.org; Tue, 15 May 2012 10:25:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUIgI-00050d-RE for emacs-orgmode@gnu.org; Tue, 15 May 2012 10:25:00 -0400 Received: from plane.gmane.org ([80.91.229.3]:41682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUIgI-000507-KL for emacs-orgmode@gnu.org; Tue, 15 May 2012 10:24:54 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SUIgG-00081r-Qu for emacs-orgmode@gnu.org; Tue, 15 May 2012 16:24:52 +0200 Received: from ss2.wits.ac.za ([146.141.1.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 May 2012 16:24:52 +0200 Received: from sabrewolfy by ss2.wits.ac.za with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 May 2012 16:24:52 +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 Nick Dokos hp.com> writes: > > Should I just bind ``C-u 7 S-right`` and ``C-u 7 S-left``? > I wouldn't bother but I'm not you: if you really want to, you can > define a trivial function > > (defun sw-one-week-bump () > (org-timestamp-up-day 7)) > > and bind it. > (info "(emacs) Customizing Key Bindings") > PS. Not sure how much emacs you know - if any/all of this is obvious, > please disregard. :) Thanks. I'm an "advanced beginner" with Emacs, so the example was helpful. Aside: Hitting ``M-: (info "(emacs) Customizing Key Bindings")`` gives me an error about the info file not existing. I installed Emacs 23.2.1 in CrunchBang Linux (Debian Stable) and (IIRC) org-mode 7.8.06 via a Debian package. Any ideas?