From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: Re: Re: A few problems Date: Sun, 06 May 2007 18:44:31 +0100 Message-ID: References: <87vefjjncc.fsf@bzg.ath.cx> <685fd02f9385e2e36895ccd2355145ff@science.uva.nl> 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 1HkktL-0006TZ-7a for emacs-orgmode@gnu.org; Sun, 06 May 2007 13:51:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HkktH-0006Sv-TA for emacs-orgmode@gnu.org; Sun, 06 May 2007 13:51:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HkktH-0006Ss-Q4 for emacs-orgmode@gnu.org; Sun, 06 May 2007 13:51:23 -0400 Received: from ppsw-2.csi.cam.ac.uk ([131.111.8.132]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HkkmO-0004Dd-Ix for emacs-orgmode@gnu.org; Sun, 06 May 2007 13:44:16 -0400 In-Reply-To: <685fd02f9385e2e36895ccd2355145ff@science.uva.nl> (Carsten Dominik's message of "Tue\, 1 May 2007 13\:54\:22 +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: Carsten Dominik Cc: emacs-orgmode@gnu.org ----- Carsten Dominik (2007-05-01) wrote:----- > On Apr 26, 2007, at 16:11, Leo wrote: > >> ----- Bastien (2007-04-26) wrote:----- >> >>> - The relevant #+ARCHIVE: is not taken into account when archiving >>> headines in a narrowed buffer. >> >> There is another bug regarding narrowing. >> >> When the buffer is narrowed to a heading and then using remember (`C-u >> C-c C-c') to store a note to another heading will fail. > > To another note in the same file? Your description is not > quite clear to me. Which buffer is narrowed, where does > the note point and where do you want to store it? > > - Carsten For example, if file "sample.org" looks like this ,---- | * A | * B `---- and with setting: ,---- | (setq org-remember-templates | '((?a "* %?\n %i\n %a" nil "A") | (?b "* %?\n %i\n %a" nil "B"))) | (setq org-default-notes-file "~/sample.org") `---- Now, narrow to `A' subtree and `M-x remember' in any other buffer and type `b' followed by `C-u C-c C-c', the content of *Remember* is stored to a subtree named "* Notes" i.e. it doesn't get stored under subtree "* B". -- Leo (GPG Key: 9283AA3F)