C-c C-v C-e might seem like a lot but it nice to have control and be sure when code is getting evaluated.
That said, I do have a more obvious one using "super" which is indeed, super: (local-set-key (kbd "s-t") 'org-babel-tangle) (local-set-key (kbd "s-e") 'org-babel-execute-maybe) Grant Rettke | ACM, ASA, FSF, IEEE, SIAM g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better since I have been forced to stop taking it seriously.” --Thompson On Tue, Jul 15, 2014 at 4:00 PM, John Kitchin <jkitc...@andrew.cmu.edu> wrote: > I actually love C-c C-c to run code blocks! Maybe I should just bind it > to f5 or something, I am just so used to C-cC-c now! > > Grant Rettke <g...@wisdomandwonder.com> writes: > >> On Mon, Jul 14, 2014 at 7:33 PM, Aaron Ecay <aarone...@gmail.com> wrote: >>> The first is to use the C-c C-v C-e binding to execute source blocks >>> rather than C-c C-c. >> >> Like this? >> >> (setq org-babel-no-eval-on-ctrl-c-ctrl-c +1) >> >> > > -- > ----------------------------------- > John Kitchin > Professor > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > http://kitchingroup.cheme.cmu.edu