From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Re: problem with org-capture Date: Wed, 02 Dec 2015 17:57:48 -0500 Message-ID: <565F776C.7020507@verizon.net> References: <87d1uq7f6e.fsf@ucl.ac.uk> <87r3j5kdvu.fsf@nicolasgoaziou.fr> <87zixtniiy.fsf@pinto.chemeng.ucl.ac.uk> <87fuzktugf.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4GLs-0007OP-Vm for emacs-orgmode@gnu.org; Wed, 02 Dec 2015 17:58:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4GLp-0003Dg-Pf for emacs-orgmode@gnu.org; Wed, 02 Dec 2015 17:58:20 -0500 Received: from vms173019pub.verizon.net ([206.46.173.19]:63263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4GLp-0003Ct-KJ for emacs-orgmode@gnu.org; Wed, 02 Dec 2015 17:58:17 -0500 Received: from [192.168.1.128] ([70.209.140.121]) by vms173019.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0NYR00BRP6GH1IB0@vms173019.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 02 Dec 2015 16:57:54 -0600 (CST) In-reply-to: <87fuzktugf.fsf@nicolasgoaziou.fr> 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: emacs-orgmode@gnu.org Hi, On 12/02/2015 04:24 PM, Nicolas Goaziou wrote: > Hello, > > Eric S Fraga writes: > >> However, it only partially fixed. The system does now prompt as it >> should but the mini-buffer input only allows single words. Hitting >> space bar attempts to do completion. I believe the input should be free >> form? > Fixed (again). Thank you. > > > Regards, > I think it is still broken in another way my template for capturing time as I work on a files - ("s" "timeslip" table-line (file "/mnt/Data/ActiveFiles/EmacsFiles/timeslips.org") "\| %(org-read-date)\| %^{FileName} %i\| %^{Narrative} %i\| %^{Time} %i\| %^{Expense} %i" Last week the prompt org-read-date would pull up the calendar first; now the template jumps first to FileName, then Narrative,then Time, then Expense, then back to org-read-date. After C-c C-c there is anywhere 5 to 20 second delay. Charlie Millar