From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rustom Mody" Subject: Re: A Bug(?) and a question Date: Fri, 13 Jun 2008 18:59:10 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K79L9-000442-24 for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 09:29:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K79L7-00043G-LG for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 09:29:14 -0400 Received: from [199.232.76.173] (port=33062 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K79L6-00043D-Kh for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 09:29:12 -0400 Received: from rv-out-0708.google.com ([209.85.198.248]:64676) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K79L7-0000Pm-0A for emacs-orgmode@gnu.org; Fri, 13 Jun 2008 09:29:13 -0400 Received: by rv-out-0708.google.com with SMTP id k29so4833562rvb.6 for ; Fri, 13 Jun 2008 06:29:11 -0700 (PDT) In-Reply-To: Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Fri, Jun 13, 2008 at 12:23 PM, Rustom Mody wrote: > How easy is it to have a tail line (in the generated html) which says > something like the following? > > Auto-generated by org mode in emacs > > I can use #+TEXT: > but this puts the text at the top > > Thanks > > Rustom > To answer my own question: Ive just done this. Added an 'insert' to org-exp.el. Below is the output of a diff -u @@ -3022,6 +3022,8 @@ (insert "

" (nth 2 lang-words) ": " date "

\n")) + (insert (format "Auto-generated by org-mode %s in emacs %s" + org-version emacs-major-version)) (insert "")) (if org-export-html-with-timestamp