[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Enhance org-html--build-meta-info
From: |
TEC |
Subject: |
Re: [PATCH] Enhance org-html--build-meta-info |
Date: |
Mon, 14 Dec 2020 00:12:28 +0800 |
User-agent: |
mu4e 1.4.13; emacs 27.1 |
Jens Lechtenboerger <lechten@wi.uni-muenster.de> writes:
> Without the second argument I get an error “Wrong type argument:
> stringp,” when evaluating regular expressions against the cons cell
> that is returned as title.
>
> As I see now, author and title are cons cells, which is why
> org-element-interpret-data is necessary to produce strings with Org
> syntax.
>
> Also, after fixing the title, I get “wrong-type-argument sequencep
> utf-8” for “(concat "text/html;charset=" charset)”.
Thanks for testing this :) I haven't forgotten about this.
Next version!
0001-lisp-ox-html.el-make-html-meta-func-nicer.patch
Description: Text Data
- Re: [PATCH] Enhance org-html--build-meta-info,
TEC <=