babel: now including source code block arguments w/source name on export
commit25f76ffa4413cedfd66e5f0d32908d827f9d28be
authorEric Schulte <schulte.eric@gmail.com>
Wed, 10 Feb 2010 20:34:00 +0000 (10 13:34 -0700)
committerEric Schulte <schulte.eric@gmail.com>
Wed, 10 Feb 2010 20:34:00 +0000 (10 13:34 -0700)
treed9179fd6062f13482637850e2d9dec4281b7de54
parentd731a526517c8a68676d2b0c06a99f5579ea5b80
babel: now including source code block arguments w/source name on export

  This change provides for better export of named source-code blocks,
  with specific support for more attractive html export.  The arguments
  are included with the source code name, and both the source code name
  and code body are wrapped in a div to support styling with css.  For
  example the following CSS can be used to associate a source-code block
  name with it's code body, and to slightly indent the body.

.org-src-container {
  border-left: 4px solid gray;
  padding: 0.5em 0.5em 0.5em 1em; }
  .org-src-container pre {
    margin-left: 1em; }
contrib/babel/lisp/org-babel-exp.el
contrib/babel/lisp/org-babel-lob.el
lisp/org-exp.el