emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Protect Org export from auto-formatting hooks


From: David Lukeš
Subject: Re: Protect Org export from auto-formatting hooks
Date: Mon, 28 Feb 2022 14:14:36 +0100

> What about using `write-region' instead of `write-file' and not touching
> `set-auto-mode' function?

Thanks, that's indeed a much better way of doing it :) One can even
avoid the temp buffer altogether and write the `output' string
directly with `(write-region output nil file)`.

Shall I prepare a patch? Or would you rather do it yourself, since it
was your idea?

Best,

David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]