From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Zang Subject: Loosing tasks with remember Date: Tue, 13 Apr 2010 21:13:38 +0200 Message-ID: Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1lYU-0005hn-Ck for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 15:13:50 -0400 Received: from [140.186.70.92] (port=53022 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1lYR-0005hC-JZ for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 15:13:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1lYO-0005K7-U4 for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 15:13:47 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:44736) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1lYO-0005Jq-Ov for emacs-orgmode@gnu.org; Tue, 13 Apr 2010 15:13:44 -0400 Received: by ewy6 with SMTP id 6so599446ewy.32 for ; Tue, 13 Apr 2010 12:13:42 -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 Dear org-enthusiasts, I have a remember template to file away quick notes and todos that looks = like (setq org-remember-templates '(("Todo" ?t "*** TODO %?\n %i\n" "~/Org/inbox.org" "Inbox"))) When a invoke a remember buffer and write something like *** TODO Task 1 *** TODO Task 2 and file it away in my inbox.org file using C-c C-c everything is fine, = but when I choose a different headline (level 2) via C-1 C-c C-c, only = the first of the two tasks will get filed under the chosen headline, the = other one disappears. Is this the intended behaviour? Or am I overlooking an important = variable, or lies the problem in my template? If so, what can I do to = change my setup, so that every task will get filed under the chosen = headline? I am using the latest org-mode (pulled from git 10 min ago) with emacs = 23.1 on Mac OS X 10.6.=20 Thanks! Best, Christian=