org-mode/lisp/babel
Eric Schulte a969714755 babel: emacs-lisp no longer evaluates header argument references multiple times
* lisp/babel/langs/ob-emacs-lisp.el
  (org-babel-expand-body:emacs-lisp): removed extra call to
  `org-babel-process-params' which was causing referenced code blocks
  to be run multiple times

  (org-babel-execute:emacs-lisp): now passing processed-params through
  to `org-babel-expand-body:emacs-lisp' which keeps references from
  being evaluated multiple times
2010-06-24 14:05:34 -07:00
..
langs babel: emacs-lisp no longer evaluates header argument references multiple times 2010-06-24 14:05:34 -07:00
ob-comint.el babel: more compiler cleanup -- now only throwing 1 warning (which doesn't make sense anyways) 2010-06-17 18:15:35 -07:00
ob-exp.el babel: variables can now accept null literal values 2010-06-23 15:57:38 -07:00
ob-keys.el integrating org-babel into org.el 2010-06-23 13:41:20 -07:00
ob-lob.el integrating org-babel into org.el 2010-06-23 13:41:20 -07:00
ob-ref.el babel: variables can now accept null literal values 2010-06-23 15:57:38 -07:00
ob-table.el babel: more compiler cleanup -- now only throwing 1 warning (which doesn't make sense anyways) 2010-06-17 18:15:35 -07:00
ob-tangle.el integrating org-babel into org.el 2010-06-23 13:41:20 -07:00
ob.el integrating org-babel into org.el 2010-06-23 13:41:20 -07:00