org: work around ESS issue 1052
This was causing all our build to fail. * doc/org/init.el.in: Here.
This commit is contained in:
parent
53a68f99f4
commit
7697adf645
1 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,10 @@
|
||||||
(require 'org-install)
|
(require 'org-install)
|
||||||
(require 'hoa-mode)
|
(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-export-htmlize-output-type 'css)
|
||||||
(setq org-html-htmlize-output-type 'css)
|
(setq org-html-htmlize-output-type 'css)
|
||||||
; the .org-timestamp directory does not always exist, is not always
|
; the .org-timestamp directory does not always exist, is not always
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue