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
,* 《三生三世 十里桃花》
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
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