[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [PATCH] Agenda: Fix org-agenda-bulk-toggle when point is at alre
From: |
Bastien |
Subject: |
Re: [O] [PATCH] Agenda: Fix org-agenda-bulk-toggle when point is at already marked item |
Date: |
Fri, 20 Apr 2012 14:55:37 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
Hi Madan,
Madan Ramakrishnan <address@hidden> writes:
> * lisp/org-agenda.el (org-agenda-bulk-mark): truly make arg optional
> as advertised by the function
applied, thanks.
> This is my first patch for org so apologies for any inadvertent
> missteps
This is good, but please use plain text emails if possible.
Nick Dokos <address@hidden> writes:
> I presume arg can be negative or zero.
A value of arg below 1 doesn't make sense: arg drives the number of
entries that will be marked, so users usually use this for arg > 1.
If (arg < 1) then the function should trigger an error, which it does.
Best,
--
Bastien