From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: temporary org-capture-templates Date: Mon, 14 Mar 2016 10:25:29 +0000 Message-ID: <87egbdmk4m.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afPh8-0002GE-Lj for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 06:25:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afPh6-0007Bq-0C for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 06:25:50 -0400 Received: from plane.gmane.org ([80.91.229.3]:44689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afPh5-0007BZ-PT for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 06:25:47 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1afPh1-0005gC-La for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 11:25:43 +0100 Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Mar 2016 11:25:43 +0100 Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Mar 2016 11:25:43 +0100 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 I would like to one entry for the org-capture-templates which will prompt for the file I want to save the capture. So I tried (setq org-capture-templates '( ("G" "Generic" table-line (file+headline (read-string "Name of file: " "Generic") "|%f| %U|%A|" :prepend t)))) But it does not work. Any suggestions? Thanks Uwe Brauer