From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Elston Subject: Re: latex enumeration issue Date: Sat, 06 Feb 2010 11:06:29 -0800 Message-ID: <4B6DBDB5.2020407@comcast.net> References: <4B68A26A.3030509@comcast.net> <4B69DF82.70407@comcast.net> <4B6A2FC2.5020908@comcast.net> <6ac505ad1002060018m70ee690as74d2ed47c8e920d9@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdpzL-0004t2-N5 for emacs-orgmode@gnu.org; Sat, 06 Feb 2010 14:06:39 -0500 Received: from [199.232.76.173] (port=36310 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdpzL-0004so-DH for emacs-orgmode@gnu.org; Sat, 06 Feb 2010 14:06:39 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdpzJ-0004xt-LO for emacs-orgmode@gnu.org; Sat, 06 Feb 2010 14:06:38 -0500 Received: from qmta13.emeryville.ca.mail.comcast.net ([76.96.27.243]:54360) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdpzI-0004xD-QC for emacs-orgmode@gnu.org; Sat, 06 Feb 2010 14:06:37 -0500 In-Reply-To: <6ac505ad1002060018m70ee690as74d2ed47c8e920d9@mail.gmail.com> 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: Daniel Martins Cc: emacs-orgmode@gnu.org Daniel, I don't know if this would be the best default behavior. As I think about it I would rather have a simple default behavior that I can customize to my heart's content. Simple, predictable behavior makes it easier to customize. My $0.02 worth, anyway. Mark On 2/6/2010 12:18 AM, Daniel Martins wrote: > This behaviour and/or hook could not be the default? > > Daniel > > 2010/2/4 Eric S Fraga > > > At Wed, 03 Feb 2010 18:24:02 -0800, > Mark Elston wrote: > > > P.S. If anyone is interested here is the embarrassingly simple hook > > function I came up with. I show it not because I think anyone else > > will find this thing useful but as an example of how simple it > > really is to write this kind of thing. > > very useful, actually. i use org-mode for my cv. in my enumerated > list of my publications, say, I often want to add some notes that > don't appear in any exported version. but I also don't want the > enumeration interrupted. There are other possible solutions but this > simple function could prove quite useful indeed. > > thanks, > eric