From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Bug: org-plain-list-ordered-item-terminator Date: Fri, 08 May 2009 07:27:48 -0500 Message-ID: References: <874owcmbwg.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M2PBE-00073a-LV for emacs-orgmode@gnu.org; Fri, 08 May 2009 08:27:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M2PB9-0006vW-Qn for emacs-orgmode@gnu.org; Fri, 08 May 2009 08:27:56 -0400 Received: from [199.232.76.173] (port=56456 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2PB9-0006vK-ON for emacs-orgmode@gnu.org; Fri, 08 May 2009 08:27:51 -0400 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:60608) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M2PB9-0002sS-Dn for emacs-orgmode@gnu.org; Fri, 08 May 2009 08:27:51 -0400 In-Reply-To: (Carsten Dominik's message of "Wed\, 29 Apr 2009 21\:22\:44 +0200") 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: Carsten Dominik Cc: Org Mode Mailing List Hi Carsten, Carsten Dominik writes: > 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? Again, sorry for the late reply. Just for the record, I need to change this variable for to avoid lines starting with a number/period combination being exported as enumerated lists. This often happens when I'm citing someting in a footnote. E.g., --8<---------------cut here---------------start------------->8--- [1] Author, /A Very Long Book Title that Stretches to the Line's End/, p. 101. --8<---------------cut here---------------end--------------->8--- The "101." above gets exported as item 1 in an ordered list if I don't set the variable. Best, Matt