Re: [O] [PATCH] make org-agenda-later honor arg when current span is a number

2012-10-13 Thread Nicolas Goaziou
Hello, Ingo Lohmar writes: > I just fixed an oversight (I suppose) in org-agenda.el. When > org-current-agenda-span is a number of days (my standard agenda > shows 2 days), org-agenda-later does not respect the argument. > In particular that means pressing "b" goes forward instead of > backward

Re: [O] [PATCH] make org-agenda-later honor arg when current span is a number

2012-10-13 Thread Ingo Lohmar
Hey folks, I am slightly puzzled that there has been no reaction at all to this patch. To me it seems entirely unambiguous, and it fixes a bug (as per the docstring of org-agenda-{later,earlier}). Is there anything I can do to help include this half-line patch in org? I am sorry that I do not us

[O] [PATCH] make org-agenda-later honor arg when current span is a number

2012-10-02 Thread Ingo Lohmar
Hi All, I just fixed an oversight (I suppose) in org-agenda.el. When org-current-agenda-span is a number of days (my standard agenda shows 2 days), org-agenda-later does not respect the argument. In particular that means pressing "b" goes forward instead of backward! The trivial patch for releas