Le 15/11/2022 à 14:43, David Kastrup a écrit :
If it's "mundane", why would the conversion result in a complex replacement?
Have you looked at the replacement? It is (lambda* (m #:optional headers) (if headers (markup->string m #:props (headers-property-alist-chain headers)) (markup->string m)) which is the only thing convert-ly can programmatically replace markup->string with to make the change equivalent to (markup->string x) -> (markup->string x) [no change] (markup->string x headers) -> (markup->string x #:props (headers-property-alist-chain headers)) The "complexity" we are talking about is the length of the output of convert-ly relative to the input. There is no complex logic at all.
OpenPGP_signature
Description: OpenPGP digital signature