org-mode/testing/lisp
Nicolas Goaziou 87ab99f563 org-element/ox: Fix src-block indentation when it should be preserved
* lisp/org-element.el (org-element--remove-indentation): New function.
(org-element-example-block-parser, org-element-src-block-parser): Use
new function.
(org-element-src-block-interpreter): Update function according to
change.
* lisp/ox.el (org-export-unravel-code): Do not remove any indentation
  since it now happens at the parser level.
* testing/lisp/test-org-element.el: Add tests.
* testing/lisp/test-ox.el: Refactor tests.
2013-05-25 14:35:24 +02:00
..
test-ob-awk.el
test-ob-C.el
test-ob-emacs-lisp.el Fix testing/lisp/test-ob-emacs-lisp.el 2013-04-03 09:17:17 -06:00
test-ob-exp.el
test-ob-fortran.el
test-ob-lilypond.el Update copyright years. 2013-01-01 16:04:24 +01:00
test-ob-lob.el
test-ob-maxima.el
test-ob-octave.el
test-ob-perl.el
test-ob-python.el
test-ob-R.el
test-ob-sh.el
test-ob-table.el
test-ob-tangle.el
test-ob.el
test-org-clock.el
test-org-element.el org-element/ox: Fix src-block indentation when it should be preserved 2013-05-25 14:35:24 +02:00
test-org-footnote.el
test-org-list.el
test-org-macro.el org-macro: Properly handle macros in setup files 2013-04-01 15:47:39 +02:00
test-org-open-at-point.el Test the org-open-at-point function. 2013-03-16 20:27:00 +01:00
test-org-src.el Merge branch 'maint' 2013-01-01 16:06:17 +01:00
test-org-table.el
test-org.el Fix error when filling a table from an affiliated keyword 2013-04-26 14:27:38 +02:00
test-ox.el org-element/ox: Fix src-block indentation when it should be preserved 2013-05-25 14:35:24 +02:00
test-property-inheritance.el