HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by projektfu

Comment by projektfu 16 hours ago

0 replies

View on Hacker News

FWIW, org's HTML export is about 4000 lines of elisp, and it is pretty well modularized.

https://git.sr.ht/~bzg/org-mode/tree/main/item/lisp/ox-html....

The publish front end is in

https://git.sr.ht/~bzg/org-mode/tree/main/item/lisp/ox.el

and

https://git.sr.ht/~bzg/org-mode/tree/main/item/lisp/ox-publi...