فهرست منبع

Fix title page template.

* contrib/lisp/ox-s5.el (org-s5-title-slide-template): Per Arne
  Babenhauserheide, the heading levels on the default title slide
  template were wrong per the S5 spec.
Rick Frankel 12 سال پیش
والد
کامیت
4e1d72360f
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      contrib/lisp/ox-s5.el

+ 2 - 2
contrib/lisp/ox-s5.el

@@ -174,8 +174,8 @@ or an empty string."
 (defcustom org-s5-title-slide-template
   "<h1>%t</h1>
 <h2>%a</h2>
-<h2>%e</h2>
-<h2>%d</h2>"
+<h3>%e</h3>
+<h4>%d</h4>"
   "Format template to specify title page section.
 See `org-html-postamble-format' for the valid elements which
 can be included.