Output gemini formatted documents from org-mode
Lucien Cartier-Tilet
94dd2f4a8e
Currently, when an orgmode link has a newline in its description, it is passed to the description of the Gemini link. Example: ```org [[https://example.com][This is a link with a newline to example.com]] ``` Which exports to: ```gmi => https://example.com This is a link with a newline to example.com ``` This commit fixes this by replacing newlines with a simple space. The new output is: ```gmi => https://example.com This is a link with a newline to example.com ``` It also fixes a compilation error on Emacs 30 by properly escaping quotation marks. Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com> |
||
---|---|---|
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.