reload org inline images after executing src blocks

This commit is contained in:
2022-11-30 21:46:38 +01:00
parent 2f2d32cbbc
commit b38e23eaec
2 changed files with 2 additions and 0 deletions

View File

@@ -65,6 +65,7 @@
*Org*
[[org-toggle-pretty-entities][Pretty entities]] (\\xyz to UTF8 char) ................ =[C-c]= =[C-x]= =[\\]=
[[org-redisplay-images][Redisplay inline images]] ........................ =[C-c]= =[C-x]= =[C-M-v]=
/TABLE/
[[org-shiftleft][Move cell left]] ........ =[S-left]= [[org-shiftright][Move cell right]] ....... =[S-right]=

View File

@@ -575,6 +575,7 @@ Suggest the URL title as a description for resource."
(use-package ob-core
:defer t
:hook (org-babel-after-execute . org-redisplay-inline-images)
:config
(setq org-babel-inline-result-wrap "%s") ;; default "=%s="
(setq org-confirm-babel-evaluate nil) ;; no "Evaluate this gnuplot code block on your system? (y or n)"