From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org today's entension Date: Tue, 18 Sep 2012 17:41:38 +0200 Message-ID: <87r4pzz6bx.fsf@bzg.ath.cx> References: <87a9x0exbx.wl%william.lechelle@ens-lyon.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDzvm-0000p3-I0 for emacs-orgmode@gnu.org; Tue, 18 Sep 2012 11:41:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDzvi-0006rV-O2 for emacs-orgmode@gnu.org; Tue, 18 Sep 2012 11:41:46 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:42438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDzvi-0006rL-Hi for emacs-orgmode@gnu.org; Tue, 18 Sep 2012 11:41:42 -0400 Received: by wgbdt14 with SMTP id dt14so2050966wgb.30 for ; Tue, 18 Sep 2012 08:41:41 -0700 (PDT) In-Reply-To: <87a9x0exbx.wl%william.lechelle@ens-lyon.fr> ("William =?iso-8859-1?Q?L=E9chelle=22's?= message of "Sat, 08 Sep 2012 04:24:34 -0400") 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: William =?iso-8859-1?Q?L=E9chelle?= Cc: emacs-orgmode Hi William, William Léchelle writes: > I'm still dearly wishing it'd be developed further : Sometimes, I set > appointments past midnight (it's, errr, the timezone's fault, I swear), and I'd > rather have them displayed in the agenda on the day before, not to forget about > them in daily view. (Even better, at the bottom of the day.) > > I guess it'll wait until I learn something of lisp, but where to start in order > to implement that ? One simple hack for this in agenda view would be to use (setq org-agenda-ndays 2) and an `org-agenda-skip-function' that get rid of items past the extended day. Not tested, but could be fun to try this out. -- Bastien