From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: proposal to make C-c C-c not remove latex overlays Date: Tue, 15 Jul 2014 20:28:02 -0500 Message-ID: References: <87wqbf37it.fsf@andrew.cmu.edu> <87k37fa2a5.fsf@gmail.com> <854myiz6av.fsf@andrew.cmu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7E1W-00085M-03 for emacs-orgmode@gnu.org; Tue, 15 Jul 2014 21:28:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X7E1N-0003gZ-WE for emacs-orgmode@gnu.org; Tue, 15 Jul 2014 21:28:42 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:42977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7E1N-0003gU-Qe for emacs-orgmode@gnu.org; Tue, 15 Jul 2014 21:28:37 -0400 Received: by mail-ob0-f169.google.com with SMTP id nu7so235506obb.28 for ; Tue, 15 Jul 2014 18:28:02 -0700 (PDT) In-Reply-To: <854myiz6av.fsf@andrew.cmu.edu> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: John Kitchin Cc: "emacs-orgmode@gnu.org" 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, supe= r: (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 gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/ =E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates ((=CE=BB (x) (x x)) (=CE=BB (x) (x x))) =E2=80=9CLife has become immeasurably better since I have been forced to st= op taking it seriously.=E2=80=9D --Thompson On Tue, Jul 15, 2014 at 4:00 PM, John Kitchin wro= te: > 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 writes: > >> On Mon, Jul 14, 2014 at 7:33 PM, Aaron Ecay 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