From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?RnJhbsOnb2lz?= Allisson Subject: [PATCH] Fix broken links in worg (org-contrib/index.org) Date: Sun, 8 Apr 2012 12:41:52 +0200 Message-ID: <20120408104152.GA25818@francois-AOA150> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="1yeeQ81UyVL57Vl7" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SGpZK-0007x5-RY for emacs-orgmode@gnu.org; Sun, 08 Apr 2012 06:42:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SGpZI-0001tq-IA for emacs-orgmode@gnu.org; Sun, 08 Apr 2012 06:42:02 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:46466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SGpZI-0001ti-7a for emacs-orgmode@gnu.org; Sun, 08 Apr 2012 06:42:00 -0400 Content-Disposition: inline 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello worgers, I've noticed that all links to raw files (.el) on http://orgmode.org/worg/org-contrib/index.html are broken. They used to be pointers to repo.or.cz. The attached patch reactivates these links with pointers to the new orgmode.org git repository. This is my first patch (not to worg, but ever), and I'm still learning how to use git and so on, so please tell me how I could make better patches in the future. BTW, org-contrib/index.org needs an update on a few additional points: - A few new contributions in contrib/lisp are not listed here. - A few contributions passed into the core of org. This should be commented, together with link to the relevant sections in the documentation (org.texi), etc. - A lost last version of org-refer-by-numbers.el - A decision to take with links to raw-files that were removed from the org-mode git repository: either link them to legacy raw file from org-mode git, or remove these links - and a few other tiny things... I would happily take care of that, or help anyone in doing it. I welcome any advice on that. Thanks for all your job in org and worg, A happy Org user, Fran=C3=A7ois. --1yeeQ81UyVL57Vl7 Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename="0001-Fix-broken-links-on-worg-org-contrib-index.org.patch" Content-Transfer-Encoding: quoted-printable >From 8979cc24cefea89d227d13a27f4dfbf7e8f42dec Mon Sep 17 00:00:00 2001 From: Fran=C3=A7ois Allisson Date: Sun, 8 Apr 2012 11:56:29 +0200 Subject: [PATCH] Fix broken links on worg/org-contrib/index.org * worg/org-contrib/index.org: Added a repofile link definition with pointer to the orgmode.org git repository, because most links to raw (.el) files depended on that missing definition. * worg/org-contrib/index.org: Fixed two additional links. --- org-contrib/index.org | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/org-contrib/index.org b/org-contrib/index.org index e8e5467..35aa013 100644 --- a/org-contrib/index.org +++ b/org-contrib/index.org @@ -7,6 +7,7 @@ #+EMAIL: bzg AT altern DOT org #+LANGUAGE: en #+CATEGORY: worg +#+LINK: repofile http://orgmode.org/w/?p=3Dorg-mode.git;a=3Dblob_p= lain;f=3D%s;hb=3DHEAD =20 [[file:../index.org][{Back to Worg's index}]] =20 @@ -166,7 +167,7 @@ hopefully have some documentation. Written by /Reimar Finken/. [[repofile:contrib/lisp/org-git-link.el][Link to raw file]]. =20 -- [[http://julien.danjou.info/google-weather-el.html][org-google-weather= .el -- weather forecast in the agenda buffer]] :: +- [[http://julien.danjou.info/software/google-weather.el][org-google-wea= ther.el -- weather forecast in the agenda buffer]] :: Allow %%(org-google-weather "New York") sexps for displaying weather forecast in the agenda buffer. Written by /Julien Danjou/. @@ -215,7 +216,7 @@ hopefully have some documentation. This approximates a WYSiWYG HTML mail editor from within Emacs, and can be useful for sending tables, fontified source code, and inline images in email. Written by /Eric Schulte/. - [[repofile:lisp/org-mime.el][Link to raw file]]. + [[repofile:contrib/lisp/org-mime.el][Link to raw file]]. =20 - /org-mtags.el/ -- support for some Muse-like tags in Org-mode :: This package allows you to write =3D=3D and =3D=3D and o= ther --=20 1.7.5.4 --1yeeQ81UyVL57Vl7--