Hi Xavier,

Xavier Maillard <[EMAIL PROTECTED]> 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


_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to