* postamble removal
@ 2012-03-25 20:42 prad
2012-03-26 15:29 ` Bastien
0 siblings, 1 reply; 4+ messages in thread
From: prad @ 2012-03-25 20:42 UTC (permalink / raw)
To: emacs-orgmode
this removes the author through a template:
#+OPTIONS: <:nil author:nil
is there a variable to remove the entire postamble?
is there a way i can add things to the postamble such as a horizontal line?
--
in friendship,
prad
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: postamble removal
2012-03-25 20:42 postamble removal prad
@ 2012-03-26 15:29 ` Bastien
2012-03-26 19:49 ` prad
0 siblings, 1 reply; 4+ messages in thread
From: Bastien @ 2012-03-26 15:29 UTC (permalink / raw)
To: prad; +Cc: emacs-orgmode
Hi Prad,
prad <prad@towardsfreedom.com> writes:
> this removes the author through a template:
> #+OPTIONS: <:nil author:nil
>
> is there a variable to remove the entire postamble?
(setq org-export-html-postamble nil)
> is there a way i can add things to the postamble such as a horizontal line?
(setq org-export-html-postamble "<hr />")
HTH,
--
Bastien
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: postamble removal
2012-03-26 15:29 ` Bastien
@ 2012-03-26 19:49 ` prad
2012-03-26 20:20 ` Bastien
0 siblings, 1 reply; 4+ messages in thread
From: prad @ 2012-03-26 19:49 UTC (permalink / raw)
To: emacs-orgmode
Bastien <bzg@gnu.org> writes:
> prad <prad@towardsfreedom.com> writes:
>
>> this removes the author through a template:
>> #+OPTIONS: <:nil author:nil
>>
>> is there a variable to remove the entire postamble?
>
> (setq org-export-html-postamble nil)
>
>> is there a way i can add things to the postamble such as a horizontal line?
>
> (setq org-export-html-postamble "<hr />")
>
thx bastien!
i was hoping i could do these things through org templates rather than
through the dotemacs file.
for instance, i can eliminate the author because it seems
author:nil
will nil out the author 'variable'.
is there something like this i can put into a org template for the other stuff?
--
in friendship,
prad
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: postamble removal
2012-03-26 19:49 ` prad
@ 2012-03-26 20:20 ` Bastien
0 siblings, 0 replies; 4+ messages in thread
From: Bastien @ 2012-03-26 20:20 UTC (permalink / raw)
To: prad; +Cc: emacs-orgmode
Hi Prad,
prad <prad@towardsfreedom.com> writes:
> i was hoping i could do these things through org templates rather than
> through the dotemacs file.
Well, you can bind variables in the Org file -- see #+BIND in the
Org manual.
> for instance, i can eliminate the author because it seems
> author:nil
> will nil out the author 'variable'.
>
> is there something like this i can put into a org template for the
> other stuff?
Hope this help -- let me know if the doc is missing something.
Best,
--
Bastien
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-03-26 20:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-25 20:42 postamble removal prad
2012-03-26 15:29 ` Bastien
2012-03-26 19:49 ` prad
2012-03-26 20:20 ` Bastien
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).