emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Colin Baxter <m43cap@yandex.com>
To: emacs-orgmode@gnu.org
Subject: Re: execute elisp link without prompt
Date: Fri, 21 May 2021 20:17:54 +0100	[thread overview]
Message-ID: <8735uf28wt.fsf@yandex.com> (raw)
In-Reply-To: <87wnrsuk3y.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Fri, 21 May 2021 18:28:33 +0200")

Dear Nicolas,

>>>>> Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

    > Hello, Colin Baxter <m43cap@yandex.com> writes:

    >> I have an elisp link of the form (without spaces, of course) [
    >> [elisp:(dired-other-window "/path/to/directory/") ][ Directory ]
    >> ].
    >> 
    >> The link works with the directory in appearing in dired
    >> window. However, when I first click on the link, a dialog box is
    >> brought up asking me if a I wish to execute the command. Of
    >> course, I do - and I click 'Yes'.
    >> 
    >> How can I go to link directly without being interrogated by the
    >> dialog box?

    > See org-link-elisp-confirm-function.

Thank you. I tried setting 'org-link-elisp-confirm-function' to y-or-n-p
as suggested by ol.el, but it gave me a dialog box, as before, which I
had to click. In the end I've set as to nil as a local variable:

#+begin_src elisp
eval: (set (make-local-variable 'org-link-elisp-confirm-function) nil)
#+end_src

The doc-string says it's risky when used as a local variable, but it
seems to work. The variable returns to the global default 'yes-or-no-p'
when the buffer is killed.

Best wishes,


  reply	other threads:[~2021-05-21 19:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-21 16:11 execute elisp link without prompt Colin Baxter
2021-05-21 16:28 ` Nicolas Goaziou
2021-05-21 19:17   ` Colin Baxter [this message]
2021-05-21 22:01     ` Tom Gillespie
2021-05-22  6:02       ` Colin Baxter

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=8735uf28wt.fsf@yandex.com \
    --to=m43cap@yandex.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).