diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-16 20:18:30 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-16 20:18:30 -0700 |
| commit | 3a38872882817b173b9e85507cf23190fbf1ec1a (patch) | |
| tree | 68e0b80567113127bb449c3905d5dbe5519f7cea /config/emacs.org | |
| parent | e994229cea4be90548ff305495c63b0b8a5ebed3 (diff) | |
rss works
Diffstat (limited to 'config/emacs.org')
| -rw-r--r-- | config/emacs.org | 4 |
1 files changed, 2 insertions, 2 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) "</style>") :html-preamble t - :html-preamble-format (("en" "<p class=\"preamble\"><a href=\"/index.html\">home</a> | <a href=\"./index.html\">section main page</a></p><hr>")) + :html-preamble-format (("en" "<p class=\"preamble\"><a href=\"/index.html\">home</a> | <a href=\"./index.html\">section main page</a> | <a href=\"/blog/rss.xml\">rss feed</a></p><hr>")) ;; sitemap.html stuff :auto-sitemap t |
