org.texi: Fix typo
* org.texi (Customizing tables in ODT export): Fix typo. Reported by: Thomas <thomas@friendlyvillagers.com> <http://permalink.gmane.org/gmane.emacs.orgmode/93914>
This commit is contained in:
parent
6c811ac861
commit
12fc68f3cd
|
@ -12840,7 +12840,7 @@ export the table that follows:
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
@example
|
@example
|
||||||
#+ATTR_ODT: :style "TableWithHeaderRowAndColumn"
|
#+ATTR_ODT: :style TableWithHeaderRowAndColumn
|
||||||
| Name | Phone | Age |
|
| Name | Phone | Age |
|
||||||
| Peter | 1234 | 17 |
|
| Peter | 1234 | 17 |
|
||||||
| Anna | 4321 | 25 |
|
| Anna | 4321 | 25 |
|
||||||
|
|
Loading…
Reference in New Issue