From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Failed to create radio tables Date: Sun, 11 Jul 2010 08:17:56 +0200 Message-ID: <87vd8mfsob.wl%n.goaziou@gmail.com> References: <447823.81910.qm@web33204.mail.mud.yahoo.com> <653.1278790001@gamaville.dokosmarshall.org> <3414.1278798512@gamaville.dokosmarshall.org> <87wrt3ezvd.wl%n.goaziou@gmail.com> <27765.1278820940@gamaville.dokosmarshall.org> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=46856 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXprZ-0004qo-0t for emacs-orgmode@gnu.org; Sun, 11 Jul 2010 02:18:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OXprX-0003VM-Oe for emacs-orgmode@gnu.org; Sun, 11 Jul 2010 02:18:04 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:41162) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXprX-0003VG-HH for emacs-orgmode@gnu.org; Sun, 11 Jul 2010 02:18:03 -0400 Received: by wyj26 with SMTP id 26so3014377wyj.0 for ; Sat, 10 Jul 2010 23:18:02 -0700 (PDT) In-Reply-To: <27765.1278820940@gamaville.dokosmarshall.org> 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org, Angel Popov Hello, >>>>> Nick Dokos writes: > Second, the name of the list ("to-buy") includes a dash, but the > regexp in org-list-send-list does not match it: it works better if > the dash is replaced by an underscore in the example, but maybe the > regexp should be made more general. I've already corrected this and the problem of nested lists you're talking about in my branch redefining lists. The regexp was indeed too specific: it is now on par with the one used in ORGTBL. I also redefined org-list-radio-list-templates as they were inserting a table and not a list. About the binding, C-c C-c is not a good choice (do I want to send list or toggle check-box?). Anyway it should belong to orgstruct-mode, IMO. Regards, -- Nicolas