diff options
-rw-r--r-- | org-conf.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/org-conf.el b/org-conf.el index 3eed2ec..142f8ac 100644 --- a/org-conf.el +++ b/org-conf.el @@ -616,7 +616,7 @@ CC BY-SA </a>.")) "<p class=\"copyleft\">%s</p> <p class=\"author\">Author: %s</p> <p class=\"email\">Email: %s</p> -<p class=\"date\">Created: %s</p> +<p class=\"date\">Date: %s</p> <p class=\"creator\">%s</p> <p class=\"validation\">%s</p>" copyleft @@ -1097,6 +1097,8 @@ title." (cond ((search-forward "<style>" nil t) (replace-match "<style type=\"text/css\">"))) + (while (search-forward " role=\"doc-toc\"" nil t) + (replace-match "")) (goto-char (point-min)) (cond ((search-forward "h1 class=\"title\"" nil t) |