summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaushal Modi <kaushal.modi@gmail.com>2018-10-04 10:55:10 -0400
committerKaushal Modi <kaushal.modi@gmail.com>2018-10-04 10:55:10 -0400
commit5abfdeeb8f72dfc2db324e8e731f4e16f2b54bea (patch)
treef1c00990c8337d76af49857b229b0828e6357c41
parent524be7cdb187b2fd0edf4d90cbfa90d0df382a11 (diff)
downloadorg-mode-5abfdeeb8f72dfc2db324e8e731f4e16f2b54bea.tar.gz
org-manual: Add cindex for include keyword options
* doc/org-manual.org (Include Files): Add cindex for :minlevel, :lines, :only-contents.
-rw-r--r--doc/org-manual.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 27131c8..fa1bd8a 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -11631,6 +11631,7 @@ neither checks for valid syntax nor changes the contents in any way.
For example and source blocks, Org code-escapes the contents before
inclusion.
+#+cindex: @samp{minlevel}, include
If an included file is not specified as having any markup language,
Org assumes it be in Org format and proceeds as usual with a few
exceptions. Org makes the footnote labels (see [[*Creating Footnotes]])
@@ -11645,6 +11646,7 @@ top-level headline:
: #+INCLUDE: "~/my-book/chapter2.org" :minlevel 1
+#+cindex: @samp{lines}, include
Inclusion of only portions of files are specified using ranges
parameter with =:lines= keyword. The line at the upper end of the
range will not be included. The start and/or the end of the range may
@@ -11664,6 +11666,7 @@ Therefore,
#+texinfo: @noindent
includes the first 20 lines of the headline named =conclusion=.
+#+cindex: @samp{only-contents}, include
To extract only the contents of the matched object, set
=:only-contents= property to non-~nil~. This omits any planning lines
or property drawers. For example, to include the body of the heading