#+TITLE: test-include.org #+DATE: 2012-03-12 Mon #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: #+XSLT: #+BEGIN_SRC emacs-lisp (org-export-as-org nil nil nil nil nil nil) (find-file "test-include-source.org") (org-export-handle-include-files-recurse) #+END_SRC #+RESULTS: * Prologue #+INCLUDE: "./test-include-include.org" :lines "19-" * colview :noexport: #+BEGIN: columnview :hlines 5 :id file:test-include-source.org | Task | Effort | CLOCKSUM | |--------------------+--------+----------| | * Prologue | | | |--------------------+--------+----------| | * Included heading | | | #+END: