emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] feature request: additional org/remember template escapes:


From: Bastien
Subject: Re: [Orgmode] feature request: additional org/remember template escapes:
Date: Tue, 04 Sep 2007 07:37:49 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

Hi Xavier,

Xavier Maillard <address@hidden> writes:

>    Starting with 5.08, you will be able to use %A in the template.
>    It will insert the link, but explicitly prompt you for
>    the link description.
>
> Maybe I have not understood the problem, but what is the
> difference with me, doing an explicit C-c C-l ?

Well, the discussion was about remember templates, not direct
interactive link insertion.

See (info "(Org)Remember templates") :

(setq org-remember-templates
  '((?t "* TODO %?\n  %i\n  %a" "~/org/TODO.org")
    (?j "* %U %?\n\n  %i\n  %a" "~/org/JOURNAL.org")
    (?i "* %^{Title}\n  %i\n  %a" "~/org/JOURNAL.org" "New Ideas")))

The `%a' refers to an "annotation, normally the link created with
`org-store-link'". The proposed solution is to make this insertion
interactive by prompting for the link description.

Hope it's clearer now!

-- 
Bastien




reply via email to

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