ox: Allow file-links with #+INCLUDE-keyword
commit986037a538f8aa325228f7a0d1283e86423fcfa8
authorRasmus <rasmus@gmx.us>
Sun, 28 Sep 2014 19:05:17 +0000 (28 21:05 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 2 Oct 2014 16:51:37 +0000 (2 18:51 +0200)
treeed01af2a6fb9265a4650e09e00dbfd175a05a842
parent58d95c3a4fc0457ed78516a706ad79ae963a7538
ox: Allow file-links with #+INCLUDE-keyword

* 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.
doc/org.texi
doc/orgguide.texi
lisp/org.el
lisp/ox.el
testing/examples/include.org
testing/lisp/test-ox.el