0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-19 19:40:01 +00:00
org-mode/contrib/babel/lisp
Eric Schulte 25f76ffa44 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; }
2010-02-10 13:34:00 -07:00
..
langs babel-clojure: slight change allowing strings to be passed in as variables 2010-02-08 13:17:37 -07:00
org-babel-comint.el
org-babel-exp.el babel: now including source code block arguments w/source name on export 2010-02-10 13:34:00 -07:00
org-babel-keys.el
org-babel-lob.el babel: now including source code block arguments w/source name on export 2010-02-10 13:34:00 -07:00
org-babel-ref.el babel: now able to reference links as results 2010-02-09 20:30:28 -07:00
org-babel-table.el
org-babel-tangle.el babel: org-babel-load-file no longer fails when `file-truename' returns nil 2010-02-08 13:17:06 -07:00
org-babel.el babel: now able to reference links as results 2010-02-09 20:30:28 -07:00