Variable: org-babel-remote-temporary-directory

org-babel-remote-temporary-directory is a customizable variable defined in ob-core.el.gz.

Value

"/tmp/"

Documentation

Directory to hold temporary files on remote hosts.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ob-core.el.gz
(defcustom org-babel-remote-temporary-directory "/tmp/"
  "Directory to hold temporary files on remote hosts."
  :group 'org-babel
  :type 'string)