Minor fix.

This commit is contained in:
Carsten Dominik 2009-04-13 08:55:41 +02:00
parent a26f9b5502
commit 5ad8aaf20f
1 changed files with 1 additions and 1 deletions

View File

@ -8789,7 +8789,7 @@ pages. Finally, you can set the alignment string:
@example
#+CAPTION: A long table
#+LABEL: tbl:long
#+ATTR_LaTeX: longtable align=l|lp{3cm}r|l
#+ATTR_LaTeX: longtable align=l|lp@{3cm@}r|l
| ..... | ..... |
| ..... | ..... |
@end example