From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos 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, 08 Oct 2014 17:54:24 -0400 Message-ID: <87y4sq9qi7.fsf@alphaville.bos.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbzC5-0006qE-Q5 for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 17:54:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbzBx-0002eF-8n for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 17:54:49 -0400 Received: from plane.gmane.org ([80.91.229.3]:55502) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbzBx-0002e9-1l for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 17:54:41 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XbzBt-00061B-SQ for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 23:54:37 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Oct 2014 23:54:37 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Oct 2014 23:54:37 +0200 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 Gitsis Christos writes: > 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. > Adding #+DATE: .... to your file would fill it in, but it probably should have a default. > 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? > #+AUTHOR: A.U. Thor -- Nick