play-code.el:把代码发送到在线的 playgrounds 执行

给 org-babel 增加了一个 :playonline 关键字(纠结要不要把 play-code.el 名字也改过来):

这样就可以直接 C-c C-c 使用在线 playground 的运行代码了,例如:

#+BEGIN_SRC python :results output :playonline
print('hello, python')
#+END_SRC
6 个赞