org-mode/testing/lisp
Nicolas Goaziou e09ffe2a67 ox: Add a defcustom to export properties drawers
* lisp/ox.el (org-export-with-drawers): Improve docstring.
(org-export-with-properties): New variable
(org-export--skip-p): Handle new variable.
(org-export-options-alist): Install new variable.
* lisp/ox-ascii.el (org-ascii-node-property,
  org-ascii-property-drawer): New functions.
* lisp/ox-html.el (org-html-node-property): New function.
(org-html-property-drawer): Export property drawers as "pre" blocks.
* lisp/ox-latex.el (org-latex-property-drawer,
  org-latex-node-property): New functions.
* lisp/ox-man.el (org-man-node-property, org-man-property-drawer): New
  functions.
* lisp/ox-md.el (org-md-node-property, org-md-property-drawer): New
  functions.
* lisp/ox-odt.el (org-odt-node-property): New function.
(org-odt-property-drawer): Export property drawers as fixed width
blocks.
* lisp/ox-texinfo.el (org-texinfo-node-property): New function.
(org-texinfo-property-drawer): Export property drawers as verbatim
blocks.
* doc/org.texi: Update manual.
* testing/lisp/test-ox.el: Add tests.
2013-09-26 13:46:31 +02:00
..
test-ob-C.el ob-C: Add list support. 2013-06-06 12:06:26 -06:00
test-ob-R.el Update copyright years. 2013-01-01 16:04:24 +01:00
test-ob-awk.el Update copyright years. 2013-01-01 16:04:24 +01:00
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 Export back-ends: Apply changes to export functions 2013-08-07 16:11:42 +02:00
test-ob-fortran.el Add a matrix input to ob-fortran.el 2013-06-03 22:56:23 -06:00
test-ob-header-arg-defaults.el testing: provide tests for header-args[:lang] properties 2013-06-23 19:35:15 +02:00
test-ob-lilypond.el Update copyright years. 2013-01-01 16:04:24 +01:00
test-ob-lob.el fix test failure introduced by moving library-of-babel.org in 321f806faf 2013-03-06 21:27:13 +01:00
test-ob-maxima.el Update copyright years. 2013-01-01 16:04:24 +01:00
test-ob-octave.el Update copyright years. 2013-01-01 16:04:24 +01:00
test-ob-perl.el test-ob-perl: improve test coverage 2013-04-07 11:28:57 +02:00
test-ob-python.el Update copyright years. 2013-01-01 16:04:24 +01:00
test-ob-sh.el Update copyright years. 2013-01-01 16:04:24 +01:00
test-ob-table.el Update copyright years. 2013-01-01 16:04:24 +01:00
test-ob-tangle.el Update copyright years. 2013-01-01 16:04:24 +01:00
test-ob.el ob-core: Fix wrong indentation of results 2013-08-21 14:16:28 +02:00
test-org-clock.el Fix new test for clocktables 2012-12-07 19:50:01 +01:00
test-org-element.el org-element: Fix `org-element-at-point' at end of buffer 2013-09-18 21:15:04 +02:00
test-org-footnote.el Require 2 blank lines to separate footnote definition 2013-02-24 14:44:07 +01:00
test-org-list.el org-list: Fix list repairing 2013-09-04 15:21:33 +02:00
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 Fix tests wrt commit 0c31a4fc 2013-05-15 16:31:44 +02:00
test-org.el New functions for paragraph-like navigation 2013-09-14 00:23:54 +02:00
test-ox.el ox: Add a defcustom to export properties drawers 2013-09-26 13:46:31 +02:00
test-property-inheritance.el Update copyright years. 2013-01-01 16:04:24 +01:00