org: fix rendering of R examples for recent ESS/Org
* doc/org/.dir-locals.el.in, doc/org/init.el.in: Newer ESS version need to be taught to use default-directory instead of the project directory. * doc/org/ltlcross.org: Use "result file" to render the output.
This commit is contained in:
parent
f117159ec4
commit
146942953a
3 changed files with 8 additions and 4 deletions
|
|
@ -88,7 +88,9 @@
|
|||
(setq org-babel-C++-compiler "./g++wrap")
|
||||
(setq shell-file-name "@SHELL@")
|
||||
(setq ess-ask-for-ess-directory nil)
|
||||
|
||||
; setting ess-startup-directory to 'default-directory is enough with
|
||||
; newer ESS version (after Fev 2022) but does not work with older ones.
|
||||
(setq ess-startup-directory "@abs_top_builddir@/doc/org")
|
||||
(setq org-babel-default-header-args:plantuml
|
||||
'((:results . "file")
|
||||
(:exports . "results")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue