From aa97fd5528cc303e356cb976bdf8a767b4a6ff52 Mon Sep 17 00:00:00 2001 From: James Miller Date: Wed, 12 May 2021 21:35:17 -0400 Subject: [PATCH 1/2] fix typo in how to set custom elfeed.org --- modules/app/rss/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/app/rss/README.org b/modules/app/rss/README.org index 073456d1f..27513cb7b 100644 --- a/modules/app/rss/README.org +++ b/modules/app/rss/README.org @@ -68,7 +68,7 @@ When using ~+org~ flag then configuration is easier. You can use ~org-mode~ to c + Root of ~elfeed-org~ needs to have ~:elfeed:~ tag. This is where ~elfeed-org~ starts to read. + You can have subheaders as in example ~:programming:~, and ~elfeed-org~ applies that tag to all subheader feeds, in example it adds it to ~This Week in Rust~. + You can "name" feeds as you please with ~org-mode~ ~org-insert-link~ (~C-c C-l~) and put name as you want into ~description~. -+ If you don't want to use ~org-directory/elfeed.org~ file you can specify it with ~(setq rmh-elfeed-org-files ("path/to/your/elfeed/file.org))~ ++ If you don't want to use ~org-directory/elfeed.org~ file you can specify it with ~(setq rmh-elfeed-org-files (list "path/to/your/elfeed/file.org))~ ** Keybindings + General From b523d5314dc7f0f82be4dbac47f33c1999098233 Mon Sep 17 00:00:00 2001 From: James Miller Date: Wed, 12 May 2021 22:08:52 -0400 Subject: [PATCH 2/2] change from list to ' form --- modules/app/rss/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/app/rss/README.org b/modules/app/rss/README.org index 27513cb7b..2a872b53d 100644 --- a/modules/app/rss/README.org +++ b/modules/app/rss/README.org @@ -68,7 +68,7 @@ When using ~+org~ flag then configuration is easier. You can use ~org-mode~ to c + Root of ~elfeed-org~ needs to have ~:elfeed:~ tag. This is where ~elfeed-org~ starts to read. + You can have subheaders as in example ~:programming:~, and ~elfeed-org~ applies that tag to all subheader feeds, in example it adds it to ~This Week in Rust~. + You can "name" feeds as you please with ~org-mode~ ~org-insert-link~ (~C-c C-l~) and put name as you want into ~description~. -+ If you don't want to use ~org-directory/elfeed.org~ file you can specify it with ~(setq rmh-elfeed-org-files (list "path/to/your/elfeed/file.org))~ ++ If you don't want to use ~org-directory/elfeed.org~ file you can specify it with ~(setq rmh-elfeed-org-files '("path/to/your/elfeed/file.org))~ ** Keybindings + General