From 082023f833c8304c2c9354a71a8b0a47586c1bc2 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 24 Feb 2013 19:25:58 +0100 Subject: [PATCH] ox-html.el (org-html-format-headline--wrap): Cosmetic change * ox-html.el (org-html-format-headline--wrap): Cosmetic change. --- lisp/ox-html.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 297b1381a..d06c90a21 100644 --- a/lisp/ox-html.el +++ b/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."