組織ファイルを html にエクスポートしています。Emacs 24 で Org-mode 7.9.3f を使用しています。
ポストアンブルでカスタムの時間形式を取得するにはどうすればよいですか?
変数 org-export-html-postamble-format を設定してみました
(setq org-export-html-postamble-format
'(("en" "<p class=\"date\">Date: %d</p>")))
時刻の形式は次のようになります: 2013-07-16T21:20+0200
2013-07-16、つまり %y-%m-%d という日付のみが必要です。