From 7697adf645ae4c01c581a7f488d3bd046f1d8866 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 7 Oct 2020 09:45:55 +0200 Subject: [PATCH] org: work around ESS issue 1052 This was causing all our build to fail. * doc/org/init.el.in: Here. --- doc/org/init.el.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/org/init.el.in b/doc/org/init.el.in index eec6269ac..268378b2f 100644 --- a/doc/org/init.el.in +++ b/doc/org/init.el.in @@ -54,6 +54,10 @@ (require 'org-install) (require 'hoa-mode) +; See https://github.com/emacs-ess/ESS/issues/1052 +(setq ess-gen-proc-buffer-name-function 'ess-gen-proc-buffer-name:directory) +(setq ess-use-flymake nil) + (setq org-export-htmlize-output-type 'css) (setq org-html-htmlize-output-type 'css) ; the .org-timestamp directory does not always exist, is not always