Hi Robert,

Robert Klein <rokl...@roklein.de> writes:

>> I think you just need to change
>>
>>    :preamble "my preamble"
>>
>> to
>>
>>    :html-preamble "my preamble"
>>
>> and similarly for postamble, so no elisp necessary.

Yes, that's it.

> Your suggestion works, but I had to polish my escapes in the format string,
> e.g.
>     width=\"20\%\"
> now has to be
>     width=\"20\%%\"
>
> because of the format-spec function used instead of org-replace-escapes.
>
> Probably will have to be careful with the sitemap also; there was a patch
> on Feb. 11, which also uses format-spec.

I've added explanations on how to escape the % character in such
variables, thanks for spotting this.

-- 
 Bastien

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to