From f2f5db5cfc399fd59eb48d92a3ebacac21dc8e40 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 14 May 2023 13:18:37 +0200 Subject: [PATCH] [Emacs] Switch to my own fork of ox-gemini --- org/config/emacs.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 1b5791f..179b00b 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -5053,7 +5053,8 @@ you can guess, exports org files to the [[https://www.w3.org/publishing/epub32/] #+begin_src emacs-lisp (use-package ox-gemini :defer t - :straight (:build t) + :straight (ox-gemini :build t + :repo "https://labs.phundrak.com/phundrak/ox-gemini") :after (ox org)) #+end_src