diff --git a/doc/org.texi b/doc/org.texi
index c517c3dfa..27a3cbaad 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1204,6 +1204,7 @@ using this method is @emph{strongly} deprecated as it is incompatible
with the outline structure of the document. The correct method for
setting multiple archive locations in a buffer is using properties.}:
+@cindex #+ARCHIVE
@example
#+ARCHIVE: %s_done::
@end example
@@ -1449,6 +1450,7 @@ numerically, alphabetically, by time, or by custom function.
@node Drawers, Blocks, Plain lists, Document Structure
@section Drawers
@cindex drawers
+@cindex #+DRAWERS
@cindex visibility cycling, drawers
@vindex org-drawers
@@ -2108,6 +2110,7 @@ see the @samp{E} mode switch below). If there are no non-empty fields,
@cindex references, named
@cindex name, of column or field
@cindex constants, in calculations
+@cindex #+CONSTANTS
@vindex org-table-formula-constants
@samp{$name} is interpreted as the name of a column, parameter or
@@ -2144,6 +2147,7 @@ numbers.
@cindex references, to a different table
@cindex name, of column or field
@cindex constants, in calculations
+@cindex #+TBLNAME
You may also reference constants, fields and ranges from a different table,
either in the current file or even in a different file. The syntax is
@@ -2266,6 +2270,7 @@ press @key{TAB} or @key{RET} or @kbd{C-c C-c} with the cursor still in
the field, the formula will be stored as the formula for this field,
evaluated, and the current field replaced with the result.
+@cindex #+TBLFM
Formulas are stored in a special line starting with @samp{#+TBLFM:}
directly below the table. If you typed the equation in the 4th field of
the 3rd data line in the table, the formula will look like
@@ -2578,6 +2583,7 @@ functions.
@section Org-Plot
@cindex graph, in tables
@cindex plot tables using gnuplot
+@cindex #+PLOT
Org-Plot can produce 2D and 3D graphs of information stored in org tables
using @file{Gnuplot} @uref{http://www.gnuplot.info/} and @file{gnuplot-mode}
@@ -3093,6 +3099,7 @@ doing besides Emacs hacking with @code{[[ads:Dominik,C]]}.
If you need special abbreviations just for a single Org buffer, you
can define them in the file with
+@cindex #+LINK
@example
#+LINK: bugzilla http://10.1.2.9/bugzilla/show_bug.cgi?id=
#+LINK: google http://www.google.com/search?q=%s
@@ -3442,6 +3449,9 @@ unique keys across both sets of keywords.}
@subsection Setting up keywords for individual files
@cindex keyword options
@cindex per-file keywords
+@cindex #+TODO
+@cindex #+TYP_TODO
+@cindex #+SEQ_TODO
It can be very useful to use different aspects of the TODO mechanism in
different files. For file-local settings, you need to add special lines
@@ -3753,6 +3763,7 @@ these values (highest, lowest, default) like this (please make sure that
the highest priority is earlier in the alphabet than the lowest
priority):
+@cindex #+PRIORITIES
@example
#+PRIORITIES: A C B
@end example
@@ -3959,6 +3970,7 @@ explicitly marked with those tags. You can also set tags that all entries in
a file should inherit just as if these tags were defined in a hypothetical
level zero that surrounds the entire file.
+@cindex #+FILETAGS
@example
#+FILETAGS: :Peter:Boss:Secret:
@end example
@@ -4013,6 +4025,7 @@ currently used in the buffer. You may also globally specify a hard list
of tags with the variable @code{org-tag-alist}. Finally you can set
the default tags for a given file with lines like
+@cindex #+TAGS
@example
#+TAGS: @@work @@home @@tennisclub
#+TAGS: laptop car pc sailboat
@@ -4266,6 +4279,7 @@ publishers and the number of disks in a box like this:
If you want to set properties that can be inherited by any entry in a
file, use a line like
@cindex property, _ALL
+@cindex #+PROPERTY
@example
#+PROPERTY: NDisks_ALL 1 2 3 4
@end example
@@ -4475,6 +4489,7 @@ done by defining a column format line.
To define a column format for an entire file, use a line like
+@cindex #+COLUMNS
@example
#+COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
@end example
@@ -7917,6 +7932,7 @@ summarizes the markup rules used in an Org-mode buffer.
@noindent
The title of the exported document is taken from the special line
+@cindex #+TITLE
@example
#+TITLE: This is the title of the document
@end example
@@ -7945,6 +7961,7 @@ levels will become itemized lists. You can change the location of this
switch globally by setting the variable @code{org-headline-levels}, or on a
per-file basis with a line
+@cindex #+OPTIONS
@example
#+OPTIONS: H:4
@end example
@@ -8013,6 +8030,7 @@ a line break within a paragraph, use @samp{\\} at the end of a line.
To keep the line breaks in a region, but otherwise use normal formatting, you
can use this construct, which can also be used to format poetry.
+@cindex #+BEGIN_VERSE
@example
#+BEGIN_VERSE
Great clouds overhead
@@ -8027,6 +8045,7 @@ When quoting a passage from another document, it is customary to format this
as a paragraph that is indented on both the left and the right margin. You
can include quotations in Org-mode documents like this:
+@cindex #+BEGIN_QUOTE
@example
#+BEGIN_QUOTE
Everything should be made as simple as possible,
@@ -8035,6 +8054,7 @@ but not any simpler -- Albert Einstein
@end example
If you would like to center some text, do it like this:
+@cindex #+BEGIN_CENTER
@example
#+BEGIN_CENTER
Everything should be made as simple as possible, \\
@@ -8268,6 +8288,7 @@ exported as a horizontal line (@samp{