* Option to turning off the last line in HTML export postamble
@ 2008-06-25 19:43 Wanrong Lin
2008-06-25 21:10 ` Renzo Been :-)
2008-06-26 4:06 ` Carsten Dominik
0 siblings, 2 replies; 7+ messages in thread
From: Wanrong Lin @ 2008-06-25 19:43 UTC (permalink / raw)
To: emacs-orgmode
Hi,
For some of my org files, I don't want the following line to show up in
my HTML export:
"HTML generated by org-mode 6.05b in emacs 22"
Is there an option to turn it off? I looked at the org source code and
it seems the answer is no. Can a new option be added for it? Thanks a
lot for considering this suggestion.
Wanrong
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Option to turning off the last line in HTML export postamble
2008-06-25 19:43 Option to turning off the last line in HTML export postamble Wanrong Lin
@ 2008-06-25 21:10 ` Renzo Been :-)
2008-06-25 22:28 ` Wanrong Lin
2008-06-26 4:06 ` Carsten Dominik
1 sibling, 1 reply; 7+ messages in thread
From: Renzo Been :-) @ 2008-06-25 21:10 UTC (permalink / raw)
To: emacs-orgmode
Wanrong Lin <wanrong.lin <at> gmail.com> writes:
>
> Hi,
>
> For some of my org files, I don't want the following line to show up in
> my HTML export:
>
> "HTML generated by org-mode 6.05b in emacs 22"
>
> Is there an option to turn it off? I looked at the org source code and
> it seems the answer is no. Can a new option be added for it? Thanks a
> lot for considering this suggestion.
>
> Wanrong
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode <at> gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
Yes, it's right there in the manual...
add the following line to your .emacs
(setq org-export-html-auto-postamble 'nil)
That should do the trick
Ciao,
Renzo
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Re: Option to turning off the last line in HTML export postamble
2008-06-25 21:10 ` Renzo Been :-)
@ 2008-06-25 22:28 ` Wanrong Lin
2008-06-26 6:15 ` Renzo Been :-)
0 siblings, 1 reply; 7+ messages in thread
From: Wanrong Lin @ 2008-06-25 22:28 UTC (permalink / raw)
To: emacs-orgmode
> Yes, it's right there in the manual...
>
> add the following line to your .emacs
>
> (setq org-export-html-auto-postamble 'nil)
>
> That should do the trick
>
> Ciao,
> Renzo
>
>
>
>
Thanks for pointing it out, but that is not exactly what I wanted.
(setq org-export-html-auto-postamble 'nil)
will remove the whole postamble, including the creating date, author and
etc, which I do want to keep. I just want to turn off the line stating
the file is created by org-mode on emacs.
Wanrong
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Option to turning off the last line in HTML export postamble
2008-06-25 19:43 Option to turning off the last line in HTML export postamble Wanrong Lin
2008-06-25 21:10 ` Renzo Been :-)
@ 2008-06-26 4:06 ` Carsten Dominik
1 sibling, 0 replies; 7+ messages in thread
From: Carsten Dominik @ 2008-06-26 4:06 UTC (permalink / raw)
To: Wanrong Lin; +Cc: emacs-orgmode
After the next git pull you will have an option org-export-creator-
info, and it corresponds to the publishing property :creator-info.
HTH
- Carsten
On Jun 25, 2008, at 9:43 PM, Wanrong Lin wrote:
> Hi,
>
> For some of my org files, I don't want the following line to show up
> in my HTML export:
>
> "HTML generated by org-mode 6.05b in emacs 22"
>
> Is there an option to turn it off? I looked at the org source code
> and it seems the answer is no. Can a new option be added for it?
> Thanks a lot for considering this suggestion.
>
> Wanrong
>
>
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Option to turning off the last line in HTML export postamble
2008-06-25 22:28 ` Wanrong Lin
@ 2008-06-26 6:15 ` Renzo Been :-)
2008-06-26 12:03 ` Sebastian Rose
0 siblings, 1 reply; 7+ messages in thread
From: Renzo Been :-) @ 2008-06-26 6:15 UTC (permalink / raw)
To: emacs-orgmode
Wanrong Lin <wanrong.lin <at> gmail.com> writes:
>
>
> > Yes, it's right there in the manual...
> >
> > add the following line to your .emacs
> >
> > (setq org-export-html-auto-postamble 'nil)
> >
> > That should do the trick
> >
> > Ciao,
> > Renzo
> >
> >
> >
> >
> Thanks for pointing it out, but that is not exactly what I wanted.
>
> (setq org-export-html-auto-postamble 'nil)
>
> will remove the whole postamble, including the creating date, author and
> etc, which I do want to keep. I just want to turn off the line stating
> the file is created by org-mode on emacs.
>
> Wanrong
>
You're right
Maybe this could be solved if the line:
"HTML generated by org-mode 6.05b in emacs 22"
gets it's own class specified during html-export?
Then it could be hidden via css-support...
Could that be done somehow???
Ciao,
Renzo
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Re: Option to turning off the last line in HTML export postamble
2008-06-26 6:15 ` Renzo Been :-)
@ 2008-06-26 12:03 ` Sebastian Rose
2008-06-26 14:26 ` Wanrong Lin
0 siblings, 1 reply; 7+ messages in thread
From: Sebastian Rose @ 2008-06-26 12:03 UTC (permalink / raw)
To: [emacs-orgmode]
[-- Attachment #1: Type: text/plain, Size: 1315 bytes --]
How about:
#postamble p { display:none; visibility:hidden; }
#postamble p.author { display:block; visibility:visible; }
#postamble p.date { display:block; visibility:visible; }
Renzo Been :-) schrieb:
> Wanrong Lin <wanrong.lin <at> gmail.com> writes:
>
>>
>>> Yes, it's right there in the manual...
>>>
>>> add the following line to your .emacs
>>>
>>> (setq org-export-html-auto-postamble 'nil)
>>>
>>> That should do the trick
>>>
>>> Ciao,
>>> Renzo
>>>
>>>
>>>
>>>
>> Thanks for pointing it out, but that is not exactly what I wanted.
>>
>> (setq org-export-html-auto-postamble 'nil)
>>
>> will remove the whole postamble, including the creating date, author and
>> etc, which I do want to keep. I just want to turn off the line stating
>> the file is created by org-mode on emacs.
>>
>> Wanrong
>>
>
> You're right
>
> Maybe this could be solved if the line:
> "HTML generated by org-mode 6.05b in emacs 22"
> gets it's own class specified during html-export?
> Then it could be hidden via css-support...
>
> Could that be done somehow???
>
> Ciao,
> Renzo
>
>
>
>
>
>
> _______________________________________________
> 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
>
[-- Attachment #2: sebastian_rose.vcf --]
[-- Type: text/x-vcard, Size: 499 bytes --]
begin:vcard
fn:Sebastian Rose
n:Rose;Sebastian
email;internet:sebastian_rose@gmx.de
title:Fachinformatiker/Anwendendungsentwicklung
tel;cell:+49 173 / 83 93 417
note;quoted-printable:Entwicklung von Internetanwendungen und Programmen mit freien Werkzeu=
gen und Bibliotheken.=0D=0A=
=0D=0A=
PHP, Java, C/C++, Bash, Perl, Apache, MySQL, PostgreSQL, xt::commerce=
, Typo3, Server, Netzwerk, Desktop, Datenbank, gtkmm=0D=0A=
x-mozilla-html:FALSE
version:2.1
end:vcard
[-- Attachment #3: Type: text/plain, Size: 204 bytes --]
_______________________________________________
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Re: Option to turning off the last line in HTML export postamble
2008-06-26 12:03 ` Sebastian Rose
@ 2008-06-26 14:26 ` Wanrong Lin
0 siblings, 0 replies; 7+ messages in thread
From: Wanrong Lin @ 2008-06-26 14:26 UTC (permalink / raw)
Cc: [emacs-orgmode]
Thanks a lot for all your replies and suggestions. Carsten put in a new
option for it, so I will just use that until more sophisticated needs
come up.
Wanrong
Sebastian Rose wrote:
> How about:
>
>
> #postamble p { display:none; visibility:hidden; }
> #postamble p.author { display:block; visibility:visible; }
> #postamble p.date { display:block; visibility:visible; }
>
>
>
> Renzo Been :-) schrieb:
>> Wanrong Lin <wanrong.lin <at> gmail.com> writes:
>>
>>>
>>>> Yes, it's right there in the manual...
>>>>
>>>> add the following line to your .emacs
>>>>
>>>> (setq org-export-html-auto-postamble 'nil)
>>>>
>>>> That should do the trick
>>>>
>>>> Ciao,
>>>> Renzo
>>>>
>>>>
>>>>
>>>>
>>> Thanks for pointing it out, but that is not exactly what I wanted.
>>>
>>> (setq org-export-html-auto-postamble 'nil)
>>>
>>> will remove the whole postamble, including the creating date, author
>>> and etc, which I do want to keep. I just want to turn off the line
>>> stating the file is created by org-mode on emacs.
>>>
>>> Wanrong
>>>
>>
>> You're right
>>
>> Maybe this could be solved if the line:
>> "HTML generated by org-mode 6.05b in emacs 22"
>> gets it's own class specified during html-export?
>> Then it could be hidden via css-support...
>>
>> Could that be done somehow???
>>
>> Ciao,
>> Renzo
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> 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
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-06-26 14:26 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-25 19:43 Option to turning off the last line in HTML export postamble Wanrong Lin
2008-06-25 21:10 ` Renzo Been :-)
2008-06-25 22:28 ` Wanrong Lin
2008-06-26 6:15 ` Renzo Been :-)
2008-06-26 12:03 ` Sebastian Rose
2008-06-26 14:26 ` Wanrong Lin
2008-06-26 4:06 ` Carsten Dominik
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).