浏览代码

ox-html.el (org-html-format-headline--wrap): Cosmetic change

* ox-html.el (org-html-format-headline--wrap): Cosmetic
change.
Bastien Guerry 12 年之前
父节点
当前提交
082023f833
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      lisp/ox-html.el

+ 2 - 3
lisp/ox-html.el

@@ -1824,9 +1824,8 @@ CONTENTS is nil.  INFO is a plist holding contextual information."
 
 ;;;; Headline
 
-(defun org-html-format-headline--wrap (headline info
-						  &optional format-function
-						  &rest extra-keys)
+(defun org-html-format-headline--wrap
+  (headline info &optional format-function &rest extra-keys)
   "Transcode a HEADLINE element from Org to HTML.
 CONTENTS holds the contents of the headline.  INFO is a plist
 holding contextual information."