charlesroelli / org-board

Org mode's web archiver.
GNU General Public License v3.0
279 stars 18 forks source link

Archive multiple URLs per heading #17

Open alphapapa opened 5 years ago

alphapapa commented 5 years ago

Hi,

It would be nice if org-board allowed archiving multiple URLs per heading. As it is, it seems that it only supports the one in the URL property. (Or am I mistaken, can I put multiple URL properties on a heading and archive multiple URLs?)

This (apparent) limitation is the main reason I made org-web-tools-archive.el, because sometiimes I collect related links under a single heading, e.g. in a plain list, and I want to archive them all to that heading.

In that vein, it would be useful to be able to archive arbitrary URLs, rather than ones stored in the URL property.

I realize these might require significant changes, so if you're not interested, that's fine. :)

Thanks.

charlesroelli commented 5 years ago

Sorry for the glacial response time! I think it is already possible to add several URLs to the :URL: property of the heading. It doesn't look very nice, though.

JayDugger commented 4 years ago

One can add multiple URLs to the :URL: property of a heading. Calling org-board-open then opens the last URL in that property.