emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Rustom Mody" <rustompmody@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: A Bug(?) and a question
Date: Fri, 13 Jun 2008 18:59:10 +0530	[thread overview]
Message-ID: <f46c52560806130629j46c17f91xedd8b0a0d11214f5@mail.gmail.com> (raw)
In-Reply-To: <f46c52560806122353s7c35c91ar79b29b1e44dd8ed6@mail.gmail.com>

On Fri, Jun 13, 2008 at 12:23 PM, Rustom Mody <rustompmody@gmail.com> 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 "<p class=\"date\"> "
 		    (nth 2 lang-words) ": "
 		    date "</p>\n"))
+	  (insert (format "Auto-generated by org-mode %s in emacs %s"
+			  org-version emacs-major-version))
 	  (insert "</div>"))

 	(if org-export-html-with-timestamp

  parent reply	other threads:[~2008-06-13 13:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-13  6:53 A Bug(?) and a question Rustom Mody
2008-06-13  8:24 ` Carsten Dominik
2008-06-13 13:29 ` Rustom Mody [this message]
2008-06-13 13:58   ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f46c52560806130629j46c17f91xedd8b0a0d11214f5@mail.gmail.com \
    --to=rustompmody@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).