* org-html-htmlize-generate-css not including org htmlize synthetic faces
@ 2022-06-11 3:00 Steve Downey
2022-06-11 12:09 ` Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: Steve Downey @ 2022-06-11 3:00 UTC (permalink / raw)
To: org mode
[-- Attachment #1: Type: text/plain, Size: 598 bytes --]
It's been a very long time since I generated a css stylesheet, so I can't
easily bisect this issue.
org-html-htmlize-generate-css used to generate a stylesheet that included
styles for faces that only existed as part of export, such as
.org-comment {
/* font-lock-comment-face */
color: #7F9F7F;
}
or
.org-variable-name {
/* font-lock-variable-name-face */
color: #DFAF8F;
}
But now it seems it's just generating definitions for faces that org itself
defines, rather than basically everything, just prefixed with "org-",
the htmlize-css-name-prefix.
Has anyone else seen this?
[-- Attachment #2: Type: text/html, Size: 742 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-11 12:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-11 3:00 org-html-htmlize-generate-css not including org htmlize synthetic faces Steve Downey
2022-06-11 12:09 ` Ihor Radchenko
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).