From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Failed to create radio tables Date: Sun, 11 Jul 2010 00:02:20 -0400 Message-ID: <27765.1278820940@gamaville.dokosmarshall.org> 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> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=34817 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXnkS-0004hX-QX for emacs-orgmode@gnu.org; Sun, 11 Jul 2010 00:02:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OXnkR-00061Y-I8 for emacs-orgmode@gnu.org; Sun, 11 Jul 2010 00:02:36 -0400 Received: from vms173001pub.verizon.net ([206.46.173.1]:50629) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXnkR-00061S-Bd for emacs-orgmode@gnu.org; Sun, 11 Jul 2010 00:02:35 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L5D00416KJXJA30@vms173001.mailsrvcs.net> for emacs-orgmode@gnu.org; Sat, 10 Jul 2010 23:02:21 -0500 (CDT) In-reply-to: Message from Nicolas Goaziou of "Sun, 11 Jul 2010 00:27:50 +0200." <87wrt3ezvd.wl%n.goaziou@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: Nicolas Goaziou Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org, Angel Popov Nicolas Goaziou wrote: > Hello, > >>>>> Nick Dokos writes: > > > Afaict, the only thing missing is the handy C-c C-c keybinding - or > > am I wrong about this too? > > You're right. There is no keybinding for that. Though, as a little > relief, with proper completion, M-x olsl TAB RET is enough. > BTW, Angel was reading appending A.5.4 (not A.5.2 as I mistakenly assumed) and afaict, he is right: first of all, there is a typo in the appendix (ORGLIST vs ORGLST); 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. But the appendix also claims that C-c C-c on the first element of the list *should* work, and I don't think it does - but it's not clear to me what minor mode(s) should be in operation in order for this to work. What binding should I expect for C-C C-c at that poing? Thanks, Nick