Enzo Chi <enzo.chi...@gmail.com> writes: > How to prevent [] is interpreted as footnote in table?
I think [N] is hardcoded as footnote-reference cf. org-footnote-re. You example doesn't even work when footnotes are turned off. #+OPTIONS: f:nil | d[1] | If you think this is an issue you could open a bug report. You could use snippets, but it's a bit inconvenient: | d@@latex:[1]@@ | You could make macro that inserts a snippet for whichever backend is the current one #+MACRO: num (eval (format "@@%s:[%d]@@" org-export-current-backend $1)) | d{{{num(1)}}} | (Only tested with latex). Hope it helps, Rasmus -- Sådan en god dansk lagereddike kan man slet ikke bruge mere