# HG changeset patch # User Juanma Barranquero # Date 1280635259 -7200 # Node ID e100e3aa28fb0ff9f12226dc4aae27c09f5e5769 # Parent f640b1894b9f4632b539ae449567c6472a4df2cf * org.texi (Footnotes, Tables in HTML export): Fix typos. diff -r f640b1894b9f -r e100e3aa28fb doc/misc/ChangeLog --- a/doc/misc/ChangeLog Sun Aug 01 05:19:23 2010 +0200 +++ b/doc/misc/ChangeLog Sun Aug 01 06:00:59 2010 +0200 @@ -1,3 +1,7 @@ +2010-08-01 Juanma Barranquero + + * org.texi (Footnotes, Tables in HTML export): Fix typos. + 2010-07-23 Chong Yidong * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708). diff -r f640b1894b9f -r e100e3aa28fb doc/misc/org.texi --- a/doc/misc/org.texi Sun Aug 01 05:19:23 2010 +0200 +++ b/doc/misc/org.texi Sun Aug 01 06:00:59 2010 +0200 @@ -1437,7 +1437,7 @@ @table @code @item [1] A plain numeric footnote marker. Compatible with @file{footnote.el}, but not -recommended because somthing like @samp{[1]} could easily be part of a code +recommended because something like @samp{[1]} could easily be part of a code snippet. @item [fn:name] A named footnote reference, where @code{name} is a unique label word, or, for @@ -9165,7 +9165,7 @@ Org-mode tables are exported to HTML using the table tag defined in @code{org-export-html-table-tag}. The default setting makes tables without cell borders and frame. If you would like to change this for individual -tables, place somthing like the following before the table: +tables, place something like the following before the table: @cindex #+CAPTION @cindex #+ATTR_HTML