0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 14:46:27 +00:00

Fix radio list templates

* lisp/org-list.el (org-list-radio-list-templates): Fix templates.
This commit is contained in:
Nicolas Goaziou 2010-07-12 14:44:51 +02:00 committed by Carsten Dominik
parent c1efc0a1d7
commit 3d69093339

View file

@ -195,19 +195,19 @@ When the indentation would be larger than this, it will become
% END RECEIVE ORGLST %n % END RECEIVE ORGLST %n
\\begin{comment} \\begin{comment}
#+ORGLST: SEND %n org-list-to-latex #+ORGLST: SEND %n org-list-to-latex
| | | -
\\end{comment}\n") \\end{comment}\n")
(texinfo-mode "@c BEGIN RECEIVE ORGLST %n (texinfo-mode "@c BEGIN RECEIVE ORGLST %n
@c END RECEIVE ORGLST %n @c END RECEIVE ORGLST %n
@ignore @ignore
#+ORGLST: SEND %n org-list-to-texinfo #+ORGLST: SEND %n org-list-to-texinfo
| | | -
@end ignore\n") @end ignore\n")
(html-mode "<!-- BEGIN RECEIVE ORGLST %n --> (html-mode "<!-- BEGIN RECEIVE ORGLST %n -->
<!-- END RECEIVE ORGLST %n --> <!-- END RECEIVE ORGLST %n -->
<!-- <!--
#+ORGLST: SEND %n org-list-to-html #+ORGLST: SEND %n org-list-to-html
| | | -
-->\n")) -->\n"))
"Templates for radio lists in different major modes. "Templates for radio lists in different major modes.
All occurrences of %n in a template will be replaced with the name of the All occurrences of %n in a template will be replaced with the name of the