Aaron Ecay
|
a3adfb062b
|
Introduce new function for removing paired delimiters from string.
* lisp/org-macs.el (org-unbracket-string): New function.
* lisp/ob-core.el (org-babel-strip-quotes):
* lisp/ob-lua.el (org-babel-lua-read-string):
* lisp/ox-beamer.el (org-beamer--normalize-argument): Use it.
|
2016-09-03 01:55:45 +01:00 |
Nicolas Goaziou
|
ee4e3eb8f7
|
ob-lua: Silence byte-compiler
|
2016-08-29 15:39:05 +02:00 |
Nicolas Goaziou
|
cddc7d8d2d
|
ob-lua: Use cl-lib
* lisp/ob-lua.el (org-babel-lua-evaluate-session): Refactor code to
avoid using unprefixed "cl" macro.
|
2016-08-29 08:57:10 +02:00 |
Nicolas Goaziou
|
f795479432
|
ob-lua: Use lexical binding
* lisp/ob-lua.el (org-babel-lua-initiate-session-by-key):
(org-babel-lua-initiate-session):
(org-babel-lua-evaluate-session): Silence byte-compiler.
|
2016-08-29 08:57:10 +02:00 |
thibault
|
2090efaed7
|
ob-lua.el: Update library for Org 9.0
* lisp/ob-lua.el (org-babel-lua-evaluate-external-process):
(org-babel-lua-evaluate-session): Update for Org 9.0 compatibility.
* testing/test-ob-lua.el: New file.
TINYCHANGE
|
2016-08-29 08:57:10 +02:00 |
Dieter Schoen
|
66fbece100
|
ob-lua: New file
|
2016-08-29 08:57:10 +02:00 |