org-mode/testing/examples
Eric Schulte 9ba9ef99a6 babel: now allows multi-line header arguments with #+headers: before code block
for example, from the test of this functionality
* multi-line header arguments
  :PROPERTIES:
  :ID:       b77c8857-6c76-4ea9-8a61-ddc2648d96c4
  :END:

  (map 'list #'list numbers letters)

| 1 | a |
| 2 | b |
| 3 | c |
| 4 | d |
| 5 | e |
| 6 | f |
| 7 | g |

* lisp/ob.el (org-babel-multi-line-header-regexp): new variable for
  matching header lines preceding code blocks

  (org-babel-src-name-w-name-regexp): now includes possible header
  lines between source name and code block

  (org-babel-get-src-block-info): now also collecting header arguments
  from preceding header lines

  (org-babel-src-block-names): updated match-string to reflect new
  value of org-babel-src-name-w-name-regexp

  (org-babel-merge-params): fixed error in variable string regexp
2010-10-21 13:05:59 +01:00
..
babel.org babel: now allows multi-line header arguments with #+headers: before code block 2010-10-21 13:05:59 +01:00
link-in-heading.org test: re-arranging example files into their own directory 2010-10-05 11:54:48 -06:00
no-heading.org ob-exp: fixed export when headings have links, with tests 2010-10-05 11:54:48 -06:00
normal.org test: re-arranging example files into their own directory 2010-10-05 11:54:48 -06:00