Explicitly add the ox-rss package

This commit is contained in:
TEC 2024-03-09 00:13:01 +08:00
parent f0a3bb437e
commit eb7e0a464d
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 9 additions and 0 deletions

View File

@ -8083,6 +8083,15 @@ I like the idea of being able to make HTTP requests with Babel.
:commands org-babel-execute:http)
#+end_src
***** RSS feeds
I need this for blog publishing. It used to be bundled with Org, but now it's
pretty much abandoned.
#+begin_src emacs-lisp :tangle packages.el
(package! ox-rss :pin "d2964eca3614f84db85b498d065862a1e341868d")
#+end_src
***** Transclusion
#+call: confpkg("!Pkg org-transclusion")