From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-link-minor-mode.el broken by recent org maint Date: Thu, 08 Jun 2017 13:06:26 +0200 Message-ID: <87h8zqyc0d.fsf@nicolasgoaziou.fr> References: <87tw3rx98u.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIvGt-0002Cm-OH for emacs-orgmode@gnu.org; Thu, 08 Jun 2017 07:06:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dIvGp-0000p6-Kc for emacs-orgmode@gnu.org; Thu, 08 Jun 2017 07:06:35 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:35474) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dIvGp-0000oh-ES for emacs-orgmode@gnu.org; Thu, 08 Jun 2017 07:06:31 -0400 In-Reply-To: (Kaushal Modi's message of "Thu, 08 Jun 2017 09:55:59 +0000") 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: Kaushal Modi Cc: emacs-org list Hello, Kaushal Modi writes: > On Thu, Jun 8, 2017, 2:52 AM Nicolas Goaziou wrote: > >> Hello, >> >> Samuel Wales writes: >> >> > org-link-minor-mode broken by recent maint. both links and tses. >> >> I don't know what is `org-link-minor-mode'. >> > > I don't use this package, but it looks like this one: > https://github.com/seanohalpin/org-link-minor-mode OK. Thank you. I added backward compatible aliases in "org-compat". Hopefully, this should make the minor mode operational again. > > Also it hasn't been updated in 5 years; it's from org 7 era. Samuel, would you want to contact the author and suggest him to make the following change: (let ((org-link-minor-mode-keywords (list '(org-activate-angle-links (0 'org-link t)) '(org-activate-plain-links) '(org-activate-bracket-links (0 'org-link t)) '(org-activate-dates (0 'org-date t)) )) ...)) => (let ((org-link-minor-mode-keywords '((org-activate-links)))) ...) Regards, -- Nicolas Goaziou