Re: Ability to add logo to HTML export

2023-03-26 Thread Vladimir Alexiev
Thanks, that works! On Fri, Mar 24, 2023 at 4:04 PM Ihor Radchenko wrote: > Vladimir Alexiev writes: > > > But then C-c C-e h h complains: "org-export--parse-option-keyword: End of > > file during parsing". > > Please update Org mode. > > -- > Ihor Radchenko // yantar92, > Org mode contributor,

Re: Ability to add logo to HTML export

2023-03-24 Thread Ihor Radchenko
Vladimir Alexiev writes: > But then C-c C-e h h complains: "org-export--parse-option-keyword: End of > file during parsing". Please update Org mode. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: Ability to add logo to HTML export

2023-03-24 Thread Vladimir Alexiev
#+OPTIONS: html-preamble:"Author: %a(%e)Date: %d" C-c happily says "Local setup has been refreshed" But then C-c C-e h h complains: "org-export--parse-option-keyword: End of file during parsing". I don't see any problem in the string; evaluating it in *scratch* returns it just fine. But I think

Re: Ability to add logo to HTML export

2023-03-24 Thread Ihor Radchenko
Vladimir Alexiev writes: > Right now I have to resort to a bad kludge to do that: a local variable in > the org file: > > #+comment: -*- org-html-preamble: "Author: > %a(%e)Date: %d src='./img/SemBSDD-Logo-400px.png'/>" -*- If you have good ideas how to improve `org-html--build-pre/postamble', p