Output gemini formatted documents from org-mode
7c3300ace1
An error appeared when a header has no text but it has properties. For instance: ```org * A header :PROPERTIES: :ID: 7159694c-0e06-41d6-a2fc-1ae3f9ba0321 :END: * Another header ``` "A header" is processed by `org-gemini-section` and throws error when exporting: `contents` parameter is nil instead of empty string. "Another header" is considered a headline and not a section. |
||
---|---|---|
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.