emacs-love / weblorg

Static Site Generator for Emacs
https://emacs.love/weblorg
GNU General Public License v3.0
280 stars 21 forks source link

Fix #41 weblorg-export warning in interactive mode #80

Closed markokocic closed 2 months ago

markokocic commented 2 months ago

By replacing with-temp-buffer with with-temp-file in weblorg--parse-org the warning when closing buffer/file in interactive mode is gone.

I tested it locally, and it doesn't seem to break anything.

@clarete @nanzhong can you please review before merging?

markokocic commented 2 months ago

Looks like it breaks unit tests. I will need to check further.

markokocic commented 2 months ago

Ok, this version passes all unit tests.