ob-ref: Fix "Marker points into wrong buffer" error
commitb6448c4225bc83299da1bd08c2d2e8b77e0bcd13
authorAchim Gratz <Stromeko@Stromeko.DE>
Tue, 12 Nov 2013 20:55:53 +0000 (12 21:55 +0100)
committerAchim Gratz <Stromeko@Stromeko.DE>
Wed, 13 Nov 2013 18:22:52 +0000 (13 19:22 +0100)
tree2d14cd74779870d65669cd1b2a7ee9c06e77d1bf
parent6a39355eeea427f4675d58d18f58321266328637
ob-ref: Fix "Marker points into wrong buffer" error

* lisp/ob-ref.el (org-babel-ref-parse): If
  `org-babel-current-src-block-location' is a marker, it can be from
  another buffer, use marker-position instead in this case.

Introduced with r114064 on Emacs trunk.  Not sure if this is a bug in
Org or Emacs, but the patch restores the previous behaviour.
lisp/ob-ref.el