emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Rustom Mody
Subject: [Orgmode] Re: A Bug(?) and a question
Date: Fri, 13 Jun 2008 18:59:10 +0530

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




reply via email to

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