Re: [O] [PATCH 02/10] Clean up org-babel-expand-body: functions for awk and picolisp

2013-04-03 Thread Eric Schulte
Aaron Ecay writes: > * lisp/ob-awk.el (org-babel-expand-body:awk), > lisp/ob-picolisp.el (org-babel-expand-body:picolisp): remove optional > arg from these functions > > The optional argument is apparently never passed by org-babel code. > Applied, Thanks! > > Maybe this is a relic of an

[O] [PATCH 02/10] Clean up org-babel-expand-body: functions for awk and picolisp

2013-03-31 Thread Aaron Ecay
* lisp/ob-awk.el (org-babel-expand-body:awk), lisp/ob-picolisp.el (org-babel-expand-body:picolisp): remove optional arg from these functions The optional argument is apparently never passed by org-babel code. Maybe this is a relic of an earlier calling convention? --- lisp/ob-awk.el | 2