From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: capture initial "level" and refile of capture buffer Date: Fri, 22 Oct 2010 13:43:59 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=50821 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9G2h-0003d2-DQ for emacs-orgmode@gnu.org; Fri, 22 Oct 2010 07:44:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9G2g-0006Zp-G6 for emacs-orgmode@gnu.org; Fri, 22 Oct 2010 07:44:15 -0400 Received: from lo.gmane.org ([80.91.229.12]:37918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9G2g-0006ZK-AO for emacs-orgmode@gnu.org; Fri, 22 Oct 2010 07:44:14 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P9G2c-00005a-8n for emacs-orgmode@gnu.org; Fri, 22 Oct 2010 13:44:10 +0200 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Oct 2010 13:44:10 +0200 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Oct 2010 13:44:10 +0200 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 What determines the level of a new capture element? e.g I just created one and it started at "****". feature request : when I added some sub elements to a capture buffer e.g * my new capture ** sub point *** sub sub point 1 *** sub sub point 2 and hit C-c C-w to refile, it only refiled the sub element (where cursor was) and then lost the rest. I would like to suggest that refile from the capture buffer should refile the entire buffer and not only the "current nested org item". Or am I missing something in my setup? regards r.