summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-02-14 09:52:17 +0100
committerBastien Guerry <bzg@altern.org>2013-02-14 09:52:17 +0100
commit3ddaf2c33a19758e3b4666725388c5cff0283b4b (patch)
tree40f0dad62c2a21c658f66f124c60b3b58db3fb9d
parent7a4d026b67ab4e725637be90819ef2caf70bc1bf (diff)
downloadorg-mode-3ddaf2c33a19758e3b4666725388c5cff0283b4b.tar.gz
org.texi: Fix references to #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT
* org.texi (Export options, In-buffer settings): Fix references to #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT.
-rw-r--r--doc/org.texi13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 03c7341..fe70a69 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -9944,9 +9944,8 @@ Insert template with export options, see example below.
@cindex #+BIND
@cindex #+LINK_UP
@cindex #+LINK_HOME
-@cindex #+EXPORT_SELECT_TAGS
-@cindex #+EXPORT_EXCLUDE_TAGS
-@cindex #+XSLT
+@cindex #+SELECT_TAGS
+@cindex #+EXCLUDE_TAGS
@cindex #+LaTeX_HEADER
@vindex user-full-name
@vindex user-mail-address
@@ -9968,8 +9967,8 @@ Insert template with export options, see example below.
#+LINK_UP: the ``up'' link of an exported page
#+LINK_HOME: the ``home'' link of an exported page
#+LaTeX_HEADER: extra line(s) for the @LaTeX{} header, like \usepackage@{xyz@}
-#+EXPORT_SELECT_TAGS: Tags that select a tree for export
-#+EXPORT_EXCLUDE_TAGS: Tags that exclude a tree from export
+#+SELECT_TAGS: Tags that select a tree for export
+#+EXCLUDE_TAGS: Tags that exclude a tree from export
@end example
@noindent
@@ -14938,10 +14937,10 @@ keys. The corresponding variable is @code{org-tag-alist}.
@item #+TBLFM:
This line contains the formulas for the table directly above the line.
@item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+DATE:,
-@itemx #+OPTIONS:, #+BIND:, #+XSLT:,
+@itemx #+OPTIONS:, #+BIND:,
@itemx #+DESCRIPTION:, #+KEYWORDS:,
@itemx #+LaTeX_HEADER:, #+STYLE:, #+LINK_UP:, #+LINK_HOME:,
-@itemx #+EXPORT_SELECT_TAGS:, #+EXPORT_EXCLUDE_TAGS:
+@itemx #+SELECT_TAGS:, #+EXCLUDE_TAGS:
These lines provide settings for exporting files. For more details see
@ref{Export options}.
@item #+TODO: #+SEQ_TODO: #+TYP_TODO: