From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Problem in org-capture-templates Date: Sun, 28 Apr 2013 10:49:01 +0200 Message-ID: <878v43yr9e.fsf@bzg.ath.cx> References: <20130427183423.GB1782@pedroche.intern> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWNIA-0001RE-1c for emacs-orgmode@gnu.org; Sun, 28 Apr 2013 04:49:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWNI9-0002sS-3C for emacs-orgmode@gnu.org; Sun, 28 Apr 2013 04:49:05 -0400 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:49155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWNI8-0002rX-Kq for emacs-orgmode@gnu.org; Sun, 28 Apr 2013 04:49:04 -0400 Received: by mail-wg0-f46.google.com with SMTP id e11so2891948wgh.1 for ; Sun, 28 Apr 2013 01:49:03 -0700 (PDT) In-Reply-To: <20130427183423.GB1782@pedroche.intern> (Igor Sosa Mayor's message of "Sat, 27 Apr 2013 20:34:23 +0200") 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: Igor Sosa Mayor Cc: emacs-orgmode@gnu.org Hi Igor, Igor Sosa Mayor writes: > i'm experiencing since some weeks a very strange bug (maybe). I have > this simple template: > > (setq org-capture-templates > '(("e" "email (persönlich)" entry (file+headline "~/Documents/org/privat.org" "Emails") > "* TODO %^{Wem} schreiben > SCHEDULED: %t > :PROPERTIES: > :Effort: 0:02 > :END: > %?"))) > > I get asked for the pesron I want write to, but the problem is that > I can not write a name with a blank space (say: `Barack Obama') because > I get an error `no match'. > > This was working without problems for years. I have org 8.0.2 (but this > happened also with the last 7.9 version). Emacs: 24.3.1. I cannot reproduce this. Does anyone can? -- Bastien