ox-html.el (org-html-format-headline--wrap): Cosmetic change
* ox-html.el (org-html-format-headline--wrap): Cosmetic change.
This commit is contained in:
parent
bd4750f24a
commit
082023f833
|
@ -1824,9 +1824,8 @@ CONTENTS is nil. INFO is a plist holding contextual information."
|
||||||
|
|
||||||
;;;; Headline
|
;;;; Headline
|
||||||
|
|
||||||
(defun org-html-format-headline--wrap (headline info
|
(defun org-html-format-headline--wrap
|
||||||
&optional format-function
|
(headline info &optional format-function &rest extra-keys)
|
||||||
&rest extra-keys)
|
|
||||||
"Transcode a HEADLINE element from Org to HTML.
|
"Transcode a HEADLINE element from Org to HTML.
|
||||||
CONTENTS holds the contents of the headline. INFO is a plist
|
CONTENTS holds the contents of the headline. INFO is a plist
|
||||||
holding contextual information."
|
holding contextual information."
|
||||||
|
|
Loading…
Reference in New Issue