> IMO, Org should document that org-agenda-write uses ps-print and
> ps2pdf, so that users could know where to look for cause of trouble
> and which parts to customize to work around these problems.
I agree with you. Things would have been a bit simpler, and perhaps
even friendlier, if I had st
> Cc: 73...@debbugs.gnu.org
> Date: Tue, 10 Sep 2024 16:51:28 +0300
> From: Eli Zaretskii
>
> However: I last used this with Emacs 21, which is before Emacs was
> converted to Unicode-based treatment of non-ASCII characters. So it
> is possible that the above will not work with the current codeb
> Cc: 73...@debbugs.gnu.org
> From: Ihor Radchenko
> Date: Tue, 10 Sep 2024 06:19:41 +
>
> Serghei Iakovlev via "Bug reports for GNU Emacs, the Swiss army knife of
> text editors" writes:
>
> > --8<---cut here---start->8---
> > (require 'ps-print)
> > (ps
> Date: Mon, 09 Sep 2024 22:38:13 +
> From: Serghei Iakovlev via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors"
>
> I’m reaching out because I’ve hit a wall after spending many hours
> debugging what seemed like a straightforward issue but turned out to
> be a rabbit ho
Serghei Iakovlev via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" writes:
> --8<---cut here---start->8---
> (require 'ps-print)
> (ps-print-buffer-with-faces
> (concat (file-name-sans-extension file) ".ps"))
> (call-process "ps2pdf" nil n
Hello,
Meta: This message was originally posted to the help-gnu-emacs
mailing list, but I suspect that it may have gone unanswered because
it wasn’t the right place for this kind of query. Please feel free
to ignore this message here and reply on the mailing list if that’s
more appropriate.
I’m