Merge remote-tracking branch 'origin/hotfix-7.8.06'

This commit is contained in:
Jambunathan K 2012-03-21 02:51:09 +05:30
commit e2f490826c
1 changed files with 5 additions and 5 deletions

View File

@ -11576,7 +11576,7 @@ the table that follows.
@end lisp @end lisp
@example @example
#+ATTR_ODT: TableWithHeaderRowAndColumn #+ATTR_ODT: :style "TableWithHeaderRowAndColumn"
| Name | Phone | Age | | Name | Phone | Age |
| Peter | 1234 | 17 | | Peter | 1234 | 17 |
| Anna | 4321 | 25 | | Anna | 4321 | 25 |
@ -11681,9 +11681,9 @@ To define a table style, create an entry for the style in the variable
@end itemize @end itemize
For example, the entry below defines two different table styles For example, the entry below defines two different table styles
@samp{TableWithHeaderRowsAndColumns} and @samp{TableWithHeaderColumns} based @samp{TableWithHeaderRowAndColumn} and @samp{TableWithFirstRowandLastRow}
on the same template @samp{Custom}. The styles achieve their intended effect based on the same template @samp{Custom}. The styles achieve their intended
by selectively activating the individual cell styles in that template. effect by selectively activating the individual cell styles in that template.
@lisp @lisp
(setq org-export-odt-table-styles (setq org-export-odt-table-styles
@ -11703,7 +11703,7 @@ To do this, specify the table style created in step (2) as part of
the @code{ATTR_ODT} line as shown below. the @code{ATTR_ODT} line as shown below.
@example @example
#+ATTR_ODT: TableWithHeaderRowAndColumn #+ATTR_ODT: :style "TableWithHeaderRowAndColumn"
| Name | Phone | Age | | Name | Phone | Age |
| Peter | 1234 | 17 | | Peter | 1234 | 17 |
| Anna | 4321 | 25 | | Anna | 4321 | 25 |