From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: buglet in org-toggle-checkbox Date: Thu, 30 Sep 2010 10:35:51 -0500 Message-ID: <4CA4AE57.5000108@sift.info> Reply-To: rpgoldman@sift.info Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=37426 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1LB6-0004uL-Fd for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 11:36:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P1LAo-0006eH-2v for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 11:36:11 -0400 Received: from mpls.sift.info ([75.146.46.193]:54851) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P1LAn-0006dj-W1 for emacs-orgmode@gnu.org; Thu, 30 Sep 2010 11:35:54 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Not a big bug... When I invoke org-toggle-checkbox with ^U in order to add a checkbox to a list item that doesn't have one, I get this message in the minibuffer: "Invalid search bound (wrong side of point)" although the command seems to work correctly. When I turn on debug-on-error, I get the following backtrace: Debugger entered--Lisp error: (error "Invalid search bound (wrong side of point)") re-search-forward("^\\([ ]*\\([-+]\\|\\([0-9]+[.)]\\)\\)\\|[ ]+\\*\\)\\([ ]+\\|$\\)" # move) byte-code("` \n \f#\204 At the point when I invoke this, I was at this position (marked by ++) in the buffer ** TODO Headline [/] - ++ Best, r