elfeed-org icon indicating copy to clipboard operation
elfeed-org copied to clipboard

file-error creating directory read-only file system

Open Rizary opened this issue 4 years ago • 1 comments

I am usang NixOS and configure my emacs package inside my /nix/store.

I got the following error when trying to setup elfeed-org as follow:

(use-package! elfeed-org
  :init
  (setq rmh-elfeed-org-files '("/home/rizary/feed/feeds.org"))
  :config
  (elfeed-org))

This is the error:


Error in private config: config.el, (file-error Creating directory Read-only file system /nix/store/rlj4lvj6ya9f88zxsrcn7vpcpy5cxzrh-straight-emacs-env/elfeed)

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file.  Start Emacs with
the ‘--debug-init’ option to view a complete error backtrace.```

Rizary avatar Mar 28 '20 10:03 Rizary

I don't a clue to be honest. But if you find out and provide a pull request I am happy to merge it.

remyhonig avatar Apr 16 '22 09:04 remyhonig