Bump :lang org
Kungsgeten/org-brain@3ce2a33 -> Kungsgeten/org-brain@c9c6995 abo-abo/org-download@8e12cf0 -> abo-abo/org-download@40c8a1d bastibe/org-journal@a3ff9ce -> bastibe/org-journal@0bcefa5 emacs-straight/org-mode@5454312 -> emacs-straight/org-mode@2ab68c7 kaushalmodi/ox-hugo@01bc315 -> kaushalmodi/ox-hugo@94aec3f org-roam/org-roam@ea6bd21 -> org-roam/org-roam@b2594b8 takaxp/org-tree-slide@7bf09a0 -> takaxp/org-tree-slide@80cb1ac Highlights: - bzg/org-mode@47b6534 fixes org-babel-js-function-wrapper, so my fix is no longer needed. - bastibe/org-journal@e1003e3 fixes org-journal failing to detect symlinked journal files, so my fix is no longer needed. - org-roam/org-roam#700 fixes symlinks in org-roam-directory
This commit is contained in:
parent
0aafb3f7bc
commit
fddbbb08c4
2 changed files with 7 additions and 11 deletions
|
@ -208,10 +208,6 @@ This forces it to read the background before rendering."
|
|||
;; ipython, where the result could be an image)
|
||||
(add-hook 'org-babel-after-execute-hook #'org-redisplay-inline-images)
|
||||
|
||||
;; Fix 'require(...).print is not a function' error from `ob-js' when
|
||||
;; executing JS src blocks
|
||||
(setq org-babel-js-function-wrapper "console.log(require('util').inspect(function(){\n%s\n}()));")
|
||||
|
||||
(after! python
|
||||
(setq org-babel-python-command python-shell-interpreter)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue