From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Failed to create radio tables Date: Mon, 12 Jul 2010 14:44:51 +0200 Message-ID: <87sk3og98c.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> <87vd8mfsob.wl%n.goaziou@gmail.com> <623314F5-A65C-409D-B865-41D190F00D56@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Mon_Jul_12_14:44:50_2010-1" Return-path: Received: from [140.186.70.92] (port=46327 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYITm-0000dp-0P for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 08:51:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYINZ-0000RX-Jp for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 08:45:06 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:65112) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYINZ-0000R5-Dh for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 08:45:01 -0400 Received: by wyj26 with SMTP id 26so3734557wyj.0 for ; Mon, 12 Jul 2010 05:45:00 -0700 (PDT) In-Reply-To: <623314F5-A65C-409D-B865-41D190F00D56@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: Carsten Dominik Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org, Angel Popov --Multipart_Mon_Jul_12_14:44:50_2010-1 Content-Type: text/plain; charset=US-ASCII I forgot to post changes in templates. Btw, it seems that you reverted changes in documentation in 94689a04b00f88932e63024ae29bacea4dbcc752, but it is still #+ORGLST and not #+ORGLIST. Regards, -- Nicolas --Multipart_Mon_Jul_12_14:44:50_2010-1 Content-Type: text/plain; type=patch; charset=US-ASCII Content-Disposition: attachment; filename="0001-Fix-templates-for-radio-list.patch" Content-Transfer-Encoding: 7bit >From dff3343a8989f1f280fdf15f64bcf47ba9ac7f56 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 12 Jul 2010 14:40:18 +0200 Subject: [PATCH] Fix templates for radio list. * lisp/org-list.el (org-list-radio-list-templates): Fix templates. --- lisp/org-list.el | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-list.el b/lisp/org-list.el index 0a51ca7..49b8e2b 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -195,19 +195,19 @@ When the indentation would be larger than this, it will become % END RECEIVE ORGLST %n \\begin{comment} #+ORGLST: SEND %n org-list-to-latex -| | | +- \\end{comment}\n") (texinfo-mode "@c BEGIN RECEIVE ORGLST %n @c END RECEIVE ORGLST %n @ignore #+ORGLST: SEND %n org-list-to-texinfo -| | | +- @end ignore\n") (html-mode " \n")) "Templates for radio lists in different major modes. All occurrences of %n in a template will be replaced with the name of the -- 1.7.1.1 --Multipart_Mon_Jul_12_14:44:50_2010-1 Content-Type: text/plain; charset=US-ASCII --Multipart_Mon_Jul_12_14:44:50_2010-1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Multipart_Mon_Jul_12_14:44:50_2010-1--