Nice idea, thanks.

- Carsten

On Jun 13, 2008, at 3:29 PM, Rustom Mody wrote:

On Fri, Jun 13, 2008 at 12:23 PM, Rustom Mody <[EMAIL PROTECTED]> 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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to