From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Zhao Subject: `org-store-link' to skip link storing functions without touching `org-context-in-file-links' Date: Sat, 20 May 2017 12:02:37 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c18713a553686054ff6c41a" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dC6q0-0007Si-9z for emacs-orgmode@gnu.org; Sat, 20 May 2017 12:02:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dC6pz-000369-G7 for emacs-orgmode@gnu.org; Sat, 20 May 2017 12:02:40 -0400 Received: from mail-yb0-x22d.google.com ([2607:f8b0:4002:c09::22d]:33752) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dC6pz-00035p-Ap for emacs-orgmode@gnu.org; Sat, 20 May 2017 12:02:39 -0400 Received: by mail-yb0-x22d.google.com with SMTP id 187so16780283ybg.0 for ; Sat, 20 May 2017 09:02:38 -0700 (PDT) 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 --94eb2c18713a553686054ff6c41a Content-Type: text/plain; charset="UTF-8" Hi org-mode developers, Recently I found it very useful to being able to store links linking to source code in git repository. I used org-git-link.el for this purpose and it works well. However, the biggest problem I'm having now is that once I loaded org-git-link.el, I'm forced to always store links linking to git repository which is not always I want because I also need to be able to store links linking to the files in the working directory instead of in the git repository. I'm aware of the 'C-u C-u' prefix of `org-store-link', however, by the current design, using 'C-u C-u' negates `org-context-in-file-links', i.e., the link would be stored without embedding the text to search for. Is it possible to make `org-store-link' able to skip the link storing functions without touching `org-context-in-file-links'? Thanks in advance, York --94eb2c18713a553686054ff6c41a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi org-mode developers,

Recently I found it very us= eful to being able to store links linking to source code in git repository.= I used org-git-link.el for this purpose and it works well.

However,= the biggest problem I'm having now is that once I loaded org-git-link.= el, I'm forced to always store links linking to git repository which is= not always I want because I also need to be able to store links linking to= the files in the working directory instead of in the git repository.
I'm aware of the 'C-u C-u' prefix of `org-store-link', ho= wever, by the current design, using 'C-u C-u' negates `org-context-= in-file-links', i.e., the link would be stored without embedding the te= xt to search for.

Is it possible to make `org-store-link' able t= o skip the link storing functions without touching `org-context-in-file-lin= ks'?


Thanks in advance,

York
--94eb2c18713a553686054ff6c41a--