From: Carsten Dominik <dominik@uva.nl>
To: Rustom Mody <rustompmody@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: A Bug(?) and a question
Date: Fri, 13 Jun 2008 15:58:52 +0200 [thread overview]
Message-ID: <62D000CB-3EF8-4F59-84A7-133C72A6212A@uva.nl> (raw)
In-Reply-To: <f46c52560806130629j46c17f91xedd8b0a0d11214f5@mail.gmail.com>
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
> <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
>
>
> _______________________________________________
> 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
prev parent reply other threads:[~2008-06-13 13:59 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
2008-06-13 13:58 ` Carsten Dominik [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=62D000CB-3EF8-4F59-84A7-133C72A6212A@uva.nl \
--to=dominik@uva.nl \
--cc=emacs-orgmode@gnu.org \
--cc=rustompmody@gmail.com \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.