From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc-Oliver Ihm Subject: Re: Non-stop capture? Date: Thu, 07 Apr 2011 20:53:43 +0200 Message-ID: <4D9E0837.2010806@online.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=43847 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7uKw-0000ft-38 for emacs-orgmode@gnu.org; Thu, 07 Apr 2011 14:53:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7uKv-0004M1-24 for emacs-orgmode@gnu.org; Thu, 07 Apr 2011 14:53:45 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:50524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7uKu-0004Lv-ME for emacs-orgmode@gnu.org; Thu, 07 Apr 2011 14:53:45 -0400 In-Reply-To: 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: throaway@yahoo.com Cc: "emacs-orgmode@gnu.org" Am 07.04.2011 21:40, schrieb Mark S: > Hello! > > I have the emacs org-protocol setup to capture with a default template. > But I still have to C-c C-c and then move back to the browser. Is there > a way to make it so that as text is captured it is automatically and > continuously sent to the capture location without interruption? > > Thanks! > Mark > > Hello, Not sure, if I understand correctly. As far as I know, capture does not set up a seperate buffer (at least with recent versions of org). What you see, is just the destination buffer narrowed down to a single entry. Therefore your input is never sent to the destination buffer, because you already type it there ... regards, Marc-Oliver Ihm