|
@@ -545,7 +545,6 @@ Markup for rich export
|
|
* Images and tables:: Images, tables and caption mechanism
|
|
* Images and tables:: Images, tables and caption mechanism
|
|
* Literal examples:: Source code examples with special formatting
|
|
* Literal examples:: Source code examples with special formatting
|
|
* Include files:: Include additional files into a document
|
|
* Include files:: Include additional files into a document
|
|
-* Index entries:: Making an index
|
|
|
|
* Macro replacement:: Use macros to create templates
|
|
* Macro replacement:: Use macros to create templates
|
|
* Embedded @LaTeX{}:: LaTeX can be freely used inside Org documents
|
|
* Embedded @LaTeX{}:: LaTeX can be freely used inside Org documents
|
|
* Special blocks:: Containers targeted at export back-ends
|
|
* Special blocks:: Containers targeted at export back-ends
|
|
@@ -9730,7 +9729,6 @@ markup rules used in an Org mode buffer.
|
|
* Images and tables:: Images, tables and caption mechanism
|
|
* Images and tables:: Images, tables and caption mechanism
|
|
* Literal examples:: Source code examples with special formatting
|
|
* Literal examples:: Source code examples with special formatting
|
|
* Include files:: Include additional files into a document
|
|
* Include files:: Include additional files into a document
|
|
-* Index entries:: Making an index
|
|
|
|
* Macro replacement:: Use macros to create templates
|
|
* Macro replacement:: Use macros to create templates
|
|
* Embedded @LaTeX{}:: LaTeX can be freely used inside Org documents
|
|
* Embedded @LaTeX{}:: LaTeX can be freely used inside Org documents
|
|
* Special blocks:: Containers targeted at export back-ends
|
|
* Special blocks:: Containers targeted at export back-ends
|
|
@@ -10222,23 +10220,6 @@ operates locally with respect to the requested element. Some examples:
|
|
Visit the include file at point.
|
|
Visit the include file at point.
|
|
@end table
|
|
@end table
|
|
|
|
|
|
-@node Index entries
|
|
|
|
-@section Index entries
|
|
|
|
-@cindex index entries, for publishing
|
|
|
|
-
|
|
|
|
-You can specify entries that will be used for generating an index during
|
|
|
|
-publishing. This is done by lines starting with @code{#+INDEX}. An entry
|
|
|
|
-the contains an exclamation mark will create a sub item. See @ref{Generating
|
|
|
|
-an index} for more information.
|
|
|
|
-
|
|
|
|
-@example
|
|
|
|
-* Curriculum Vitae
|
|
|
|
-#+INDEX: CV
|
|
|
|
-#+INDEX: Application!CV
|
|
|
|
-@end example
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
@node Macro replacement
|
|
@node Macro replacement
|
|
@section Macro replacement
|
|
@section Macro replacement
|
|
@cindex macro replacement, during export
|
|
@cindex macro replacement, during export
|
|
@@ -14698,6 +14679,16 @@ The file will be created when first publishing a project with the
|
|
"theindex.inc"}. You can then build around this include statement by adding
|
|
"theindex.inc"}. You can then build around this include statement by adding
|
|
a title, style information, etc.
|
|
a title, style information, etc.
|
|
|
|
|
|
|
|
+@cindex #+INDEX
|
|
|
|
+Index entries are specified with @code{#+INDEX} keyword. An entry that
|
|
|
|
+contains an exclamation mark will create a sub item.
|
|
|
|
+
|
|
|
|
+@example
|
|
|
|
+* Curriculum Vitae
|
|
|
|
+#+INDEX: CV
|
|
|
|
+#+INDEX: Application!CV
|
|
|
|
+@end example
|
|
|
|
+
|
|
@node Uploading files
|
|
@node Uploading files
|
|
@section Uploading files
|
|
@section Uploading files
|
|
@cindex rsync
|
|
@cindex rsync
|