From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: org-plain-list-ordered-item-terminator Date: Wed, 29 Apr 2009 21:22:44 +0200 Message-ID: References: <874owcmbwg.fsf@fastmail.fm> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0eKG-00043B-0G for emacs-orgmode@gnu.org; Sun, 03 May 2009 12:14:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0eKA-00040j-Eg for emacs-orgmode@gnu.org; Sun, 03 May 2009 12:13:58 -0400 Received: from [199.232.76.173] (port=45913 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0eKA-00040f-6x for emacs-orgmode@gnu.org; Sun, 03 May 2009 12:13:54 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:50067) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0eK9-0002RR-TK for emacs-orgmode@gnu.org; Sun, 03 May 2009 12:13:54 -0400 Received: by ewy6 with SMTP id 6so3488352ewy.42 for ; Sun, 03 May 2009 09:13:52 -0700 (PDT) In-Reply-To: <874owcmbwg.fsf@fastmail.fm> 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: Matthew Lundin Cc: Org Mode Mailing List Fixed. However, bullet cycling also seems to have bugs when this variable is not equal to t. Why do you need to change the variable? - Carsten On Apr 26, 2009, at 3:39 AM, Matthew Lundin wrote: > When I set org-plain-list-ordered-item-terminator to 'paren like in > "2)"' in the customize interface, I no longer able to use plain > lists in > org-mode, but instead get the following error: > > ,---- > | org-at-item-p: Invalid regexp: "Unmatched ( or \\(" > `---- > > In my custom settings, the setting looks like this: > > ,---- > | [snip] > | '(org-plain-list-ordered-item-terminator 41) > | [snip] > `---- > > Here's the backtrace: > > ,---- > | Debugger entered--Lisp error: (error "Cannot return from the > debugger in an error") > | looking-at("\\([ ]*\\([-+]\\|\\([0-9]+))\\)\\|[ ]+\\*\\)\\( \\| > $\\)") > | org-at-item-p() > | org-metaright(nil) > | call-interactively(org-metaright nil nil) > `---- > > And here are my other plain list settings: > > --8<---------------cut here---------------start------------->8--- > (setq org-blank-before-new-entry '((heading . auto) (plain-list- > item . auto))) > (setq org-empty-line-terminates-plain-lists nil) > (setq org-cycle-include-plain-lists nil) > --8<---------------cut here---------------end--------------->8--- > > Thanks, > Matt > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode