stardiviner

Results 339 comments of stardiviner

Because I have an advice which can lazy load babel support: ``` elisp (defadvice org-babel-execute-src-block (around load-language nil activate) "Load language if needed." (let ((language (org-element-property :language (org-element-at-point)))) ;; workaround...

I think this would be better to be in Org-mode built-in. I use Org-mode babel to generate inline image result link a lot.

Seems the repo is not maintained for a long time!!!

Seems the repo is not maintained for a long time!!!

My Org file is very big, it has 33421 lines. And many source blocks and links, maybe this caused error.

I don't know how to debug this issue, can you reproduce this problem and debug it?

Yes. A really big Org file has lot of link and fontify and source blocks has this issue still.

Problem fixed after I disable some dependencies in Leiningen global profiles.clj.