Alan Schmitt writes:
> n.goaz...@gmail.com writes:
>
>> Hello,
>>
>> Alan Schmitt writes:
>>
>>> I would like to inline a css when exporting a file to html, but I don't
>>> know how to tell org-mode to set the variable org-html-head from within
>>> the file.
>>>
>>> Here is what I tried: I added
mylesengl...@gmail.com writes:
> Hi Alan,
>
> Alan Schmitt writes:
>
>> Is there a way to have arbitrary code stored in the file being exported
>> being evaluated before an export?
>
> I think you can use org-export-before-processing-hook for this.
Thank you for the suggestion. My question would
n.goaz...@gmail.com writes:
> Hello,
>
> Alan Schmitt writes:
>
>> I would like to inline a css when exporting a file to html, but I don't
>> know how to tell org-mode to set the variable org-html-head from within
>> the file.
>>
>> Here is what I tried: I added the following block at the beginni
Hello,
Alan Schmitt writes:
> I would like to inline a css when exporting a file to html, but I don't
> know how to tell org-mode to set the variable org-html-head from within
> the file.
>
> Here is what I tried: I added the following block at the beginning of my
> file:
>
> #+BEGIN_SRC emacs-l
Hi Alan,
Alan Schmitt writes:
> Is there a way to have arbitrary code stored in the file being exported
> being evaluated before an export?
I think you can use org-export-before-processing-hook for this.
"""
12.13 Advanced configuration
Hooks
-
Two hooks are
Hello,
I would like to inline a css when exporting a file to html, but I don't
know how to tell org-mode to set the variable org-html-head from within
the file.
Here is what I tried: I added the following block at the beginning of my
file:
--8<---cut here---start-