summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2014-09-03 19:55:20 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2014-09-03 19:55:20 +0200
commitdc16617f46d64073e4d06308f7150c46d992a408 (patch)
tree7f87c55d0cce5115dd093dff82fa8f5eb3cb278a
parent51f2730d7f0b069f5c6400f4d10c9a7f04cac550 (diff)
downloadorg-mode-dc16617f46d64073e4d06308f7150c46d992a408.tar.gz
orgguide.texi: Small fixes
* doc/orgguide.texi (Export options): Small fixes. Thanks to Alexis Roda for reporting them.
-rw-r--r--doc/orgguide.texi11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/orgguide.texi b/doc/orgguide.texi
index f2b0651..9932990 100644
--- a/doc/orgguide.texi
+++ b/doc/orgguide.texi
@@ -2334,13 +2334,12 @@ that planning information can be incorporated into desktop calendars.
@node Export options, The export dispatcher, Exporting, Exporting
@section Export options
-The exporter recognizes special lines in the buffer which provide
-additional information. These lines may be put anywhere in the file.
-The whole set of lines can be inserted into the buffer with @kbd{C-c
-C-e t}.
+The exporter recognizes special lines in the buffer which provide additional
+information. These lines may be put anywhere in the file. The whole set of
+lines can be inserted into the buffer with @kbd{C-c C-e #}.
@table @kbd
-@item C-c C-e t
+@item C-c C-e #
Insert template with export options, see example below.
@end table
@@ -2351,7 +2350,7 @@ Insert template with export options, see example below.
#+EMAIL: his/her email address (default from @code{user-mail-address})
#+DESCRIPTION: the page description, e.g.@: for the XHTML meta tag
#+KEYWORDS: the page keywords, e.g.@: for the XHTML meta tag
-#+LANGUAGE: language for HTML, e.g.@: @samp{en} (@code{org-export-default-language})
+#+LANGUAGE: language, e.g.@: @samp{en} (@code{org-export-default-language})
#+OPTIONS: H:2 num:t toc:t \n:nil ::t |:t ^:t f:t tex:t ...
@end smallexample