Amos Bird <[email protected]> writes:
> when in a file backed buffer, doing org capture with %A generates
>
>
> [[some link][some description]]
>
> and if the buffer has no file associated with it, I'd like %A to generate
>
>
> some description
>
> the above "some description" is inputed via prompting user.
It sounds wrong to link to a temporary buffer, i.e., to volatile
contents. It may be more appropriate to use
%^{prompt}
in your template instead of
%A
when capturing from there.
WDYT?
Regards,