emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Emacs-orgmode] org and remember:


From: Carsten Dominik
Subject: Re: [Emacs-orgmode] org and remember:
Date: Thu, 11 May 2006 13:53:35 +0200


On May 8, 2006, at 3:27, T. V. Raman wrote:
I first set
(setq org-remember-templates
           '(
             (?w
             "* %?           %U \n   %a"
             "~/org/web .org")))
as per the docs, but ended up with a remember buffer that
contained "~/.org/web.org"
I am guessing that the order of strings in that list has changed?

Indeed a but there - why has nobody noticed this????? Will be fixed in the next version.

Also, the ?w appears to have no effect.

This the the character to select one of several templates. if there is only one template, the query is skipped. If there are two templates, you will be asked to select a template, using these characters.


finally how do I get the contents of the region when the above is
called to become the description of the link?

%i doe insert whatever remember considers initial content. If you want the current region to be the initial content, you need to call `remember' itself with a C-u prefix.

Finally, I would like the note to be pasted into the file without
having to go through the org-goto dialog --- I find the prompt
for that dialog confusing in general ---

You can do this by finishing writing your note with C-c C-c C-c

- Carsten





reply via email to

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