Hello,
Recently, I have written a modification on Elfeed to fix it's usage of
`org-store-link-props`.
https://github.com/skeeto/elfeed/pull/533
Christopher Wellons, the author of Elfeed, would like to have some
feedback about how I used `org-store-link-props`. As Christopher have never used
Org-
The subject says it, it would be very nice if there was an export option
to export to text mode without wrapping paragraphs,so the resulting text
file can be read with visual-line-mode on.
At the moment I need to use pandoc to do this, using
pandoc -f org -t plain --wrap=none file.org > fi