emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to insert a link in an Org buffer programmatically?


From: Kyle Meyer
Subject: Re: [O] How to insert a link in an Org buffer programmatically?
Date: Sat, 21 Feb 2015 13:19:16 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Marcin Borkowski <address@hidden> wrote:
> Hello fellow Orgers,
>
> I'd like to insert a link (say, at point), given its description and the
> text of the link itself, from Elisp code.  Is there any function to do
> this?  I mean, some escaping might be needed, right?

`(insert (org-make-link-string LINK DESCRIPTION))' should do what you
want.

-- 
Kyle



reply via email to

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