configs/emacs: add org-transclusion and make an export for roam stuff

This commit is contained in:
Aaron Bieber 2024-09-11 10:38:20 -06:00
parent ba7ba18e6b
commit 23a5a21fff
No known key found for this signature in database

View File

@ -391,11 +391,27 @@ can't quit!
I publish some of my notes [[https://suah.dev/p][on suah.dev/p]]. Also some recipes.
#+begin_src emacs-lisp
(setq org-export-with-broken-links t)
(setq my-org-publish-alist
'(("bolddaemon" :components ("bolddaemon-web" "bolddaemon-static"))
("notes" :components ("org-notes" "notes-static" "notes-rss"))
("exo" :components ("org-roam" "org-roam-static" "org-roam-rss"))
("deftly" :components ("deftly-blog" "deftly-static"))
("ohmyksh" :components ("ohmy-web" "ohmy-static"))
("org-roam"
:publishing-directory "/tmp/exo"
:publishing-function org-html-publish-to-html
:base-directory "~/org-roam")
("org-roam-static"
:base-directory "~/org-roam"
:publishing-directory "/tmp/exo"
:base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|svg"
:publishing-function org-publish-attachment)
("org-roam-rss"
:publishing-directory "/tmp/exo"
:publishing-function org-rss-publish-to-rss
:rss-extension "xml"
:base-directory "~/org-roam")
("org-notes"
:auto-preamble t
:auto-sitemap t
@ -620,6 +636,7 @@ Custom agenda commands for various things.
#+begin_src emacs-lisp
(use-package org-roam
:after org
:custom
(org-roam-directory (file-truename "~/org-roam/"))
:bind (("C-c n l" . org-roam-buffer-toggle)
@ -633,6 +650,12 @@ Custom agenda commands for various things.
(require 'org-roam-protocol))
#+end_src
Extending org with the ability to transclude makes for a powerhouse!
#+begin_src emacs-lisp
(use-package org-transclusion
:after org)
#+end_src
* gnus
[2024-08-22 Thu] Might need to switch go gnus. mu4e has been not showing new