-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Nicolas Goaziou writes:
> Hello,
>
> stardiviner writes:
>
>> I found org link can't get link description easily.
>>
>> I googled it how to get link description. Found this solution. But it's not
>> intuitive.
>>
>> #+begin_src emacs-lisp
>> (de
Hello,
stardiviner writes:
> I found org link can't get link description easily.
>
> I googled it how to get link description. Found this solution. But it's not
> intuitive.
>
> #+begin_src emacs-lisp
> (defun get-description-at-point ()
> (interactive)
> (let ((link (org-element-context)))
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
I found org link can't get link description easily.
I googled it how to get link description. Found this solution. But it's not
intuitive.
#+begin_src emacs-lisp
(defun get-description-at-point ()
(interactive)
(let ((link (org-element-contex