emacs-orgmode
[Top][All Lists]
Advanced

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

Re: org-ctags-find-tag should not prompt inside org-open-at-point


From: Joseph Turner
Subject: Re: org-ctags-find-tag should not prompt inside org-open-at-point
Date: Thu, 28 Sep 2023 12:25:25 -0700

Rudolf Adamkovič <salutis@me.com> writes:

> Joseph Turner <joseph@breatheoutbreathe.in> writes:
>
>> (setopt org-ctags-open-link-functions nil)
>
> Oh, thank you!  This regularly drives me crazy.

You're welcome!

> I added the following to my Emacs/Org configuration:
>
> #+BEGIN_SRC emacs-lisp :results none
> (eval-after-load 'org-ctags
>   (setq org-ctags-open-link-functions nil))
> #+END_SRC

Yes, eval-after-load makes sense.

Joseph



reply via email to

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