[O] Question about the math mode table exporting for latex and html

2014-01-07 Thread bsun
hello list,

Here is the example.


#+ATTR_LATEX: :mode math :environment pmatrix :math-prefix \mathbf{H}=
| \vdots | 0 | \vdots |
| \vdots | H | \vdots |
| \vdots | 0 | \vdots |


These lines generate perfect latex code. But the html exporter omits
the #+attr_latex line (which is correct), and produces a plain text
table.

The question is, is it possible to export the math mode table as latex
code in html exporting? Maybe there is some option like
"#+attr_html: :mode latex"?

Thanks.

Regards,
Bing



[O] Single formula line applied to multiple tables

2014-01-04 Thread bsun
hello all,

I wonder if we can apply a single table formula line to multiple
tables.

Many thanks.

Regards,
Bing



[O] How do I insert a literal '|' to a table in org-mode?

2013-10-21 Thread bsun
Is that possible?