diff --git a/README.org b/README.org index 4d6eaf5..ab3fca1 100644 --- a/README.org +++ b/README.org @@ -54,6 +54,7 @@ reStructuredText: #+BEGIN_SRC rst + ================================= This is the title of the document ================================= diff --git a/ox-rst.el b/ox-rst.el index 6650fbc..4e7a191 100644 --- a/ox-rst.el +++ b/ox-rst.el @@ -477,6 +477,7 @@ INFO is a plist used as a communication channel." ((org-string-nw-p email) email)) title)) (titleline (make-string (string-width title) ?=))) (concat + titleline "\n" title "\n" titleline "\n" (when (org-string-nw-p author) (concat "\n :Author: " author))