Re: Self-sufficient Org file with customised export? :eval-when?

2020-05-01 Thread Berry, Charles
> On Apr 30, 2020, at 11:55 AM, akater wrote: > [deleted - discussion of html export] > - > > > If I may prematurely offer my vision: Common Lisp has special operator > eval-when which specifies when the enclosed code is to be evaluated (or > compiled). Example: > > (eval-when (:comp

Self-sufficient Org file with customised export? :eval-when?

2020-04-30 Thread akater
I'd like to write an Org file that would export to a html with fairly significant tweaks along the way. The rough idea is, users should be able to run reasonaly recent vanilla emacs, (require 'ox), (org-html-export-to-html) and get a fine-tuned html. I also would like to move relevant Elisp to th