From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: ivy-bibtex and orgmode inserts ebib: link Date: Fri, 22 Mar 2019 11:29:27 +0000 Message-ID: <87tvfvw3jc.fsf@gmail.com> References: <877ecrxkfo.fsf@gmail.com> <87y357w4f4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h7IU2-0005DM-P1 for emacs-orgmode@gnu.org; Fri, 22 Mar 2019 07:37:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h7IMc-00084I-ON for emacs-orgmode@gnu.org; Fri, 22 Mar 2019 07:29:31 -0400 Received: from mail-wr1-x430.google.com ([2a00:1450:4864:20::430]:39641) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h7IMc-00081n-DE for emacs-orgmode@gnu.org; Fri, 22 Mar 2019 07:29:30 -0400 Received: by mail-wr1-x430.google.com with SMTP id j9so1939810wrn.6 for ; Fri, 22 Mar 2019 04:29:30 -0700 (PDT) Received: from t3610 ([2.31.141.191]) by smtp.gmail.com with ESMTPSA id g12sm3016883wrw.40.2019.03.22.04.29.27 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 22 Mar 2019 04:29:27 -0700 (PDT) In-Reply-To: <87y357w4f4.fsf@gmail.com> (Eric S. Fraga's message of "Fri, 22 Mar 2019 11:10:23 +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: emacs-orgmode@gnu.org I am going down a rabbit hole here... Short question: how can I add a new link type to org? It used to be that we would use ~org-add-link-type~ but this is deprecated. Fine. The documentation points to ~org-link-set-parameters~ instead but this can only set the parameters for known links. Known links seem to be defined by a complex regex in ~org-link-types-re~. What is the replacement for ~org-add-link-type~ in the latest version of org, if any? Or do I have to both add to the regex and set link parameters separately? Thank you! -- Eric S Fraga via Emacs 27.0.50, Org release_9.2.2-324-gd58827