aboutsummaryrefslogtreecommitdiff
path: root/ennu-html.el
AgeCommit message (Collapse)Author
2019-08-27Implement post as structure.Arun Isaac
* ennu.el (ennu-post): New structure. (ennu-posts, ennu-publish, ennu-publish-feed, ennu-publish-index, ennu-publish-post, ennu--feed-entry): Use new post structure API. (ennu-later-post-p, ennu-read-post, ennu--read-post): New functions. (ennu-plist-map-to-plist, ennu-post-links, ennu-post-metadata, ennu--post-metadata-memoized, ennu-post-tags, ennu-post-thumbnail, ennu-post-tongue, ennu--later-post): Delete functions. * ennu-html.el (ennu-export-post): Use new post structure API.
2019-08-27Introduce #+TRANSLATION_GROUP keyword.Arun Isaac
* ennu-html.el (ennu-html): Add :translation-group to :options-alist.
2019-08-26Parse org syntax in #+SUMMARY keyword.Arun Isaac
* ennu-html.el (ennu-html): Parse org syntax in :summary keyword. * ennu.el (ennu--post-metadata-memoized): Handle :summary property.
2019-08-22Do not expose html extension in the tag URI.Arun Isaac
* ennu-html.el (ennu-export-tag): Do not append html extension when exporting tag link.
2019-08-20Initial commitArun Isaac