Matt Lundin <[email protected]> writes: > Would there be any way to get the Worg publishing script or export of > source code blocks to fail gracefully in these instances?
That would be helpful indeed. As a first step, we could handle errors in a more clever way by using the variable `noninteractive', testing if Emacs is running in batch mode. In batch mode, instead of blocking the export process with a (error ...), we could just logs problems. Let's collect places where errors can block the publishing process. -- Bastien _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
