You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
each of the new entries has the expected tags, but the user defined list of feeds is overwritten.
How do I provide a dynamically generated feed list for elfeed from which to fetch entries and properly tag them while also not overwriting the user configuration?
The text was updated successfully, but these errors were encountered:
kakafarm
changed the title
No tagging when masking user's efleed-feeds with another list and running elfeed-update.
No tagging when masking user's elfeed-feeds with another list and running elfeed-update.
Nov 5, 2023
I want to write a function that would update a different feed list each time it is called.
The function
make-a-random-feed-list
behaves correctly, producing a legal feed list each time, feed lists like:The function
elfeed-update
adds new entries to the elfeed database with only theunread
tag, withoutblog
,example
, orpodcast
.If I define the function in this way:
each of the new entries has the expected tags, but the user defined list of feeds is overwritten.
How do I provide a dynamically generated feed list for elfeed from which to fetch entries and properly tag them while also not overwriting the user configuration?
The text was updated successfully, but these errors were encountered: