Commit History

Author SHA1 Message Date
  Eric Schulte 56a81ee65a org-babel: no longer consumes src-block reference strings during export 16 years ago
  Dan Davison 3547a6b64d org-babel: further cleaning of parameter-passing to language files 16 years ago
  Eric Schulte 082fb84c34 org-babel: cleaner passing of parameter to language specific files 16 years ago
  Eric Schulte 28881fa29d org-babel: added `org-babel-noweb-error-langs' to raise errors when noweb references can't be resolved 16 years ago
  Dan Davison 210f85ce49 org-babel: store noweb-expanded code body in 'info' data structure 16 years ago
  Dan Davison 43bd90ef81 org-babel: new header argument :results_switches 16 years ago
  Dan Davison ea2cd9b1c8 org-babel: make info structure available when removing/inserting results 16 years ago
  Dan Davison f01fb927e1 org-babel: read results contained in generic org blocks 16 years ago
  Dan Davison 13d670744e org-babel: set case-fold-search t when reading results 16 years ago
  Dan Davison 43cd1aa2b9 org-babel: trim trailing newline from noweb-referenced material 16 years ago
  Dan Davison 8b33a47410 org-babel: match multiple noweb references on same line correctly. 16 years ago
  Dan Davison 3cf02c1afa org-babel: allow regexp to be supplied in org-babel-trim, as per docstring. 16 years ago
  Dan Davison 872d9157d9 org-babel: include functional-style args in org-babel-get-src-block-info list 16 years ago
  Dan Davison 72691f1ff7 org-babel: Single function to return all source block info. 16 years ago
  Dan Davison dcc669f20a org-babel: parse src block switches 16 years ago
  Dan Davison c7d3844bd9 org-babel: annotate org-babel-src-block-regexp with comments for clarity 16 years ago
  Eric Schulte f4d5b6dd49 org-babel noweb reference evaluation 16 years ago
  Dan Davison 962a1e0608 org-babel: fix inline source block regexp 16 years ago
  Dan Davison 512b376bb5 org-babel: allow multiple spaces/tabs between "src" and lang 16 years ago
  Dan Davison 70a5963563 org-babel: avoid false positive matches for inline and #+lob constructs 16 years ago
  Dan Davison 5f1ea1ce70 org-babel: By default, don't use session for inline blocks 16 years ago
  Eric Schulte 62c8d0a835 org-babel: foreign-file references work, export is fully functional 16 years ago
  Eric Schulte 540fa74513 org-babel-exp.el is now working for inline blocks 16 years ago
  Dan Davison 68a1240db8 org-babel: ensure that result is returned when using :results output 16 years ago
  Dan Davison 6c0c2039dd org-babel: make [:file filename] imply [:exports results] 16 years ago
  Dan Davison 351f52192d org-babel: extend the way header args are taken from properties 16 years ago
  Eric Schulte 4d374b27d2 org-babel: :noweb header argument now expands noweb references before source-block evaluation 16 years ago
  Eric Schulte 3db817fb02 org-babel: now supports pp results (emacs-lisp, ruby, python) 16 years ago
  Eric Schulte 4abe8f7ea0 org-babel: added "table" results header argument as more readable alias for "vector" 16 years ago
  Eric Schulte 430a3bf6ad org-babel: "code" results type for returning results in of source code syntax 16 years ago