https://github.com/milouse/ox-gmi.el
Gemini Back-End for Org Export Engine
https://github.com/milouse/ox-gmi.el
emacs-lisp emacs-package gemini gemini-protocol org-mode
Last synced: about 1 month ago
JSON representation
Gemini Back-End for Org Export Engine
- Host: GitHub
- URL: https://github.com/milouse/ox-gmi.el
- Owner: milouse
- Created: 2020-11-30T11:55:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T07:49:58.000Z (over 4 years ago)
- Last Synced: 2025-04-10T00:43:46.469Z (about 1 month ago)
- Topics: emacs-lisp, emacs-package, gemini, gemini-protocol, org-mode
- Language: Emacs Lisp
- Homepage:
- Size: 23.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+title: Gemini Back-End for Org Export Engine
This library implements a Gemini back-end for Org exporter, based on
~markdown~ back-end. It also heavily depends on the ~ascii~ back-end.* Install
Obviously, this package depends on /org-mode/, which must be loaded first.
You first need to clone this repository. We recommend you to put it
somewhere under your ~.emacs.d~ folder.#+begin_src shell
cd ~/.emacs.d
git clone https://git.umaneti.net/ox-gmi.el.git
#+end_srcThen, you may whish to compile it. You can do so with the Emacs command
~M-x byte-compile-file RET \~/.emacs.d/ox-gmi.el/ox-gmi.el~When it's done, you can add the following line in your GNU Emacs config
file:#+begin_src emacs-lisp
(load-file "~/.emacs.d/ox-gmi.el/ox-gmi.elc")
#+end_srcAnd everything should be fine.