Commit History

Author SHA1 Message Date
  Eric Schulte 274823c858 if a code block has a body, its last character must be a newline 14 years ago
  Eric Schulte 9ff7f80f51 fix compilation errors introduced by most recent changes 14 years ago
  Eric Schulte 72817926d7 new interactive function for removing code block results 14 years ago
  emacs 7340cee33a Update website to show 7.7 as current release 14 years ago
  Eric Schulte b1724e02fb adding a function for inspecting code block information e.g., header arguments 14 years ago
  Eric Schulte 4b6bfab817 ob: only call copy-seq on proper lists 14 years ago
  Eric Schulte 0b9cc74c56 ob: replaced call to defunct function `org-babel-result-hash' 14 years ago
  Eric Schulte 8854497c35 ob-exp: on export resolve hashes in the current (not original) file buffer 14 years ago
  Bastien Guerry b93da58e1f ob.el: Bugfix about `nil' body variable when parsing block. 14 years ago
  Eric Schulte 8834bde39f ob: strip *single* trailing newline from code block bodies 14 years ago
  Eric Schulte c6e69cd85b ob: enforce "verbatim" as synonym for "scalar" 14 years ago
  Eric Schulte cef17b6340 ob-clojure: parse odd parens when nested isnide lists 14 years ago
  Bastien Guerry 9c05a7c781 Bump to version 7.6 14 years ago
  Eric Schulte 6ddad0a91a ob: not including export-variable headers in cache sha1 14 years ago
  Eric Schulte 0a0969303a ob: declare variable to appease compiler 14 years ago
  Michael Markert b3e8b3f87c adding optional argument KIND to all org-called-interactively-p function invocations 14 years ago
  Bastien Guerry 2b7dbee193 Replace interactive-p with the org-called-interactively-p macro. 14 years ago
  Eric Schulte b055f0d372 ob: escaping scripts now treats {} in the same manner as [] 14 years ago
  Eric Schulte 5b7646ce08 ob: expand noweb references to headline contents 14 years ago
  Eric Schulte 27c3cad589 ob: preserve the order of variable parameters 14 years ago
  Eric Schulte d1f0ae650f ob: fix results insertion for inline blocks which happen to start a line 14 years ago
  Eric Schulte 9e686bd681 ob: ensure that un-named variables are assigned correctly 14 years ago
  Eric Schulte 1b95d2e9ce ob: unnamed variables are assigned in order 14 years ago
  Eric Schulte 4127e53cda ob: remove code comments pointing to online documentation 14 years ago
  Eric Schulte 3d60c1a1d8 ob: replace call to called-interactively-p with backwards-compatible interactive-p 14 years ago
  Eric Schulte 6c771d236d ob: inserting inline call block results appropriately 14 years ago
  Eric Schulte 01ebf445aa ob: adding noweb-ref to the list of header argument names 14 years ago
  Eric Schulte 8c37281cb6 ob-tangle: continued code blocks now implemented with the :noweb-ref header arg 14 years ago
  Eric Schulte 978cdf276d Babel: code block may have empty bodies, now passing all tests 14 years ago
  Eric Schulte 95f9aa5ff5 fixing compiler warnings for Babel functions 14 years ago