reload org inline images after executing src blocks
This commit is contained in:
@@ -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]=
|
||||
|
||||
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user