novoid / lazyblorg

Blogging with Org-mode for very lazy people
GNU General Public License v3.0
408 stars 34 forks source link

warn if an unknown link type is found #86

Open novoid opened 2 years ago

novoid commented 2 years ago

Link types can be http(s) links and custom links like tsfile.

If the user is using a custom link like [[contact:foo bar][foo bar]] (as it happened to me this week), lazyblorg should at least generate a warning if not an error, stopping the blog generating process to avoid broken links.