kaushalmodi / ox-hugo

A carefully crafted Org exporter back-end for Hugo
https://ox-hugo.scripter.co
GNU General Public License v3.0
874 stars 132 forks source link

Fix broken links export options parsing #596

Closed kaushalmodi closed 2 years ago

kaushalmodi commented 2 years ago

This fix was possible after the AST looping was moved outside the with-temp-buffer construct: https://github.com/kaushalmodi/ox-hugo/pull/595

Fixes https://github.com/kaushalmodi/ox-hugo/issues/587

kaushalmodi commented 2 years ago

Oh well, this fix works locally on Org built from main branch, but it's failing on the latest stable version 9.5.2 😐