diff --git a/oni-org/icons/bx-rss.svg b/oni-org/icons/bx-rss.svg
new file mode 100644
index 0000000..5c9fc98
--- /dev/null
+++ b/oni-org/icons/bx-rss.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/oni-org/icons/bxs-pencil.svg b/oni-org/icons/bxs-pencil.svg
new file mode 100644
index 0000000..94fd19c
--- /dev/null
+++ b/oni-org/icons/bxs-pencil.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 7c62ec3..9267d17 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse
;; Keywords: local
-;; Version: 2023.0710.230606
+;; Version: 2023.0716.233213
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table ob-async)
;; This program is free software; you can redistribute it and/or modify
@@ -593,7 +593,9 @@ also move point to the start of the heading."
(,(rx string-start "desktop" string-end) ,(expand-file-name "bx-desktop.svg" oni-org-icons-dir) ,@svg)
(,(rx string-start "maint" string-end) ,(expand-file-name "bs-tools.svg" oni-org-icons-dir) ,@svg)
(,(rx string-start "comm" string-end) ,(expand-file-name "bs-telephone-fill.svg" oni-org-icons-dir) ,@svg)
- (,(rx string-start "config" string-end) ,(expand-file-name "bx-cog.svg" oni-org-icons-dir) ,@svg)))))
+ (,(rx string-start "config" string-end) ,(expand-file-name "bx-cog.svg" oni-org-icons-dir) ,@svg)
+ (,(rx string-start "blog" string-end) ,(expand-file-name "bx-rss.svg" oni-org-icons-dir) ,@svg)
+ (,(rx string-start "writing" string-end) ,(expand-file-name "bxs-pencil.svg" oni-org-icons-dir) ,@svg)))))
(setq org-agenda-files
(cons oni-org-todo-main-file