emacs-love / weblorg

Static Site Generator for Emacs
https://emacs.love/weblorg
GNU General Public License v3.0
280 stars 21 forks source link

refactor: make use of org export body-only argument #77

Closed nanzhong closed 3 months ago

nanzhong commented 9 months ago

This PR is a small cleanup refactor. Instead of overriding org-html-template entirely via an advice, we can just make use of org-export-as's body-only optional argument to render just the body.