From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gitsis Christos Subject: Re: Bug: customizing HTML export postamble [8.2.7c (8.2.7c-61-g4b9146-elpa @ /home/christos/.emacs.d/elpa/org-20140908/)] Date: Wed, 8 Oct 2014 21:45:54 +0300 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbwHP-0001gL-Bj for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 14:48:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbwHN-0000mV-Nt for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 14:48:07 -0400 Received: from mail-ig0-x22f.google.com ([2607:f8b0:4001:c05::22f]:39823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbwHN-0000k5-5n for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 14:48:05 -0400 Received: by mail-ig0-f175.google.com with SMTP id uq10so8466699igb.14 for ; Wed, 08 Oct 2014 11:48:04 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, I want to correct a mistake I had made before, actually a blunder from my p= art. I was trying to translate the postamble in HTML export in order to translate it in greek and I faced an issue. 1) Setting org-html-postamble to auto generates a postamble different than setting it to t and leaving org-html-postamble-format to default. The differences are a) the date string is "Created:" in the first case and "Date:" in the second, and b) most importantly, in the second case the Date does not show up at all. 2) I would also like to ask about the author field in the postamble of my index page. It was different (strangely, it was my linux username@my hostname, but ok, I guess, since my index.org is automatically generated and I have no author set for it) How can I set it by the way? ------------------------------------------------------------------------ Emacs : GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.12.2) of 2014-09-12 on gandalf Package: Org-mode version 8.2.7c (8.2.7c-61-g4b9146-elpa @ /home/christos/.emacs.d/elpa/org-20140908/) current state: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (setq org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook) org-occur-hook '(org-first-headline-recenter) org-metaup-hook '(org-babel-load-in-session-maybe) org-html-format-drawer-function '(lambda (name contents) contents) org-latex-format-inlinetask-function 'ignore org-confirm-shell-link-function 'yes-or-no-p org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default org-export-date-timestamp-format "%Y-%m-%d" org-latex-format-headline-function 'org-latex-format-headline-default-func= tion org-after-todo-state-change-hook '(org-clock-out-if-current) org-latex-format-drawer-function '(lambda (name contents) contents) org-from-is-user-regexp nil org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-babel-pre-tangle-hook '(save-buffer) org-export-copy-to-kill-ring t org-mode-hook '(#[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5] #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-babel-show-result-all append local] 5] org-babel-result-hide-spec org-babel-hide-all-hashes) org-export-with-tags 'not-in-toc org-ascii-format-drawer-function '(lambda (name contents width) contents) org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-hide-inline-tasks org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-export-with-drawers nil org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-html-format-headline-function 'ignore org-babel-load-languages '((ditaa . t)) org-html-format-inlinetask-function 'ignore org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-publish-project-alist '(("website" :components ("website-content")) ("website-content" :language "el" :base-directory "~/org/chessblog/" :base-extension "org" :publishing-directory "~/public_html/chessblog/" :recursive t :publishing-function org-html-publish-to-html :export-with-tags nil :headline-levels 3 :with-toc t :section-numbers nil :auto-sitemap t :sitemap-filename "index.org" :sitemap-title "=CE=A3=CE=BA=CE=B1=CE=BA=CE=B9=CF=83=CF=84=CE=B9=CE=BA= =CE=AE =CE=A0=CF=81=CE=BF=CF=80=CF=8C=CE=BD=CE=B7=CF=83=CE=B7" :timestamp t= :exclude-tags ("noexport" "todo") :exclude "data.org" :html-head-include-default-style nil :html-html5-fancy t :html-link-use-abs-url t :html-link-home "." :html-head " ") ) )