From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Allan Webber Subject: Re: Capture while Buffer is narrowed to subtree Date: Fri, 18 Feb 2011 09:51:44 -0600 Message-ID: <87tyg1xrvz.fsf@dustycloud.org> References: <87aahuu7ea.fsf@mean.albasani.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=49831 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqScO-0000Az-AD for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 10:51:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqScM-000855-3U for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 10:51:40 -0500 Received: from li28-75.members.linode.com ([75.127.72.75]:38653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqScM-00084K-0D for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 10:51:38 -0500 In-Reply-To: <87aahuu7ea.fsf@mean.albasani.net> (Memnon Anon's message of "Thu, 17 Feb 2011 13:45:08 +0000 (UTC)") 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: Memnon Anon Cc: emacs-orgmode@gnu.org Hello Memnon! I've definitely been experiencing this problem as well. It's a frequent annoyance. It keeps breaking the flow of my orgmode files, since I narrow to subree all the time, and capture all the time. :( I don't think this is an intended feature, though I wonder if it's fixable? I hope so... I haven't had the chance to investigate the code (and my fsf papers still haven't arrived so I couldn't fix it even if I knew how). Memnon Anon writes: > Hi, > > I've been working on a large subtree of my main orgfile while it was > narrowed [C-x n s]. While doing so, I wanted to capture some information > which usually ends up under "* Inbox" at the bottom of that file. This > time, the information ended up in the narrowed buffer with a new "* > Inbox" added. I only noticed after a while that my captured TODOs were > not where I expected them to be. > > I know why this is happening (I guess :) but I was wondering if this was > intended behaviour. If so, maybe a footnote should be added to the > manual that hints at possible side effects of `C-x n s'? > > Memnon > > capture template > #+begin_src emacs-lisp > (setq=20 > org-capture-templates=20 > '(("t" "Todo" entry (file+headline "~/life/organizer.org" "Inbox") "* = TODO %?\n %U\n %i\n %a") > ("o" "Someday" entry (file+headline "~/life/organizer.org" "Inbox")= "* SOMEDAY %?\n %U\n %i\n %a") > ("a" "Appointment" entry (file+headline "~/life/organizer.org" "Inb= ox") "* APPT %?\n %^T\n %U\n %i\n %a") > ("b" "Bookmark" entry (file+headline "~/life/bookmarks.org" "Inbox"= ) "* %a %?\n %u") > ...)) > #+end_src > > Org-mode version 7.4 > > GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-12-11 o= n raven, modified by Debian > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > --=20 =F0=9D=93=92=F0=9D=93=B1=F0=9D=93=BB=F0=9D=93=B2=F0=9D=93=BC=F0=9D=93=BD=F0= =9D=93=B8=F0=9D=93=B9=F0=9D=93=B1=F0=9D=93=AE=F0=9D=93=BB =F0=9D=93=90=F0= =9D=93=B5=F0=9D=93=B5=F0=9D=93=AA=F0=9D=93=B7 =F0=9D=93=A6=F0=9D=93=AE=F0= =9D=93=AB=F0=9D=93=AB=F0=9D=93=AE=F0=9D=93=BB