emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-link-minor-mode.el broken by recent org maint


From: Nicolas Goaziou
Subject: Re: [O] org-link-minor-mode.el broken by recent org maint
Date: Thu, 08 Jun 2017 13:06:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hello,

Kaushal Modi <address@hidden> writes:

> On Thu, Jun 8, 2017, 2:52 AM Nicolas Goaziou <address@hidden> wrote:
>
>> Hello,
>>
>> Samuel Wales <address@hidden> 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



reply via email to

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