From c4d97d86e88292ab6c8d752128da5b43f357dd84 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 28 Jun 2025 15:18:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Disable=20ox-hugo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/config.org b/config.org index 982a080..ccc8936 100644 --- a/config.org +++ b/config.org @@ -1698,6 +1698,7 @@ Since [[https://mmk2410.org/2020/05/15/switching-my-website-to-hugo-using-ox-hug #+begin_src emacs-lisp (use-package ox-hugo + :disabled t :after org) #+end_src