From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Bunting Subject: Trouble with capture template and prompt Date: Tue, 06 Sep 2016 20:20:09 +1000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhDUa-00005L-E7 for emacs-orgmode@gnu.org; Tue, 06 Sep 2016 06:20:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhDUU-0001b3-Ie for emacs-orgmode@gnu.org; Tue, 06 Sep 2016 06:20:35 -0400 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]:35476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhDUU-0001ac-AQ for emacs-orgmode@gnu.org; Tue, 06 Sep 2016 06:20:30 -0400 Received: by mail-pa0-x22a.google.com with SMTP id b2so1149825pat.2 for ; Tue, 06 Sep 2016 03:20:29 -0700 (PDT) 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" To: emacs-orgmode@gnu.org Hi, I have the following capture template defined in the customize interface. It used to work ok but now gives a cryptic (well at least to me) error: I've narrowed down the bit that is breaking to the title prompt definition. Can anyone point out what I'm doing wrong. I'm running org-mode from master compiled this morning. This is not a new problem it's been around for a while I just haven't tried to chase it down. Here is the custom definition: INS DEL Choice: Value Menu Template entry: Keys : t Description : todo Capture Type : Value Menu Org entry Target location: Value Menu File: Filename : Value Menu Literal: ~/.org/refile.org Template : Value Menu String: * TODO %^{Todo} %u %a %? Plist: [ ] Key: :prepend t [ ] Key: :immediate-finish t [ ] Key: :jump-to-captured t [ ] Key: :empty-lines 1 [ ] Key: :empty-lines-before 1 [ ] Key: :empty-lines-after 1 [X] Key: :clock-in t [ ] Key: :clock-keep t [X] Key: :clock-resume t [ ] Key: :unnarrowed t [ ] Key: :table-line-pos t [ ] Key: :kill-buffer t INS The error that is shown in the messages buffer is: Template key: Capture abort: (error Key sequence C-c ! starts with non-prefix key C-c) Any help would be appreciated. Kind regards Bart -- Bart Bunting