Output gemini formatted documents from org-mode
087359e851
string-replace is new of emacs 28, while replace-regexp-in-string is quite old. This avoids the backport, and should be a tad faster since it don't have to waste cycle to regexp-quote "\n". Tested on emacs 27.2 Signed-off-by: Justin Abrahms <justin@abrah.ms> |
||
---|---|---|
test | ||
.build.yml | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
ox-gemini.el | ||
README.md |
ox-gemini
This adds support for exporting org files in gemini format. Many things in here were taken from the ascii exporter, from which this one derives.
- Read more about gemini here: https://gemini.circumlunar.space/
- Read more about org-mode here: https://orgmode.org/
License
This software is licensed under GPLv3.