Morgan Smith <[email protected]> writes:

> +              ;; FIXME: If `temporary-file-directory' is not "/tmp/"
> +              ;; then we have to tell both org-babel and tramp for our
> +              ;; tests to pass.  org-babel should probably be able to
> +              ;; figure this out without any configuration.
> +              (org-babel-remote-temporary-directory temporary-file-directory)
> +              (tramp-methods
> +               (cons `("mock"
> +                       (tramp-tmpdir ,temporary-file-directory)
>                         (tramp-login-program        "sh")
>                         (tramp-login-args           (("-i")))
>                         (tramp-remote-shell         "/bin/sh")

Could you elaborate about the fixme?

> After using `add-dir-local-variable', Emacs reformated the file for
> me.

We need (lisp-data-mode . ((indent-tabs-mode . nil)))
In the past, lisp data was opened using emacs-lisp-mode, but not in
newer Emacs.

Other changes look fine.

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to