kaushalmodi / ox-hugo

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

Fix issue with custom link exports #702

Open kaushalmodi opened 1 year ago

kaushalmodi commented 1 year ago

Ref: https://github.com/tecosaur/org-glossary/issues/9

Solution: https://github.com/tecosaur/org-glossary/issues/9#issuecomment-1412163020 Thanks to @tecosaur!

kaushalmodi commented 1 year ago

@authsec You can try out this branch: https://github.com/kaushalmodi/ox-hugo/tree/fix-custom-link-exports

authsec commented 1 year ago

@kaushalmodi I finally got to test this. Thank you and @tecosaur for coming up with and implementing this fix, this also fixes the issue of the "stutter" example from org-special-block extras only working with the default values. Now the function actually reads the repetition count!