REJECTED point movement during #+call

  • State "REJECTED" from "DEFERRED" 2010-06-07 Mon 12:28
  • State "TODO" from "" 2010-03-25 Thu 14:47

[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