emacs-orgmode
[Top][All Lists]
Advanced

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

Control where files are emitted during block eval


From: George Mauer
Subject: Control where files are emitted during block eval
Date: Wed, 16 Sep 2020 16:31:22 -0500

I would like to create a playground.org file inside my node project where I will put bits of code that I'm playing with during development.

The problem is that when I actually evaluate a source block it gets written into a temporary location that I do not control - I therefore cannot `require` my project's node modules as they will not be found.

Is there a way to control the location the temp file is written? Maybe - assuming it uses `with-temp-file` - a way to control its directory and file name generation algorithm via a header?

reply via email to

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