summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-13Mention `org-mode-reader' for Haunt in READMEHEADmasterJakob L. Kreuze
2023-07-24Enable customization of where rendered documents are written toJakob L. Kreuze
2022-06-14Lint packageJakob L. Kreuze
2022-06-01Only handle `:haunt-metadata' when presentJakob L. Kreuze
2022-06-01Add option for extra haunt metadata per fileAnastasios Manganaris
Hello, Thank you for making ox-haunt.el. I use some extra metadata to control how my haunt website is organized. I modified ox-haunt to let me add extra metadata to each file. Like this: #+haunt_metadata: ((recent . t) (status . "Completed") (purpose . "Make development with GNU Guix easier.")) Do you consider this a worthwhile feature? Does this change look alright? Best, Tassos Manganaris
2020-05-26Add 'Users' section to README.mdJakob L. Kreuze
2020-02-01Add: support for single org-mode file flowv0.2Dimakakos Dimos
Changes implemented: - When using the subtree only flag in org-export, export the current subtree after checking if it or any of it's parents have the "EXPORT_FILE_NAME" property and that it is marked as DONE. Then parse title from heading, date from CLOSED or SCHEDULED state and tags from org-mode tags. - Add "A" binding in org-export UI to try and export all valid subtrees in current buffer. - Expose HAUNT_IMAGES_DIR as variable that handles where link images are to be saved.
2019-07-20Prefer 'substring' to 'cl-subseq'v0.1Jakob L. Kreuze
2019-07-20Fix propagation of `dest-path' in `ox-haunt-export-as-html'Jakob L. Kreuze
2019-07-20Update docstringsJakob L. Kreuze
2019-07-20Update Package-RequiresJakob L. Kreuze
2019-07-20Update README.mdJakob L. Kreuze
2019-07-09Propagate `:haunt-base-dir' if set as a buffer-local custom.Jakob L. Kreuze
2019-07-09Remove `html-tidy' support.Jakob L. Kreuze
2019-05-01Implement a 'ox-haunt-base-dir custom variableJakob L. Kreuze
2019-05-01Remove replacement for 'ox-html-src-blockJakob L. Kreuze
2019-04-30Add recognition for the TAGS keywordJakob L. Kreuze
2019-04-30Rename vestigial ':hugo-base-dirJakob L. Kreuze
2019-04-30Add replacement for 'ox-html-src-blockJakob L. Kreuze
2019-04-30Stop wrapping output in <article>Jakob L. Kreuze
Wrapping the exported HTML in <article> is just a hack. I've submitted a patch for 'html-reader, which properly solves the issue.
2019-04-26Remove "This file is part of GNU Emacs."Jakob L. Kreuze
Because, y'know, it isn't. That's vestigial from my copy-paste from ox-html.el.
2019-04-26Add LICENSEJakob L. Kreuze
2019-04-22Have 'ox-haunt-export-to-html export to the haunt directoryJakob L. Kreuze
2019-04-22Intercept 'org-html-link to copy static imagesJakob L. Kreuze
2019-04-22Ensure that 'ox-html is loadedJakob L. Kreuze
2019-04-21Initial commitJakob L. Kreuze