Re: [Share] collect some idea about auto eval code when TAB expand headline

2020-10-16 Thread stardiviner
Jeremie Juste writes: > Hello, > > I don't see very clearly how you want to use the code. > (It might well be because of my lack of skills) > > Could you give a usage example? Aha, I forget to copy an example here. It looks like this. #+begin_src org ,* 《三生三世 十里桃花》

Re: [Share] collect some idea about auto eval code when TAB expand headline

2020-10-16 Thread Jeremie Juste
Hello, I don't see very clearly how you want to use the code. (It might well be because of my lack of skills) Could you give a usage example? Best regards, Jeremie On Friday, 16 Oct 2020 at 13:01, stardiviner wrote: > I write an elisp config for Org Mode to auto evaluate inline source block

[Share] collect some idea about auto eval code when TAB expand headline

2020-10-15 Thread stardiviner
I write an elisp config for Org Mode to auto evaluate inline source block in property "EVAL". #+begin_src emacs-lisp (defcustom org-property-eval-keywords-list '("EVAL") "A list of property keywords for evaluate code." :type 'list :safe #'listp :group 'org) (defun org-property-eval-cod