aboutsummaryrefslogtreecommitdiffstats
path: root/testing/examples/include.org (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ox: Update INCLUDE keywords wrt property drawersNicolas Goaziou2014-10-281-3/+3
| | | | | | | | * lisp/ox.el (org-export--inclusion-absolute-lines): Fix comment. (org-export--prepare-file-contents): Do not look for property drawers after a drawer, since this is impossible. * testing/examples/include.org: Fix test data.
* ox: Allow file-links with #+INCLUDE-keywordRasmus2014-10-021-0/+25
| | | | | | | | | | | | * org.el (org-edit-special): Handle file-links for INCLUDE. * ox.el (org-export--prepare-file-contents): Handle links and add option no-heading. * ox.el (org-export-expand-include-keyword): Resolve headline links and add option :only-contents. * orgguide.texi (Include files) org.texi (Include files): Updated. * testing/examples/include.org: New examples. * test-ox.el (test-org-export/expand-include): New tests.
* org-export: Fix bug with recursive file inclusion and relative pathsNicolas Goaziou2012-02-231-0/+10
* contrib/lisp/org-export.el (org-export-expand-include-keyword): Use another optional argument to specify the current working directory. (org-export-as): Apply changes. * testing/contrib/lisp/test-org-export.el: Add tests. * testing/examples/include.org: New test file. * testing/examples/include2.org: New test file.