ob-hy:Org-Babel支持评估混合代码

时间:2024-06-16 06:06:20
【文件属性】:

文件名称:ob-hy:Org-Babel支持评估混合代码

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-16 06:06:20

emacs-lisp hylang org-babel EmacsLisp

- 介绍 ob-hy启用支持以评估代码。 它是根据的用法创建的。 ( print " hello world " ) 例子 变数 #+BEGIN_SRC hy :var a=3 b=5 (+ a b) #+END_SRC #+RESULTS: : 8 表格和清单 #+NAME: tel-note | name | tel | |-------+--------| | brant | 170... | | ou | 138... | #+BEGIN_SRC hy :var tb=tel-note :results output table (print tb) #+END_SRC #+RESULTS: : ((u'brant' u'170...') (u'ou' u'138...')) #+BEGIN_SRC hy :var lst='("1" "2" "3") :r


【文件预览】:
ob-hy-master
----.gitignore(115B)
----ob-hy.el(13KB)
----README.org(3KB)
----Makefile(503B)
----.travis.yml(606B)
----test-ob-hy.el(4KB)
----test-ob-hy.org(5KB)

网友评论