From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Groth Subject: Re: bug: only first item gets refiled via remember Date: Thu, 26 Nov 2009 01:45:30 +0100 Message-ID: <87k4xeyuz9.fsf@falma.de> References: <87skc2z0yk.fsf@falma.de> <90F8F190-FA91-4D6B-93D8-E3E59A7AF438@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDSUl-0000mU-O8 for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 19:46:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDSUi-0000hy-0N for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 19:46:03 -0500 Received: from [199.232.76.173] (port=49205 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDSUh-0000ho-Hr for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 19:45:59 -0500 Received: from lo.gmane.org ([80.91.229.12]:42975) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NDSUg-0005E3-Bu for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 19:45:59 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NDSUd-0001cC-Pq for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 01:45:55 +0100 Received: from ip4da73686.direct-adsl.nl ([77.167.54.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Nov 2009 01:45:55 +0100 Received: from cwg by ip4da73686.direct-adsl.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Nov 2009 01:45:55 +0100 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 Carsten Dominik writes: > On Nov 25, 2009, at 11:36 PM, Christoph Groth wrote: > >> I think this is a bug. It is certainly present in org 6.32b: >> >> * Run org-remember >> * Enter more then one item, e.g. two TODOs >> * Refile somewhere using C-1 C-c C-c >> >> result: only the first item ends up at the intended destination, the >> others are lost. > > Remember is only for single entries, not for multiple ones. This is certainly not a big issue, but is such a restriction necessary? I often find it useful to enter several related TODO items into a single remember buffer. And if one then presses C-c C-c (as opposed to C-1 C-c C-c) the entries following the first are not lost. Christoph