Thanks for testing Jens. I think I've managed to resolve the issues you've raised. Jens, Bastien, you can find the latest revision of the patches attached :) Jens Lechtenboerger writes: > [title export being dodgy, how about treating like author?] Yep, ~org-element-interpret-data~ is necessary. I found that wrapping it in ~org-html-plain-text~ seems better again though, as it encodes entities like "---" (org) to "—", and doesn't seem to introduce any nested tags. I've also applied this to the author field as a result. Maybe it should be applied to the rest (in ~org-html--build-meta-info~)? I'm not sure. > The keywords export as follows, where the name attribute is missing: > Fixed. > The current lambda functions in org-html-meta-tags all accept three > arguments, where the first one is ignored in all cases. The second > one is used in exactly one case. Why not add four calls to > org-html--build-meta-entry (for author, description, keywords, > generator) in org-html--build-meta-info? I had an idea on this, I think the new form is cleaner. Either have a list where each item generates a meta entry, or a function that generates such a list. No more mixing of the two. How does this look? Timothy.