From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Add a custom list in org-mac-link.el Date: Wed, 14 Jun 2017 18:37:25 +0200 Message-ID: <87h8ziikze.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLBIS-0000RE-Pn for emacs-orgmode@gnu.org; Wed, 14 Jun 2017 12:37:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLBIO-0001e0-NC for emacs-orgmode@gnu.org; Wed, 14 Jun 2017 12:37:32 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:34692) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dLBIO-0001dl-Gn for emacs-orgmode@gnu.org; Wed, 14 Jun 2017 12:37:28 -0400 In-Reply-To: (Takaaki Ishikawa's message of "Sun, 11 Jun 2017 17:25:36 +0900") 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: Takaaki Ishikawa Cc: orgmode list Hello, Takaaki Ishikawa writes: > The attached patch includes a change for adding a custom variable to easily > extend link grabbing capabilities for masOS user. When someone wants to add > an additional menu to call an external application, it will be possible by > adding a setting to the proposed variable as follows: > > #+BEGIN_SRC emacs-lisp > (add-to-list 'org-mac-link-descriptors > `("P" "apers" org-mac-papers-insert-frontmost-paper-link > ,org-mac-grab-Papers-app-p) t) > #+END_SRC Thank you. Could you provide a patch, using format-patch, with an appropriate commit message? Regards, -- Nicolas Goaziou