REJECTED point movement during #+call
- State "REJECTED" from "DEFERRED"
- State "TODO" from ""
[Eric] I was unable to reproduce this bug. When I evaluated the
#+call
line with C-c C-c the point moved up to the
source-code block temporarily during execution, but then moved
safely back to the call line.
Please let me know if I've mis-understood the problem.
This caused movement of point/buffer scrolling during execution of the #+call
x <- array("", dim=c(8,12),dimnames=list(LETTERS[1:8], 1:12)) cbind(rownames(x), x)
- 4