> ,-------------------------
> | M-: (org-mark-element) RET
> `-------------------------
> moves point to the beginning of source-block (body) and returns the
> position of point without (visibly) marking the source-block body.

Indeed, thank you.  Should be fixed now, thanks to the patch below,


        Stefan


--- lisp/simple.el      2013-02-12 04:46:18 +0000
+++ lisp/simple.el      2013-02-15 17:35:00 +0000
@@ -1328,7 +1327,8 @@
        (setq debug-on-error new-value))))
 
   (let ((print-length eval-expression-print-length)
-       (print-level eval-expression-print-level))
+       (print-level eval-expression-print-level)
+        (deactivate-mark))
     (if eval-expression-insert-value
        (with-no-warnings
         (let ((standard-output (current-buffer)))




Reply via email to