From 3a38872882817b173b9e85507cf23190fbf1ec1a Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 16 Mar 2026 20:18:30 -0700 Subject: rss works --- config/emacs.org | 4 ++-- nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/emacs.org b/config/emacs.org index 446643c..8f3de01 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -145,7 +145,7 @@ PROJECT is the current project." (with-temp-buffer (org-mode) - (insert (format "* [[file:%s][%s]]\n" file title)) + (insert (format "* %s\n" title)) (org-set-property "RSS_PERMALINK" link) (org-set-property "PUBDATE" date) (insert-file-contents file) @@ -429,7 +429,7 @@ This is my org mode configuration, which also configures latex. (f-read-text "~/monorepo/style.css" 'utf-8) "") :html-preamble t - :html-preamble-format (("en" "

home | section main page


")) + :html-preamble-format (("en" "

home | section main page | rss feed


")) ;; sitemap.html stuff :auto-sitemap t diff --git a/nix b/nix index d39c342..aa54af8 160000 --- a/nix +++ b/nix @@ -1 +1 @@ -Subproject commit d39c3424e273b77c84850bfceaab25a610395cd6 +Subproject commit aa54af810702c5b64aa2b1d2425fa919b53768e5 -- cgit v1.3