Feedback about the usage of org-store-link-props

2024-11-30 Thread Sébastien Gendre
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-mode, he don't know if my code is correct.

The first message of the Pull Request describe the full problem I tried
to fix and how I fixed it.


What do you think ?


Best regards

---
Gendre Sébastien



signature.asc
Description: PGP signature


Feature request: Export to text file with no line wrapping

2024-11-30 Thread Morten Kjeldgaard
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 > file.txt

Kind regards,
Morten Kjeldgaard