Commit Verlauf

Autor SHA1 Nachricht Datum
  Eric Schulte 19884ab280 resolve named code blocks before named data vor 14 Jahren
  Eric Schulte 8114cf2bc4 Gracefully handle results which are neither lists nor strings. vor 14 Jahren
  Eric Schulte 83dfaa5c8f named code blocks are replaced with their results vor 14 Jahren
  Eric Schulte 1ed12cac1a passing all tests after code block syntax changes vor 14 Jahren
  Eric Schulte 3af89e696a property names ending in plus accumulate vor 14 Jahren
  Eric Schulte 7e93b90f88 Standardized code block keywords vor 14 Jahren
  Eric Schulte 67a26e0141 execute call lines when executing an entire buffer vor 14 Jahren
  Eric Schulte 4cf9de5ea0 don't disassemble tables twice on export vor 14 Jahren
  Eric Schulte 1134385a87 better handling of multiple-variable :var code block header arguments vor 14 Jahren
  Bastien Guerry ecf5368afe ob.el: Fix byte-compiler warning about free variable. vor 14 Jahren
  Eric Schulte 93bdeb9212 two more quick fixes vor 14 Jahren
  Eric Schulte 0bcb248ee6 quick fix for a tiny bug vor 14 Jahren
  Eric Schulte 4c3d289faf Now allow multiple "var" specifications behind a single ":var" vor 14 Jahren
  Eric Schulte 080e2decbc removing `org-babel-params-from-buffer' and #+PROPERTIES: entirely vor 14 Jahren
  Eric Schulte 04a978fde5 removing #+BABEL: lines in favor of general #+PROPERTIES: lines vor 14 Jahren
  Eric Schulte c1ac640944 fix multi-table bug in code block colname and rowname handling vor 14 Jahren
  Eric Schulte 3e86300d6d now including language specific header arg values in insertion options vor 14 Jahren
  Eric Schulte d7d0230bf4 Fixed typo in org-babel-insert-header-arg. vor 14 Jahren
  Eric Schulte 9135ec76dd New helper function for inserting common code block header arguments vor 14 Jahren
  Eric Schulte 6844094edb Don't delete variable values when checking for assignment. vor 14 Jahren
  Eric Schulte 267015b24a differentiate between result types and wrappers vor 14 Jahren
  Eric Schulte 11f07576cb Check that functional-syntax variables are initialized. vor 14 Jahren
  Eric Schulte f075ada9a1 Adding a note for a future enhancement. vor 14 Jahren
  Eric Schulte 0037ef9261 more robust to code blocks with empty bodies vor 14 Jahren
  Eric Schulte 597e1eb4fe Don't error on empty code block body. vor 14 Jahren
  Eric Schulte a4e881207d better error message for unassigned variables vor 14 Jahren
  Martyn Jago 223ac13486 Inline source block and test fixes * lisp/ob.el: Fixed late night refactoring error * testing/examples/babel.org: whitespace * testing/lisp/test-ob.el: Fixed test-org-babel/inline-src-block-regexp (regression error) Renamed test-org-babel/parse-header-args2 since duplicate test heading Made test-org-babel/parse-header-args less brittle vor 14 Jahren
  Martyn Jago d7d052ec7c Bug fixes to inline source block execution triggering. * lisp/ob.el: Created org-babel-get-inline-src-block-matches() to fix problems with org-ctrl-c-ctrl-c not triggering inline src block execution when point is on or after a space within the inline src block body. Also fixed execution problems where inline src block is on buffer line 1. * testing/examples/babel.org: Test data for org-babel-get-inline-src-block-matches() vor 14 Jahren
  Eric Schulte 0d580520cc better code block demarcation vor 14 Jahren
  Eric Schulte 0b6de9a026 corrected file insertion for inline results vor 14 Jahren