Introducing ob-org and now wrapping ":results org" in org code block
commit2c33b2eb660f98537c7b2c5c05c93564191ed30e
authorEric Schulte <schulte.eric@gmail.com>
Thu, 26 Aug 2010 16:01:21 +0000 (26 10:01 -0600)
committerEric Schulte <schulte.eric@gmail.com>
Thu, 26 Aug 2010 16:01:21 +0000 (26 10:01 -0600)
treed5f89a9aa8dd12ca02c679eed559601de5e65388
parenta89dc43e835515eff9dd6bd864e015a3729cd63c
Introducing ob-org and now wrapping ":results org" in org code block

  ob-org has two non-standard header arguments in that it exports it's
  results by default and the result type defaults to raw, this ensures
  that the body of a begin_src org block exports transparently.

  This is a breaking change in that if you are currently using org
  code blocks to export org-fontified code you will have to set the
  ":exports" header argument for org-mode blocks to "code" on a block,
  file, language or system-wide basis.

* Makefile (LISPF): adding ob-org.el to the makefile

* lisp/ob-org.el: defines handling of org code blocks

* lisp/ob.el (org-babel-insert-result): now when "org" is a result
  type the results are wrapped in an org code block
Makefile
lisp/ob-org.el [new file with mode: 0644]
lisp/ob.el
lisp/org.el