Hello, Aaron Ecay writes: > 1) In exporting the following org buffer to latex, I get the following > stack trace (at end of email because of length): > > ===== > #+options: |:nil > > | foo | bar | > ===== The more I look at it, the more I'm inclined to think that it's totally useless. I don't think anyone wants tables removed from Org syntax. Though, occasionally some line starting with "|" can be interpreted as a table. In this case, it's possible to use "\vert" entity anyway. I'm not sure it is worth fixing. I think we really should remove it, or change its meaning, like "|:nil means that all tables are ignored in export process" (which is probably almost as useless). The same goes for "::nil". > 2) When exporting the following buffer to latex: > > ===== > #+options: ^:nil > > foo_{*bar*} > ===== > > I get (ignoring document preamble): > > ===== > foo\_\{$\backslash$textbf\{bar\}\} > ===== > > Note the escaping of the backslash and inner pair of braces. I would > have expected: > > ===== > foo\_\{\textbf{bar}\} > ===== I attach a patch that should solve this (but doesn't handle tables or fixed-width areas). Regards, -- Nicolas Goaziou