Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot pull feeds #94

Open
jarss opened this issue Apr 28, 2024 · 1 comment
Open

Cannot pull feeds #94

jarss opened this issue Apr 28, 2024 · 1 comment

Comments

@jarss
Copy link

jarss commented Apr 28, 2024

Used to work, now it doesn't. Scratching my head at what I changed in my config:

Copy-pasted the code here, modified the path:

;; Load elfeed-org
(require 'elfeed-org)

;; Initialize elfeed-org
;; This hooks up elfeed-org to read the configuration when elfeed
;; is started with =M-x elfeed=
(elfeed-org)

;; Optionally specify a number of files containing elfeed
;; configuration. If not set then the location below is used.
;; Note: The customize interface is also supported.
(setq rmh-elfeed-org-files (list "~/Sync/Personal/feeds.org"))

rmh-elfeed.org-files checks out OK:

rmh-elfeed-org-files is a variable defined in ‘elfeed-org.el’.

Its value is ("~/Sync/Personal/feeds.org")
Original value was 
("~/.emacs.d/elfeed.org")

The files where we look to find trees with the ‘rmh-elfeed-org-tree-id’.
In this file paths can be given relative to ‘org-directory’.

  You can customize this variable.

[back]

However, Elfeed feeds is nil:

elfeed-feeds is a variable defined in ‘elfeed.el’.

Its value is nil

List of all feeds that Elfeed should follow.
You must add your feeds to this list.

In its simplest form this will be a list of strings of feed URLs.
Items in this list can also be list whose car is the feed URL
and cdr is a list of symbols to be applied to all discovered
entries as tags ("autotags"). For example,

  (setq elfeed-feeds '("http://foo/"
                       "http://bar/"
                       ("http://baz/" comic)))

All entries from the "baz" feed will be tagged as "comic"
when they are first discovered.

  You can customize this variable.

[back]

Is there a requirement I'm skipping? It was pretty straight forward before, the above just worked.

@jarss
Copy link
Author

jarss commented Apr 28, 2024

The issue was that I did not tag my parent header with "elfeed". Someone mentioned it and it now does not work. I didn't know that's a requirement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant