emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [QUESTION] What's the ":desk" link parameter?


From: Bastien
Subject: Re: [QUESTION] What's the ":desk" link parameter?
Date: Sat, 23 May 2020 15:49:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi,

stardiviner <address@hidden> writes:

> I found some examples setting org-link-parameters with ":desk", like this:
>
> #+begin_src emacs-lisp
> (defun org-id-link-desk (link desk)
>   "Description function for id: link."
>   (let ((id (cadr (split-string link ":"))))
>     (org-with-point-at (org-id-find id 'marker)
>       (s-join "/" (org-get-outline-path 'with-self)))))
>
> (org-link-set-parameters "id" :desk #'org-id-link-desk)
> #+end_src
>
> But I have not found any mention in help of variable ~org-link-parameters~. 
> Also I
> checked org mode source code by search, no matching of ":desk" found. Did I 
> miss
> something?

I don't know.  Probably your chances of getting an answer are higher
if you ask the people who wrote this code?

HTH,

-- 
 Bastien



reply via email to

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