emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] buglet in org-toggle-checkbox


From: Robert Goldman
Subject: [Orgmode] buglet in org-toggle-checkbox
Date: Thu, 30 Sep 2010 10:35:51 -0500
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4

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]+[.)]\\)\\)\\|[
]+\\*\\)\\([    ]+\\|$\\)" #<marker at 86578 in todo.org> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]