* HTML export headers
@ 2011-09-03 0:11 Aditya Mandayam
2011-09-03 2:32 ` Jambunathan K
0 siblings, 1 reply; 3+ messages in thread
From: Aditya Mandayam @ 2011-09-03 0:11 UTC (permalink / raw)
To: emacs-orgmode
Hello,
HTML export produces the following header right now, for example:
<!doctype html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
lang="en" xml:lang="en">
<head>
<title>XXX YYY ZZZtitle>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<meta name="generator" content="Org-mode"/>
<meta name="generated" content="2011-08-29 23:22:30 CEST"/>
<meta name="author" content="PPP QQQ"
<meta name="description" content=""/>
<meta name="keywords" content=""/>
Is there anyway to customise this?
Muchas gracias,
A
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: HTML export headers
2011-09-03 0:11 HTML export headers Aditya Mandayam
@ 2011-09-03 2:32 ` Jambunathan K
2011-09-08 9:11 ` Aditya Mandayam
0 siblings, 1 reply; 3+ messages in thread
From: Jambunathan K @ 2011-09-03 2:32 UTC (permalink / raw)
To: Aditya Mandayam; +Cc: emacs-orgmode
Aditya Mandayam <adityams@gmail.com> writes:
> Hello,
>
> HTML export produces the following header right now, for example:
> Is there anyway to customise this?
M-x customize-group RET org-export-html RET
Look at all the options and see whether something interests you.
Or you can do
M-: (find-file (locate-library "org-html.el"))
and search for the specific string that you are querying for. Look
around to see where the nearby `defcustom' are.
Option 2 is likely to fast and efficient.
Jambunathan K.
> Muchas gracias,
>
> A
>
>
--
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: HTML export headers
2011-09-03 2:32 ` Jambunathan K
@ 2011-09-08 9:11 ` Aditya Mandayam
0 siblings, 0 replies; 3+ messages in thread
From: Aditya Mandayam @ 2011-09-08 9:11 UTC (permalink / raw)
To: Aditya Mandayam, emacs-orgmode
i don;t see a defcustim to customize the meta tags generated in the
html header, any clues?
On Sat, Sep 3, 2011 at 04:32, Jambunathan K <kjambunathan@gmail.com> wrote:
> Aditya Mandayam <adityams@gmail.com> writes:
>
>> Hello,
>>
>> HTML export produces the following header right now, for example:
>> Is there anyway to customise this?
>
> M-x customize-group RET org-export-html RET
>
> Look at all the options and see whether something interests you.
>
> Or you can do
>
> M-: (find-file (locate-library "org-html.el"))
>
> and search for the specific string that you are querying for. Look
> around to see where the nearby `defcustom' are.
>
> Option 2 is likely to fast and efficient.
>
> Jambunathan K.
>
>> Muchas gracias,
>>
>> A
>>
>>
>
> --
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-09-08 9:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-03 0:11 HTML export headers Aditya Mandayam
2011-09-03 2:32 ` Jambunathan K
2011-09-08 9:11 ` Aditya Mandayam
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.