From 4a3cfd772b077063b85094a015f5c52df538eb54 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 14 Apr 2024 20:34:48 -0500 Subject: install ox-rss --- publish.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'publish.el') diff --git a/publish.el b/publish.el index 3f9d563..9c8e10d 100644 --- a/publish.el +++ b/publish.el @@ -12,6 +12,8 @@ (use-package org :ensure org-plus-contrib) +(use-package ox-rss + :after org) (require 'org) (require 'ox-html) -- cgit v1.2.3