#+TITLE: examplebug.org #+AUTHOR: Eric S Fraga * Table constants Assume that I have a list: 1. and in this list, one of the entries is a table 2. This is the table #+constants: param=-5 | | X | Y | | ! | x | y | |---+---+----| | # | 1 | -4 | | # | 2 | -3 | | # | 3 | -2 | #+TBLFM: $3=$x+$param 1. The constants line cannot be indented as it is not understood if it is. 2. This means that the list has been interrupted.