From 04c6ad77744c419c348217e2a99df9a81c432ba1 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 14 Feb 2013 10:07:55 +0100 Subject: [PATCH] org.texi: Fix references to HTML_LINK_* and HTML_STYLE keywords * org.texi (Export options, CSS support, In-buffer settings): Fix references to HTML_LINK_* and HTML_STYLE keywords. --- doc/org.texi | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index fe70a690a..fa23948db 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -9942,8 +9942,8 @@ Insert template with export options, see example below. @cindex #+TEXT @cindex #+OPTIONS @cindex #+BIND -@cindex #+LINK_UP -@cindex #+LINK_HOME +@cindex #+HTML_LINK_UP +@cindex #+HTML_LINK_HOME @cindex #+SELECT_TAGS @cindex #+EXCLUDE_TAGS @cindex #+LaTeX_HEADER @@ -9964,8 +9964,8 @@ Insert template with export options, see example below. #+OPTIONS: H:2 num:t toc:t \n:nil @@:t ::t |:t ^:t f:t TeX:t ... #+BIND: lisp-var lisp-val, e.g., @code{org-export-latex-low-levels itemize} @r{You need to confirm using these, or configure @code{org-export-allow-BIND}} -#+LINK_UP: the ``up'' link of an exported page -#+LINK_HOME: the ``home'' link of an exported page +#+HTML_LINK_UP: the ``up'' link of an exported page +#+HTML_LINK_HOME: the ``home'' link of an exported page #+LaTeX_HEADER: extra line(s) for the @LaTeX{} header, like \usepackage@{xyz@} #+SELECT_TAGS: Tags that select a tree for export #+EXCLUDE_TAGS: Tags that exclude a tree from export @@ -10459,9 +10459,9 @@ settings, or add to them by using the variables @code{org-export-html-style} fine-grained settings, like file-local settings). To set the latter variable individually for each file, you can use -@cindex #+STYLE +@cindex #+HTML_STYLE @example -#+STYLE: +#+HTML_STYLE: @end example @noindent @@ -14939,7 +14939,7 @@ This line contains the formulas for the table directly above the line. @item #+TITLE:, #+AUTHOR:, #+EMAIL:, #+LANGUAGE:, #+TEXT:, #+DATE:, @itemx #+OPTIONS:, #+BIND:, @itemx #+DESCRIPTION:, #+KEYWORDS:, -@itemx #+LaTeX_HEADER:, #+STYLE:, #+LINK_UP:, #+LINK_HOME:, +@itemx #+LaTeX_HEADER:, #+HTML_STYLE:, #+HTML_LINK_UP:, #+HTML_LINK_HOME:, @itemx #+SELECT_TAGS:, #+EXCLUDE_TAGS: These lines provide settings for exporting files. For more details see @ref{Export options}.