emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG] Org-LaTeX-export: >> and << (inside of ~code~/=verbatim=) gets


From: Ihor Radchenko
Subject: Re: [BUG] Org-LaTeX-export: >> and << (inside of ~code~/=verbatim=) gets exported to single monospace symbol instead of 2 monospace symbols [9.5.5 (release_9.5.5 @ /usr/share/emacs/28.2/lisp/org/)]
Date: Thu, 20 Apr 2023 14:18:25 +0000

"Garid Z." <garidzorigoo@gmail.com> writes:

> | 3 | =>>>=    | =<<<=    |
> | 4 | =>>>>=   | =<<<<=   |
> ...
> Resulted PDF file has » and « symbols (maybe: U+00BB, U+00AB)
> instead of 2 normal < symbols.
> ...
> Solution for this might be almost identical with the previous fix.
> Maybe something like:
>
> +    (cond ((equal m ">>") ">{}>{}")
> +    (cond ((equal m "<<") "<{}<{}")

Thanks for reporting!
Fixed, on bugfix.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=27ee55ebf

-- 
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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]