emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: A few problems


From: Leo
Subject: Re: [Orgmode] Re: A few problems
Date: Sun, 06 May 2007 18:44:31 +0100
User-agent: No Gnus v0.7, Emacs/23.0.0.18 (2007-04-29), Fedora 6.93 gnu/linux

----- 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]