org-mode/lisp/babel
Eric Schulte b6e9c6a996 babel: variables can now accept null literal values
* lisp/babel/ob-exp.el (org-babel-exp-results): now checking to see if
  return value of `org-babel-ref-literal' is equal to the null
  indicator flag -- meaning it's now possible to accept a value of
  null

* lisp/babel/ob-ref.el (org-babel-ref-parse):  now checking to see if
  return value of `org-babel-ref-literal' is equal to the null
  indicator flag -- meaning it's now possible to accept a value of
  null

  (org-babel-ref-literal): now returning a null indicator flag when
  the value is *not* a literal value, meaning it is possible to pass
  in a literal value of null
2010-06-23 15:57:38 -07:00
..
langs babel: languages adding their extensions to `'org-babel-tangle-lang-exts' 2010-06-17 18:15:35 -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