org.el: Fix missing angle brackets for muse export style.

* org.el (org-structure-template-alist): Fix missing angle
brackets for muse export style.

Thanks to Eric S Fraga for this fix.
This commit is contained in:
Bastien Guerry 2012-01-24 15:42:36 +01:00
parent 9b299af837
commit 3fa9b64a67
1 changed files with 2 additions and 2 deletions

View File

@ -11033,9 +11033,9 @@ This function can be used in a hook."
("q" "#+BEGIN_QUOTE\n?\n#+END_QUOTE"
"<quote>\n?\n</quote>")
("v" "#+BEGIN_VERSE\n?\n#+END_VERSE"
"<verse>\n?\n/verse>")
"<verse>\n?\n</verse>")
("c" "#+BEGIN_CENTER\n?\n#+END_CENTER"
"<center>\n?\n/center>")
"<center>\n?\n</center>")
("l" "#+BEGIN_LaTeX\n?\n#+END_LaTeX"
"<literal style=\"latex\">\n?\n</literal>")
("L" "#+LaTeX: "