Output gemini formatted documents from org-mode
Go to file
Lucien Cartier-Tilet c0787f8ee1
continuous-integration/drone/push Build is passing Details
feat: change initial key to capital G on org-export
The `g' key is already used by the more widely used ox-gfm. This
commit changes the initial key of ox-gemini to capital `G' which I
haven’t encountered yet.
2023-05-14 13:59:17 +02:00
.drone.yml chore: switch to Eask for package testing 2023-05-14 13:07:35 +02:00
.gitignore chore: switch to Eask for package testing 2023-05-14 13:07:35 +02:00
Eask chore: switch to Eask for package testing 2023-05-14 13:07:35 +02:00
LICENSE license 2020-11-07 20:00:27 -08:00
Makefile chore: switch to Eask for package testing 2023-05-14 13:07:35 +02:00
README.org docs: update readme 2023-05-14 13:44:53 +02:00
ox-gemini.el feat: change initial key to capital G on org-export 2023-05-14 13:59:17 +02:00

README.org

ox-gemini

Forked from Justin Abrahms original ox-gemini.

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.

What this fork adds

Not much, really. For now, this is just a way for me to apply a fix in gemini links as described in commit 94dd2f4. This forks fixes two issues the original ox-gemini has:

  • link descriptions include a newline when the orgmode code also does, which breaks things (see commit 94dd2f4)
  • inline code carries a trailing whitespace (see commit 1eadafd8e0)

TODOs formerly in ox-gemini.el have also been moved to issues.

Eask

This project is managed with Eask.

License

This software is licensed under GPLv3.