aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorJuanma Barranquero2010-08-01 06:00:59 +0200
committerJuanma Barranquero2010-08-01 06:00:59 +0200
commite1d294ab74f89f4c2e72320f7dd50312a638f1ec (patch)
tree4c1b957231eeebbbae74bae18d2806583fbcac98 /doc/misc
parentbbc4e17cc2a4286dcdc1ea3caa584aed8b6f1857 (diff)
downloademacs-e1d294ab74f89f4c2e72320f7dd50312a638f1ec.tar.gz
emacs-e1d294ab74f89f4c2e72320f7dd50312a638f1ec.zip
* org.texi (Footnotes, Tables in HTML export): Fix typos.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/org.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 72dc8097760..49abc7af2cf 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12010-08-01 Juanma Barranquero <lekktu@gmail.com>
2
3 * org.texi (Footnotes, Tables in HTML export): Fix typos.
4
12010-07-23 Chong Yidong <cyd@stupidchicken.com> 52010-07-23 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708). 7 * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index f31d852ea10..d4857d7a61c 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -1437,7 +1437,7 @@ LaTeX}). Here are the valid references:
1437@table @code 1437@table @code
1438@item [1] 1438@item [1]
1439A plain numeric footnote marker. Compatible with @file{footnote.el}, but not 1439A plain numeric footnote marker. Compatible with @file{footnote.el}, but not
1440recommended because somthing like @samp{[1]} could easily be part of a code 1440recommended because something like @samp{[1]} could easily be part of a code
1441snippet. 1441snippet.
1442@item [fn:name] 1442@item [fn:name]
1443A named footnote reference, where @code{name} is a unique label word, or, for 1443A named footnote reference, where @code{name} is a unique label word, or, for
@@ -9165,7 +9165,7 @@ and @code{style} attributes for a link:
9165Org-mode tables are exported to HTML using the table tag defined in 9165Org-mode tables are exported to HTML using the table tag defined in
9166@code{org-export-html-table-tag}. The default setting makes tables without 9166@code{org-export-html-table-tag}. The default setting makes tables without
9167cell borders and frame. If you would like to change this for individual 9167cell borders and frame. If you would like to change this for individual
9168tables, place somthing like the following before the table: 9168tables, place something like the following before the table:
9169 9169
9170@cindex #+CAPTION 9170@cindex #+CAPTION
9171@cindex #+ATTR_HTML 9171@cindex #+ATTR_HTML