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: Mon, 14 Jul 2014 21:04:45 -0500 Message-ID: References: <87wqbf37it.fsf@andrew.cmu.edu> <87k37fa2a5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6s6p-0008Du-6m for emacs-orgmode@gnu.org; Mon, 14 Jul 2014 22:04:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X6s6o-0008Kr-Ee for emacs-orgmode@gnu.org; Mon, 14 Jul 2014 22:04:47 -0400 Received: from mail-oa0-x232.google.com ([2607:f8b0:4003:c02::232]:43298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6s6o-0008Jz-9x for emacs-orgmode@gnu.org; Mon, 14 Jul 2014 22:04:46 -0400 Received: by mail-oa0-f50.google.com with SMTP id g18so5192463oah.23 for ; Mon, 14 Jul 2014 19:04:45 -0700 (PDT) In-Reply-To: <87k37fa2a5.fsf@gmail.com> 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 , "emacs-orgmode@gnu.org" 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)