emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: A Bug(?) and a question


From: Carsten Dominik
Subject: Re: [Orgmode] Re: A Bug(?) and a question
Date: Fri, 13 Jun 2008 15:58:52 +0200

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 <address@hidden> 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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

[Prev in Thread] Current Thread [Next in Thread]