【发布时间】:2012-03-16 18:45:30
【问题描述】:
我正在使用 org-mode 创建一个网站,并希望格式化 postamble,使其仅在页面底部、中心和水平位置显示创建日期和创建者。
在我的 .emacs 中有
(setq org-export-html-postamble-format "Last Updated %d. Created by %c")
在我的 index.org(和所有其他页面)的顶部,我有
# -*- org-export-html-postamble:t; -*-
postamble 目前的格式如下:
日期:2012 年 3 月 16 日
Org 版本 7.8.03 和 Emacs 版本 24
验证 XHTML 1.0
垂直排列,我不太喜欢。
【问题讨论】:
-
你能写/添加一个明确的例子吗?
-
(setq org-export-html-postamble-format '(("en" "Last Updated %d. Created by Org-Mode in Emacs. May the Force be with you.")))