Hello, zwz <zhangwe...@gmail.com> writes:
> Rasmus <rasmus <at> gmx.us> writes: >> >> How about this? >> >> #+MACRO: color \textcolor{$1}{$2} >> | {{{color(red, range)}}} | {{{color(blue, 0\sim2^8-1)}}} | >> >> Unless you're doing something that's not systematic, or which has a >> very particular logic it's probably not the right way. > > The macro-way does not work. The macro-way does work here. > The generated tex still contains the extra \ before {. > My org version is 8.0.7. > > Thanks for your tips. > But I just want to color some column/row. > And I really enjoy the convenience of org table. You can also use an export snippet: | @@latex:\textcolor{blue}{0\sim2^{8}-1}@@ | Regards, -- Nicolas Goaziou