#+title: elfeed-export #+author: Bram Schoenmakers #+export_file_name: elfeed-export.info #+property: header-args:elisp :results none :exports code * Introduction /elfeed-export/ exports your feed entries from the [[https://github.com/skeeto/elfeed][elfeed RSS reader for Emacs]]. The following export formats are currently supported: | Format | Command | |-------------------------+----------------------------| | CSV | ~elfeed-export-to-csv-file~ | | Emacs Lisp Data (*.eld) | ~elfeed-export-to-lisp-file~ | | JSON | ~elfeed-export-to-json-file~ | Please note there is *no import functionality*. The goal is to have a (more or less) readable copy of your database. For a real backup, make a backup of ~/.elfeed instead. * Installation /elfeed-export/ is not on MELPA, therefore clone the directory first: : git clone https://codeberg.org/bram85/elfeed-export.git Then configure the package as follows: #+begin_src elisp (use-package elfeed-export :ensure nil :load-path "/path/to/elfeed-export") #+end_src * Configuration The following table shows the customizable settings for /elfeed-export/: #+begin_src emacs-lisp :exports results :results table :colnames '("Custom variable" "Description") (let ((rows)) (mapatoms (lambda (symbol) (when (and (string-match "\\_