From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: latex enumeration issue Date: Thu, 04 Feb 2010 10:05:43 +0000 Message-ID: References: <4B68A26A.3030509@comcast.net> <4B69DF82.70407@comcast.net> <4B6A2FC2.5020908@comcast.net> Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nd1cv-0001cb-TV for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 08:20:09 -0500 Received: from [199.232.76.173] (port=37655 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nd1cv-0001cE-Fe for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 08:20:09 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nd1ct-0005FP-PU for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 08:20:09 -0500 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:35314) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nd1ct-0005Ep-FB for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 08:20:07 -0500 In-Reply-To: <4B6A2FC2.5020908@comcast.net> 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: Mark Elston Cc: emacs-orgmode@gnu.org 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