From mboxrd@z Thu Jan 1 00:00:00 1970 From: julien cubizolles Subject: plainlists in remember templates Date: Wed, 03 Feb 2010 13:14:38 +0100 Message-ID: <1265199278.2920.28.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nce88-0005kY-Ta for emacs-orgmode@gnu.org; Wed, 03 Feb 2010 07:14:48 -0500 Received: from [199.232.76.173] (port=57579 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nce88-0005kQ-CL for emacs-orgmode@gnu.org; Wed, 03 Feb 2010 07:14:48 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nce87-0007lr-CO for emacs-orgmode@gnu.org; Wed, 03 Feb 2010 07:14:48 -0500 Received: from smtp6-g21.free.fr ([212.27.42.6]:57229) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nce86-0007lV-Pe for emacs-orgmode@gnu.org; Wed, 03 Feb 2010 07:14:47 -0500 Received: from smtp6-g21.free.fr (localhost [127.0.0.1]) by smtp6-g21.free.fr (Postfix) with ESMTP id 07B2AE08190 for ; Wed, 3 Feb 2010 13:14:42 +0100 (CET) Received: from [192.168.0.1] (rke75-3-82-229-182-158.fbx.proxad.net [82.229.182.158]) by smtp6-g21.free.fr (Postfix) with ESMTP id 139ACE08041 for ; Wed, 3 Feb 2010 13:14:40 +0100 (CET) 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: org-mode Mailing List I'm trying to use remember-templates to create plainlists. (setq org-remember-templates '(("CD" ?d "+ [ ] %? :achat:@enville:\n" "~/org/orgfiles/loisirs.org" "CDs [ / ]") ) ) doesn't work : it creates a starred entry, with a timestamp... Is it doable ?