Open spacekitteh opened 4 years ago
I'm not sure the following will work in all cases, but you could try it:
(add-hook 'org-brain-visualize-text-hook 'org-babel-execute-buffer)
The code blocks will now be executed inside the org-brain-visualize
buffer, meaning that the content of the original file will not be modified.
That didn't work, unfortunately!
Did anything happen at all? When I tried it (but not exactly with your example) I got a result block in the org-brain-visualize
buffer. On the other hand I haven't used org-babel
very much so I'm not quite sure what the parameters you give to source block does.
Nope, nothing happened at all :(
So, I have the following in my
index.org
:When visualising, it doesn't process the
org-babel
call. How can I get it to do this?