Hi William, William Léchelle <william.leche...@ens-lyon.fr> 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