Add a overline of title
This commit is contained in:
@@ -54,6 +54,7 @@
|
|||||||
|
|
||||||
reStructuredText:
|
reStructuredText:
|
||||||
#+BEGIN_SRC rst
|
#+BEGIN_SRC rst
|
||||||
|
=================================
|
||||||
This is the title of the document
|
This is the title of the document
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
|
|||||||
@@ -477,6 +477,7 @@ INFO is a plist used as a communication channel."
|
|||||||
((org-string-nw-p email) email)) title))
|
((org-string-nw-p email) email)) title))
|
||||||
(titleline (make-string (string-width title) ?=)))
|
(titleline (make-string (string-width title) ?=)))
|
||||||
(concat
|
(concat
|
||||||
|
titleline "\n"
|
||||||
title "\n"
|
title "\n"
|
||||||
titleline "\n"
|
titleline "\n"
|
||||||
(when (org-string-nw-p author) (concat "\n :Author: " author))
|
(when (org-string-nw-p author) (concat "\n :Author: " author))
|
||||||
|
|||||||
Reference in New Issue
Block a user