DONE results deletion and insertion
- State "DONE" from "PROPOSED"
- State "PROPOSED" from ""
Graham's problem was that on C-c C-c, this
turns into this:
Two questions:
- Is it desirable that we remove the corresponding results block anywhere in the buffer, but then re-insert it beneath the code block? Or should we promise to re-insert in situ, in the case that we find a pre-existing results block?
- How should a user use a #+ATTRLaTeX line?
Solved
Yes, we should certainly be updating the result "in situ".
alright, this has now been implemented, in addition I've added
append
and prepend
results arguments to for adding new results
either before or after existing results. The following demonstrates
this new behavior