org-mode/contrib/babel/lisp
Eric Schulte 367d81d9dc babel: all code blocks with sessions are now evaluated on export
* contrib/babel/lisp/org-babel-exp.el (org-babel-exp-do-export):

  This brings babel more inline with Sweave, by ensuring that any code
  block which could change the state in a persistent session is
  executed.  Prior to this change the following org-mode text like would
  not export as expected because the x variable would not be
  initialized.

  ** inline expressions
     :PROPERTIES:
     :session:  *R*
     :END:

  #+begin_src R :exports code :results silent
    x<-5
  #+end_src

  the sum of 1 and 4 is equal to src_R{x}
2010-06-06 19:13:14 -07:00
..
langs babel-asymptote: now accepts variables in a variety of types 2010-06-04 09:51:18 -06:00
org-babel-comint.el babel: allow point to move to end of comint buffer 2010-02-27 14:14:07 -05:00
org-babel-exp.el babel: all code blocks with sessions are now evaluated on export 2010-06-06 19:13:14 -07:00
org-babel-keys.el babel: updated key bindings in refcard 2010-05-26 16:55:48 -06:00
org-babel-lob.el Xemacs incompatibilities 2010-05-26 22:45:01 -06:00
org-babel-ref.el babel: fixed error resolving references on export 2010-06-02 09:07:01 -06:00
org-babel-table.el babel: when passing values from a table an extra '$' prefix forces literal 2010-03-25 11:09:38 -06:00
org-babel-tangle.el babel: adding some newline padding around tangle code blocks 2010-06-02 14:07:20 -06:00
org-babel.el babel: tangle works when buffer name and file name differ 2010-06-02 09:07:23 -06:00