From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Rados=C5=82aw_Grzanka?= Subject: org-remember and lists Date: Thu, 24 Mar 2011 21:37:07 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=37031 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2rHu-0004Tp-Gc for Emacs-orgmode@gnu.org; Thu, 24 Mar 2011 16:37:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2rHr-0004Vh-Pf for Emacs-orgmode@gnu.org; Thu, 24 Mar 2011 16:37:44 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:58596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2rHr-0004OC-NZ for Emacs-orgmode@gnu.org; Thu, 24 Mar 2011 16:37:43 -0400 Received: by qwa26 with SMTP id 26so288318qwa.0 for ; Thu, 24 Mar 2011 13:37:07 -0700 (PDT) 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: Emacs-orgmode@gnu.org Hello, I'm trying to tweak remember templates to follow my needs but I fail. I want to do template for my shopping list entries like this: (setq org-remember-templates (list (list "shopping" ?s "- [ ] %?\n" (concat org-directory "notes.org") "Shopping List") )) However after saving, there is header prepended to this like: ** Thu Mar 24 21:32:49 2011 (- [ ] apples) - [ ] apples I don't want this - I already have heading with all the info I need "* Shopping List". ;) I don't know how to accomplish that. Any help? Thanks, Radek.