charlesroelli / org-board

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

Fixing opening relative org board links #21

Closed Jdogzz closed 4 years ago

Jdogzz commented 4 years ago

A change to the way org-board-open was needed to handle the possibility of relative links. It will now open them based on the current buffer directory instead of the default-directory variable, which didn't always align previously.

charlesroelli commented 4 years ago

Thanks for the commit and explanation.