Re: [O] [PATCH] Don't call calendar-absolute-from-gregorian in org-diary-class
Hi Rémi, Rémi Vanicat writes: > calendar-absolute-from-gregorian return a number of day. But the > result is used as if it was a (year month day) list. Applied, with a slight modification. Thanks, -- Bastien
[O] [PATCH] Don't call calendar-absolute-from-gregorian in org-diary-class
calendar-absolute-from-gregorian return a number of day. But the result is used as if it was a (year month day) list. --- lisp/org-agenda.el |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 2bec518..66af554 100644 --- a/lis