How can I avoid square brackets in org-mode table?

I'm trying to export a table to an ODT file, but it always interacts with "[]" as a footnote.

My table:

| d[4] | 10 | some description |

      

How can I escape the square bracket when exporting to an ODT file?

I tried:

| =d[4]= | 10 | some description |

      

It escapes, but a different font is used for "d [4]" which is not what I expected.

UPDATE This was fixed by @ release_8.3.4-1041-g610ec9 (maybe even an early commit).

+3


source to share





All Articles