I'm so done rn
This commit is contained in:
parent
611847d730
commit
a72f8fee1f
1 changed files with 4 additions and 1 deletions
|
@ -30,6 +30,9 @@
|
|||
(gethash "url" (gethash "right" webring))
|
||||
(gethash "name" (gethash "right" webring))))
|
||||
|
||||
(defun my-org-html-postamble ()
|
||||
(format "Last update : %s" (format-time-string "%d %b %Y")))
|
||||
|
||||
(defun my/org-publish-org-sitemap-format (entry style project)
|
||||
(cond ((not (directory-name-p entry))
|
||||
(format "(%s) [[file:blog/%s][%s]]\n"
|
||||
|
@ -72,7 +75,7 @@
|
|||
(org-rss-publish-to-rss plist filename dir)))
|
||||
|
||||
(setq org-html-htmlize-output-type 'css)
|
||||
(setq org-html-postamble 'create-webring-html)
|
||||
(setq org-html-postamble 'my-org-html-postamble)
|
||||
(setq org-publish-project-alist
|
||||
'(
|
||||
("org-core"
|
||||
|
|
Loading…
Add table
Reference in a new issue