From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Kaushal Modi <kaushal.modi@gmail.com>
Cc: emacs-org list <emacs-orgmode@gnu.org>
Subject: Re: org-link-minor-mode.el broken by recent org maint
Date: Thu, 08 Jun 2017 13:06:26 +0200 [thread overview]
Message-ID: <87h8zqyc0d.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <CAFyQvY31Ed=rgxNiUEbBK2LnC78QN6VzUaj1Fd3V-91nRP8vaw@mail.gmail.com> (Kaushal Modi's message of "Thu, 08 Jun 2017 09:55:59 +0000")
Hello,
Kaushal Modi <kaushal.modi@gmail.com> writes:
> On Thu, Jun 8, 2017, 2:52 AM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
>
>> Hello,
>>
>> Samuel Wales <samologist@gmail.com> 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
next prev parent reply other threads:[~2017-06-08 11:06 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-08 1:07 org-link-minor-mode.el broken by recent org maint Samuel Wales
2017-06-08 6:51 ` Nicolas Goaziou
2017-06-08 9:55 ` Kaushal Modi
2017-06-08 11:06 ` Nicolas Goaziou [this message]
2017-06-08 21:59 ` Samuel Wales
-- strict thread matches above, loose matches on Subject: below --
2017-06-08 15:28 Stefan Hahn
2017-06-14 19:35 ` Samuel Wales
2017-06-15 15:59 ` Stefan-W. Hahn
2017-07-17 3:32 ` Samuel Wales
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=87h8zqyc0d.fsf@nicolasgoaziou.fr \
--to=mail@nicolasgoaziou.fr \
--cc=emacs-orgmode@gnu.org \
--cc=kaushal.modi@gmail.com \
/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).