From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-drill : automatic recognition of double entries Date: Tue, 04 Jan 2011 17:41:15 +0100 Message-ID: <877hek4o5w.fsf@gnu.org> References: <20100915095409.2f16b506@gaia.hsu-hh.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=34309 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pa9x0-0005YE-Jr for emacs-orgmode@gnu.org; Tue, 04 Jan 2011 11:41:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pa9wy-00053e-Cd for emacs-orgmode@gnu.org; Tue, 04 Jan 2011 11:41:33 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:33719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pa9wy-00053Y-45 for emacs-orgmode@gnu.org; Tue, 04 Jan 2011 11:41:32 -0500 Received: by wyj26 with SMTP id 26so15099337wyj.0 for ; Tue, 04 Jan 2011 08:41:31 -0800 (PST) In-Reply-To: <20100915095409.2f16b506@gaia.hsu-hh.de> (Detlef Steuer's message of "Wed, 15 Sep 2010 09:54:09 +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: Detlef Steuer Cc: Paul Sexton , emacs-orgmode@gnu.org Detlef Steuer writes: > My capturing template looks like this: > > ("w" "Vocabulary" entry (file+headline "~/Norwegisch/norwegisch.org" "Vokabeln > ") "* Wort \n:PROPERTIES:\n:DRILL_CARD_TYPE: twosided\n:END:\n\n**** norsk\n%^ \ > n**** deutsch \n%^")) > > So I'd would like to be noticed of a doubled entry just after having > filled in the first %^ . > > Any ideas for a refined workflow appreciated. The only direction I can think of is to try to temporarily advise org-capture so that it performs the check you need before creating the capture buffer. But that requires some elisp skills... -- Bastien