gpt4 book ai didi

emacs - 如何让 htmlize.el 在 Emacs 组织模式下为项目发布工作?

转载 作者:行者123 更新时间:2023-12-02 09:42:43 24 4
gpt4 key购买 nike

我想在 Emacs 组织模式中发布一个项目,其中包含几个 .html 文件。
其中有一些我想强调的 python 代码示例。
但是 htmlize.el 不会为我这样做。
奇怪的是,当导出单个 .html 文件时(使用 C-c C-e h ),代码示例被突出显示。
那么我怎样才能让 htmlize.el 为项目发布工作呢?

最佳答案

在您的 org-publish-project-alist ,设置 htmlized-source属性为非零:

(setq org-publish-project-alist
'(("my-project"
:base-directory ...
:htmlized-source t
...
)))

Publishing action组织模式手册的部分。

关于emacs - 如何让 htmlize.el 在 Emacs 组织模式下为项目发布工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4342226/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com