From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Bunting Subject: Trouble with capture template and prompt Date: Mon, 12 Sep 2016 23:32:35 +1000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjRND-00072O-Hx for emacs-orgmode@gnu.org; Mon, 12 Sep 2016 09:34:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjRN7-0003PD-Kj for emacs-orgmode@gnu.org; Mon, 12 Sep 2016 09:34:10 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:36272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjRN7-0003Hx-F9 for emacs-orgmode@gnu.org; Mon, 12 Sep 2016 09:34:05 -0400 Received: by mail-pa0-f52.google.com with SMTP id id6so50929332pad.3 for ; Mon, 12 Sep 2016 06:33:43 -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, Tried to send this to the list a few days back but don't think it made it. Sorry if it is duplicated. ----- 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 think I've narrowed down the part 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 Kind regards Bart -- Bart Bunting