io12 / org-fragtog

Automatically toggle Org mode LaTeX fragment previews as the cursor enters and exits them
MIT License
404 stars 14 forks source link

Not working with org-journal #10

Closed marlinstrub closed 4 years ago

marlinstrub commented 4 years ago

I really enjoy this, thanks for your effort to make this into a package other people can use!

It doesn't work with org-journal buffers, any idea what could be going wrong?

io12 commented 4 years ago

Thanks for reporting the issue! It seems like org-journal-mode is a major mode derived from org-mode. My package checks to make sure it's being run in an org-mode buffer and that apparently doesn't include org-journal buffers. I pushed a fix that checks for derived modes too.

marlinstrub commented 4 years ago

Awesome, works like a charm. Thanks for the quick fix.