Jens Lechtenboerger <lech...@wi.uni-muenster.de> writes:
On 2020-09-28, TEC wrote:
Jens Lechtenboerger <lech...@wi.uni-muenster.de> writes:
Also, in org-html--build-meta-info you call
org-html-encode-plain-text with two arguments, but it just
accepts
one.
? No I don't.
Your patch contains this:
+ (let* ((title (org-html-encode-plain-text (plist-get info
:title)
info))
Ohhhh, that's the bit you were referring to. That's just copied
from the
current state (iirc). Anyway, I dropped the second argument.
Thanks,
Timothy.