From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: org-link customization and org-open-link-functions Date: Thu, 17 May 2018 18:14:08 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJLXe-0001JX-R8 for emacs-orgmode@gnu.org; Thu, 17 May 2018 12:14:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJLXe-0000lp-1u for emacs-orgmode@gnu.org; Thu, 17 May 2018 12:14:10 -0400 Received: from mail-qk0-x235.google.com ([2607:f8b0:400d:c09::235]:33107) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fJLXd-0000le-Tg for emacs-orgmode@gnu.org; Thu, 17 May 2018 12:14:09 -0400 Received: by mail-qk0-x235.google.com with SMTP id c11-v6so4072772qkm.0 for ; Thu, 17 May 2018 09:14:09 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Org Mode Hi all Customization of the face org-link changes org-open-link-functions resulting in org-open-at-point asking for a TAGS file. Is that intended behavior? - M-x org-mode - M-x customize - org-open-link-functions is now nil - In customization navigate to org-link and open it - org-open-link-functions is now (org-ctags-find-tag org-ctags-ask-rebuild-tags-file-then-find-tag org-ctags-ask-append-topic) Org release_9.1.13-757-g463664 with Emacs 25.2. Michael