summaryrefslogtreecommitdiff
path: root/config/emacs.org
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-16 21:22:53 -0700
committerPreston Pan <ret2pop@nullring.xyz>2026-03-16 21:22:53 -0700
commit45d80477f95f00b15e43ea01d46a77ed4a0c23c6 (patch)
tree68e0b80567113127bb449c3905d5dbe5519f7cea /config/emacs.org
parente994229cea4be90548ff305495c63b0b8a5ebed3 (diff)
parent3a38872882817b173b9e85507cf23190fbf1ec1a (diff)
merge rss
Diffstat (limited to 'config/emacs.org')
-rw-r--r--config/emacs.org4
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