0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-26 05:32:53 +00:00
org-mode/contrib/babel/lisp
Eric Schulte f4d5b6dd49 org-babel noweb reference evaluation
noweb references which include ()s are now evaluated.  It is
  possible to pass arguments to the noweb references using the existing
  lob argument syntax.  So after this commit the following

<<example-block>>

  will insert the body of "example-block", and the following

<<example-block()>>

  will insert the results of "example-block", and the following

<<example-block(a=9)>>

  will insert the results of "example-block" with argument "a" set to
  the literal value of 9
2009-10-28 16:13:33 -06:00
..
langs org-babel: ensure that result is returned when using :results output 2009-10-20 09:24:15 -04:00
org-babel-comint.el merging with the org-babel repository 2009-09-11 13:44:05 -06:00
org-babel-exp.el org-babel: fix inline source block regexp 2009-10-26 21:51:43 -06:00
org-babel-lob.el org-babel-exp: simplification of org-babel-lob-mode 2009-10-25 12:52:17 -06:00
org-babel-ref.el org-babel: foreign-file references work, export is fully functional 2009-10-23 16:02:24 -06:00
org-babel-table.el merging with the org-babel repository 2009-09-11 13:44:05 -06:00
org-babel-tangle.el org-babel: improve prompt when choosing file to tangle 2009-10-20 10:17:42 -04:00
org-babel.el org-babel noweb reference evaluation 2009-10-28 16:13:33 -06:00