aboutsummaryrefslogtreecommitdiff
path: root/ennum.el
AgeCommit message (Expand)Author
2022-08-21Actually use default :tag-directory setting.HEADmasterArun Isaac
2022-08-19Rename :video-directory setting to :videos-directory.Arun Isaac
2022-08-18Introduce :required-metadata setting.Arun Isaac
2022-08-18Add trailing period to ennum-version docstring.Arun Isaac
2022-08-18Make ennum-blog customizable.Arun Isaac
2022-08-18Document ennum-blog variable.Arun Isaac
2022-08-18Rename :thumbnail-image-width property to :image-thumbnail-width.Arun Isaac
2022-08-18Rename :default-image-width property to :image-width.Arun Isaac
2022-08-18Make ennum-version a constant instead of a variable.Arun Isaac
2022-08-18Mark query argument of httpd/ as unused.Arun Isaac
2022-08-18Create customization group.Arun Isaac
2022-08-18Treat author name as plain text.Arun Isaac
2022-08-17Replace first with seq-first.Arun Isaac
2022-08-17Do not pattern match link objects, use the org API.Arun Isaac
2022-08-17Pass tongue argument to ennum-publish-index.Arun Isaac
2022-08-17Use posts-directory argument in ennum-posts.Arun Isaac
2022-08-17Move ennum-with-temporary-directory to top.Arun Isaac
2022-08-17Move ennum-with-current-directory to top.Arun Isaac
2022-08-17Move ennum-with-file-contents to top.Arun Isaac
2022-08-17Do not pass comparison function to map-elt.Arun Isaac
2022-08-17Mark last-modified memoization argument as unused.Arun Isaac
2022-08-15Strip leading directory from other files.Arun Isaac
2022-08-15Optionally return files in the current directory.Arun Isaac
2022-08-15Replace seq-do with dolist.Arun Isaac
2022-08-15Localize conditional in chmod call.Arun Isaac
2022-08-15Expand ennum-copy docstring.Arun Isaac
2022-08-15Re-indent.Arun Isaac
2022-08-15Return only non-directory part of poster filename.Arun Isaac
2022-08-15Track variables provided by certain features.Arun Isaac
2022-08-15Do not double prepend directories to filenames.Arun Isaac
2022-08-14Rewrite many to many grouping using functional setters.Arun Isaac
2020-08-03Include file name in hash computation.Arun Isaac
2020-08-03Print better log messages.Arun Isaac
2020-08-03Use output-html-file argument passed to ennum-export-post.Arun Isaac
2020-08-03Use closures instead of ennum-exp objects.Arun Isaac
2020-08-03Disentangle index page generation expressions.Arun Isaac
2020-08-03Replace ennum--expand-relative with ennum--file-join.Arun Isaac
2020-08-02Pass post object in info.Arun Isaac
2020-08-02Pass post titles in info.Arun Isaac
2020-08-02Embed post link target title in post-link object.Arun Isaac
2020-08-02Create a functional setter for ennum-post-translations.Arun Isaac
2020-08-02Embed video poster in link object.Arun Isaac
2020-08-02Introduce ennum-link type.Arun Isaac
2020-08-02Deduplicate ennum-html export.Arun Isaac
2020-08-01Embed list of translations into post object.Arun Isaac
2020-07-31Switch from ennum-operation to ennum-exp.Arun Isaac
2020-07-31Delete ennum-publish-static-file.Arun Isaac
2020-07-31Use ennum-mkdir-p in ennum-copy.Arun Isaac
2020-07-31Specify post title explicitly in the link description.Arun Isaac
2020-07-31Leave new temporary directory permissions unchanged.Arun Isaac