[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] proposal to make C-c C-c not remove latex overlays
From: |
Grant Rettke |
Subject: |
Re: [O] proposal to make C-c C-c not remove latex overlays |
Date: |
Tue, 15 Jul 2014 20:28:02 -0500 |
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
address@hidden | 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 <address@hidden> 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 <address@hidden> writes:
>
>> On Mon, Jul 14, 2014 at 7:33 PM, Aaron Ecay <address@hidden> 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
Re: [O] proposal to make C-c C-c not remove latex overlays, Sebastien Vauban, 2014/07/28
Re: [O] proposal to make C-c C-c not remove latex overlays, Andreas Leha, 2014/07/16