Hi Bastien,
Le 18/04/2014 13:01, Bastien a écrit :
Hello Xavier,
I can't reproduce this with latest Org and Emacs.
What version of Emacs/Org are you using?
I use the latest git version but you are right I can't also reproduce
the problem when I am running emacs with minimal setup namely em
Hello Xavier,
I can't reproduce this with latest Org and Emacs.
What version of Emacs/Org are you using?
Thanks for letting us know,
--
Bastien
Dear orgers,
I am a CUA mode user and when I want to copy/paste a line or block of
code within a org-babel code block, I always get back to the beginning
of the code block after pasting. For example, assume you have the
following piece of code
echo "coucou"
#+BEGIN_SRC sh
for i in {0..10}
d