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

>From dff3343a8989f1f280fdf15f64bcf47ba9ac7f56 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <n.goaz...@gmail.com>
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 "<!-- BEGIN RECEIVE ORGLST %n -->
 <!-- END RECEIVE ORGLST %n -->
 <!--
 #+ORGLST: SEND %n org-list-to-html
-| | |
+-
 -->\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

_______________________________________________
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

Reply via email to