emacs-love / weblorg

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

weblorg-export warnings #41

Closed markokocic closed 2 months ago

markokocic commented 3 years ago

When I try to run weblorg-export interactively from the Emacs I got a bunch of prompts like:

Buffer post-1.org modified; kill anyway? (yes or no)

In order to publish I have to type yes for each file. This makes the publishing process annoying. Fixing this issue would make the interactive writing process much faster, since it would be enough to just call weblorg-exprort from inside emacs instead switching to another console window, running the emacs --script publish.el, waiting for emacs to start initialize and load all needed package, write output filer, and then switch back to emacs.

clarete commented 3 years ago

Hi @markokocic thanks for taking the time to open this issue 🙇🏾 this is interesting; I think I'm just not properly closing the temporary buffers created for parsing each Org-mode files. Sorry about the annoyance! Will get a fix for this! 🔜 😄

clarete commented 3 years ago

now with #47 merged, it'd be really cool to fix this 😄