From: Ihor Radchenko <yantar92@posteo.net>
To: dongdigua <dongdigua@outlook.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] org-faq.org: rename org-export-htmlize-* options to org-html-htmlize-*
Date: Wed, 28 Jun 2023 17:06:49 +0000 [thread overview]
Message-ID: <875y77wm6u.fsf@localhost> (raw)
In-Reply-To: <PS2P216MB113830307EE638A1FF044F55A024A@PS2P216MB1138.KORP216.PROD.OUTLOOK.COM>
dongdigua <dongdigua@outlook.com> writes:
> sorry, my email client wrapped the lines
Thanks!
I looked into this again, and I can see that the FAQ entry is dubious.
> -** How can I preserve faces when I export an agenda from the command line?
> +** How can I preserve faces when I export an org file from the command line?
Note that the FAQ entry is talking both about exporting Org files and
also exporting agenda - two different code branches.
> @@ -3821,18 +3821,18 @@ does not have a display and therefore only rudimentary face
> definitions. If you'd like to use more complex styles, you'll have to
> make sure that the export process only assigns classes instead of
> direct color values. This can be done by binding the variable
> -=org-export-htmlize-output-style= to =css= for the duration of the
> +=org-html-htmlize-output-style= to =css= for the duration of the
`org-html-htmlize-output-type', not "-style".
> export, for example with
>
> : emacs -batch -l ~/.emacs
> -: -eval '(let ((org-export-htmlize-generate-css (quote css)))
> +: -eval '(let ((org-html-htmlize-generate-css (quote css)))
> : (org-batch-agenda "e"))'
And this example is talking specifically about agenda export, which is
relying on htmlize package. There, the css generation is controlled by
`htmlize-output-type', not by `org-html-htmlize-generate-css'.
So, we need a much more significant rewrite to make this FAQ entry up to
date.
[ org-faq is severely outdated, unfortunately. It would really be welcome
if some kind soul could review it and update things as needed. ]
> Then you can use a style file to make these classes look any way you
> like. To generate face definitions for a CSS file based on any faces
> you are currently using in Emacs, you can use the following command:
>
> -: M-x org-export-htmlize-generate-css RET
> +: M-x org-html-htmlize-generate-css RET
>
> This will generate a =<style>...</style>= section, the content of
> which you can add to your style file.
And in agenda, it will be org-agenda-export-html-style variable that has
to be set.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
next prev parent reply other threads:[~2023-06-28 17:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-28 15:29 [PATCH] org-faq.org: rename org-export-htmlize-* options to org-html-htmlize-* dongdigua
2023-06-28 17:06 ` Ihor Radchenko [this message]
2024-04-04 11:27 ` Ihor Radchenko
2024-04-04 19:55 ` Rudolf Adamkovič
2024-04-05 13:58 ` Ihor Radchenko
2024-04-12 18:00 ` Ihor Radchenko
-- strict thread matches above, loose matches on Subject: below --
2023-06-07 2:40 dongdigua
2023-06-14 12:22 ` Ihor Radchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=875y77wm6u.fsf@localhost \
--to=yantar92@posteo.net \
--cc=dongdigua@outlook.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).