Aaron Ecay
|
407b0d41a2
|
contrib, test suite: use assq instead of assoc for :keywords
|
2016-09-23 11:20:55 +01:00 |
Nicolas Goaziou
|
e69e18dd71
|
Remove last `org-babel-get-header' calls
* contrib/lisp/ob-fomus.el (org-babel-expand-body:fomus):
* contrib/lisp/ob-julia.el (org-babel-variable-assignments:julia):
* contrib/lisp/ob-mathematica.el (org-babel-expand-body:mathematica):
* contrib/lisp/ob-mathomatic.el (org-babel-mathomatic-expand):
* contrib/lisp/ob-oz.el (org-babel-expand-body:oz):
* contrib/lisp/ob-stata.el (org-babel-variable-assignments:stata):
* contrib/lisp/ob-tcl.el (org-babel-variable-assignments:tcl): Use
`org-babel--get-vars' instead of removed `org-babel-get-header'.
|
2016-03-10 13:57:06 +01:00 |
Aaron Ecay
|
ea238b78f8
|
contrib: move a few libraries to cl-lib in place of compile-time cl.
Specifically ob-julia, ob-stata, org-contacts, ox-bibtex.
|
2015-11-06 12:50:41 +00:00 |
Aaron Ecay
|
e4cd3dd22b
|
Remove some home-grown copies of cl-lib functions.
* lisp/org.el (org-count, org-remove-if, org-remove-if-not):
(org-reduce, org-every, org-some): Obsolete, use cl-lib versions
everywhere.
(org-sublist): Reimplement in terms of `cl-subseq'; make obsolete.
|
2015-11-06 12:50:40 +00:00 |
Bastien Guerry
|
7d9a883b50
|
Update copyright years again.
Hint: copyright years are all updated in Emacs.
|
2014-01-07 14:18:17 +01:00 |
Bastien Guerry
|
0beda99171
|
Revert "Update copyright years."
This reverts commit 21105594fc .
|
2014-01-05 06:28:07 +01:00 |
Bastien Guerry
|
21105594fc
|
Update copyright years.
|
2014-01-04 18:56:11 +01:00 |
Bastien Guerry
|
321f806faf
|
Move contrib/babel/langs/* into contrib/lisp/*
Also move library-of-babel.org into doc/ and update the README.
|
2013-03-06 17:43:33 +01:00 |