I want to use Emacs to manage my bookmarks for Firefox. I just want to store them inside a simple shared text file. From what I see, org-mode seems very close to what I want, I write an URL, this is detected by org-mode, the URL is clickable and open a new tab inside Firefox. So far so good.
There is a small list of websites that I check frequently:
- Is there a way to open the
URLof thebufferin one time? (click orelispfunction) - Preferably, is there a way to open all the
URLof a sub-part of thebuffer? (paragraph, prefix, etc)
An idea of such file:
My daily links:
http://link1
http://link2
http://link3
http://link4
My weekly links:
http://link5
http://link6
http://link7
http://link8
Or maybe, if it's more easy to implement:
[1] daily links and [2] weekly links:
[1] http://link1
[1] http://link2
[1] http://link3
[1] http://link4
[2] http://link5
[2] http://link6
[2] http://link7
[2] http://link8