[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org today's entension
From: |
Bastien |
Subject: |
Re: [O] org today's entension |
Date: |
Tue, 18 Sep 2012 17:41:38 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) |
Hi William,
William Léchelle <address@hidden> 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