From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Replace `org-ctrl-c-ctrl-c' by `org-babel-execute-maybe' in tests Date: Tue, 30 Dec 2014 22:46:28 +0100 Message-ID: <87y4polsjv.fsf@nicolasgoaziou.fr> References: <86zjaf7knu.fsf@example.com> <87ioh12x25.fsf@nicolasgoaziou.fr> <8661d1mj6h.fsf@example.com> <861tnpmdcd.fsf@example.com> <87egrp2ffk.fsf@nicolasgoaziou.fr> <86h9wel9t4.fsf_-_@example.com> <87vbktcydq.fsf@nicolasgoaziou.fr> <86lhlpfk4d.fsf@example.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y64bb-0004XO-Bp for emacs-orgmode@gnu.org; Tue, 30 Dec 2014 16:45:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y64bX-0008Jj-8W for emacs-orgmode@gnu.org; Tue, 30 Dec 2014 16:45:31 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:43997) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y64bW-0008JR-Vw for emacs-orgmode@gnu.org; Tue, 30 Dec 2014 16:45:27 -0500 Received: from mfilter35-d.gandi.net (mfilter35-d.gandi.net [217.70.178.166]) by relay3-d.mail.gandi.net (Postfix) with ESMTP id 6E311A80B0 for ; Tue, 30 Dec 2014 22:45:26 +0100 (CET) Received: from relay3-d.mail.gandi.net ([217.70.183.195]) by mfilter35-d.gandi.net (mfilter35-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id l5z8xiHbseGF for ; Tue, 30 Dec 2014 22:45:25 +0100 (CET) Received: from selenimh (unknown [91.224.148.150]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 11B8DA80B4 for ; Tue, 30 Dec 2014 22:45:24 +0100 (CET) In-Reply-To: <86lhlpfk4d.fsf@example.com> (Sebastien Vauban's message of "Tue, 30 Dec 2014 12:32:50 +0100") 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: Org Mode List Sebastien Vauban writes: > Not sure to understand. Never mind, though. I cannot do "Reply to all" since your address is invalid. Therefore, I have to rewrite "To" header each time. > Anyway, here is, attached, the results of the command: > > git diff origin/master..master testing > org-babel-execute-maybe.patch Could you use git format-patch instead? Thanks,