From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: [PATCH] Remove superfluous lambda. Date: Fri, 02 Jul 2010 15:21:23 +0200 Message-ID: <87wrtekoj0.fsf@gmx.de> References: <7D715DE2-56B5-4CA5-BA2C-39987077D9E0@gmail.com> <1278007338-13194-2-git-send-email-dmaus@ictsoc.de> <897237E2-23A2-4551-80B6-B4B957FAE4FC@gmail.com> <87zkyactbu.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from [140.186.70.92] (port=41015 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUgBF-0001m7-IQ for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 09:21:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUgBE-00050H-5b for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 09:21:21 -0400 Received: from mail.gmx.net ([213.165.64.20]:36114) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OUgBD-0004zl-Pc for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 09:21:20 -0400 In-Reply-To: <87zkyactbu.wl%dmaus@ictsoc.de> (David Maus's message of "Fri, 02 Jul 2010 08:04:53 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Maus Cc: John Wiegley , emacs-orgmode Mode , Carsten Dominik --=-=-= David Maus writes: > Carsten Dominik wrote: >>Hmm, the catcher did not see this. Why? > > He did: http://patchwork.newartisans.com/patch/105/ -- patch is > already applied. Where can I see that? I read "Accepted" which is not "Applied", is it? And there are "accepted" patches, that are not "applied". E.g. http://patchwork.newartisans.com/patch/73/ The diff against the current head (8da31057eb0952889858c): --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=org-capture-file-templates.patch diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 8c887ce..f38a78c 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -924,6 +924,8 @@ Point will remain at the first line after the inserted text." (org-capture-put :key (car entry) :description (nth 1 entry) :target (nth 3 entry)) (let ((txt (nth 4 entry)) (type (or (nth 2 entry) 'entry))) + (when (file-exists-p txt) + (setq txt (org-file-contents txt))) (when (or (not txt) (not (string-match "\\S-" txt))) ;; The template may be empty or omitted for special types. ;; Here we insert the default templates for such cases. --=-=-= Is it possible to link to the commit a patch was applied? Sebastian --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --=-=-=--