Rens Oliemans <ha...@rensoliemans.nl> writes: > > #+RESULTS: > |-------+--------+-----------+------------| > | Tier | Number | Total | % of Total | > |-------+--------+-----------+------------| > | 1 | 4 | 8,022.65 | 65.45 | > | 2 | 19 | 1,549.71 | 12.64 | > | 3 | 24 | 2,685.28 | 21.91 | > |-------+--------+-----------+------------| > | Total | 47 | 12,257.65 | 100.00 | > |-------+--------+-----------+------------| > > #+ATTR_LATEX: :align rrrr :float t :placement [htbp] > #+RESULTS:
Ah, here we see the exact problem we've both just attested to! The #+RESULTS: code block got recreated because I was messing around with ':results' headers, and the #+ATTR_LATEX: line doesn't belong to the correct table anymore. You will notice that if you move the #+ATTR_LATEX line above the table, Org mode will keep replacing that table on later code block evaluations (usually ;))