From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael =?utf-8?Q?Laboissi=C3=A8re?= Subject: Pushing commits to the Work Git repository Date: Wed, 6 Feb 2019 16:42:21 +0100 Message-ID: <20190206154221.GV22582@laboissiere.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="CGDBiGfvSTbxKZlW" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:36744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grPgZ-00031h-Vf for emacs-orgmode@gnu.org; Wed, 06 Feb 2019 11:04:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grPQZ-0005Ai-U7 for emacs-orgmode@gnu.org; Wed, 06 Feb 2019 10:47:56 -0500 Received: from so254-57.mailgun.net ([198.61.254.57]:50145) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1grPQZ-0005AC-KL for emacs-orgmode@gnu.org; Wed, 06 Feb 2019 10:47:55 -0500 Content-Disposition: inline Content-Language: en-us 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 --CGDBiGfvSTbxKZlW Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Hi, Is there any policy for pushing commits to the Worg Git repository? I fixed the GitHub paths in file org-outside-org.org, as per the patch attached to this message and would like to contribute it. Best, Rafael --CGDBiGfvSTbxKZlW Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename="0001-Transfer-maintainership-of-outshine-outorg-and-navi-.patch" >From 1458b431c347fdf53ce84eecc2e2503385e93984 Mon Sep 17 00:00:00 2001 From: Rafael Laboissiere Date: Wed, 6 Feb 2019 16:33:36 +0100 Subject: [PATCH] Transfer maintainership of outshine, outorg, and navi-mode --- org-tutorials/org-outside-org.org | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/org-tutorials/org-outside-org.org b/org-tutorials/org-outside-org.org index 8fe2ae92..b8bc5606 100644 --- a/org-tutorials/org-outside-org.org +++ b/org-tutorials/org-outside-org.org @@ -134,8 +134,8 @@ To sum it up in one sentence: Download =outshine.el= (or clone the github-repo) and copy it to a location where Emacs can find it: -| https://github.com/tj64/outshine | -| git clone git@github.com:tj64/outshine.git | +| https://github.com/alphapapa/outshine | +| git clone git@github.com:alphapapa/outshine.git | Use this in your '.emacs' to get started: @@ -323,8 +323,8 @@ works too). You can download the file (or clone the github-repo) here: -| https://github.com/tj64/outorg | -| git clone git@github.com:tj64/outorg.git | +| https://github.com/alphapapa/outorg | +| git clone git@github.com:alphapapa/outorg.git | /outorg/ requires Org-mode too, thus should be loaded after Org-mode. Insert @@ -597,10 +597,10 @@ offering a vast amount of possible 'views' at the original-buffer. Download (or clone the github-repos of) the three required libraries -| `navi-mode.el' | https://github.com/tj64/navi | -| | git clone git@github.com:tj64/navi.git | -| `outshine.el' | https://github.com/tj64/outshine | -| `outorg.el' | https://github.com/tj64/outorg | +| `navi-mode.el' | https://github.com/alphapapa/navi | +| | git clone git@github.com:alphapapa/navi.git | +| `outshine.el' | https://github.com/alphapapa/outshine | +| `outorg.el' | https://github.com/alphapapa/outorg | and put them in a place where Emacs can find them (on the Emacs 'load-path'). Follow the installation instructions in =outshine.el= and =outorg.el=. -- 2.19.2 --CGDBiGfvSTbxKZlW--