emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Maxim Nikulin <manikulin@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Viewing link information
Date: Tue, 10 Nov 2020 23:42:44 +0700	[thread overview]
Message-ID: <roefu5$16th$1@ciao.gmane.io> (raw)
In-Reply-To: <CAC=rjb7C-+XnKgLesDJZZSgPbPnWPJTzzwmmEAmbYPdsv5xwHg@mail.gmail.com>

2020-11-10 ian martins wrote:
> There is a shortcut to copy the link here 
> <https://orgmode.org/worg/org-hacks.html#org98f055b>. You could display 
> it in the same way.

It seems that original question was on viewing link, not copying it.

As to copy, another possibility (borrowed from some stackoverflow 
answer) is to use text properties:

   (let* ((prop (get-text-property (point) 'htmlize-link))
          (target (if (and (listp prop) (eq (car prop) ':uri)) (cadr 
prop))))

Maybe it is worth adding actions for particular target types, e.g 
stripping file:// to allow usage of the path in a shell command.



  reply	other threads:[~2020-11-10 16:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-30 16:14 Viewing link information Russell Adams
2020-10-30 16:38 ` Garjola Dindi
2020-10-30 16:48 ` Greg Minshall
2020-10-31  2:47 ` Maxim Nikulin
2020-11-09 17:05 ` ian martins
2020-11-10 16:42   ` Maxim Nikulin [this message]
2020-11-09 22:15 ` Diego Zamboni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='roefu5$16th$1@ciao.gmane.io' \
    --to=manikulin@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).