----- 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 <sdl.web AT gmail.com> (GPG Key: 9283AA3F) _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode