about summary refs log tree commit diff
path: root/ennum.el
AgeCommit message (Expand)Author
12 daysPromote …-index-filename optional arguments to regular arguments.Arun Isaac
12 daysAdd gemini capsule publishing.Arun Isaac
12 daysMove link types to separate file.Arun Isaac
13 daysEvaluate ennum expressions lazily.Arun Isaac
14 daysRemove TODO item to create …-mkdir-p-for-file.Arun Isaac
2026-08-07Explicitly pass root to httpd-gen-path.Arun Isaac
2025-11-14Add post summary to feed entries.Arun Isaac
2025-11-13Encode URIs.Arun Isaac
2025-11-13Handle time zone information in Atom feed dates.Arun Isaac
2025-11-13Publish a separate Atom feed for each language.Arun Isaac
2025-09-10Add Open Graph Protocol meta tags.Arun Isaac
2025-09-09Delete copy of tangled org file using unwind-protect.Arun Isaac
2025-07-01Support images generated at build-time.Arun Isaac
2025-06-30Add docstring for ennum-intern.Arun Isaac
2025-06-30Canonicalize file paths before interning.Arun Isaac
2025-06-30Return absolute paths even when input path is not absolute.Arun Isaac
2025-04-12Activate org mode before reading post.Arun Isaac
2025-04-12Support additional user-specified store items.Arun Isaac
2025-03-30Add pdf link type.Arun Isaac
2025-03-29Intern source images before any operation on them.Arun Isaac
2025-03-29Inhibit file name handlers when serving static files.Arun Isaac
2025-03-29Implement the Cache Directory Tagging Specification.Arun Isaac
2025-01-29Inhibit certain file name handlers during ennum builds.Arun Isaac
2025-01-29Do not track features.Arun Isaac
2022-08-21Actually use default :tag-directory setting.Arun 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