I have a list of www addresses as a list like:
- https://www.nytimes.com
- https://www.foxnews.com
and so on. I can open single elements with the command org-open-at-point
which is bound to the key sequence C-c C-o. A Firefox tab will open on the correct address.
However, how could I mark a list and open all of them each on a single tab?