From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Little link difficulty Date: Tue, 29 May 2012 19:04:16 -0400 Message-ID: <14028.1338332656@alphaville> References: <868vgau2cq.fsf@mercure.progiciels-bpi.ca> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZVSi-0004aq-KB for emacs-orgmode@gnu.org; Tue, 29 May 2012 19:04:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZVSg-0002Bq-KD for emacs-orgmode@gnu.org; Tue, 29 May 2012 19:04:24 -0400 Received: from g1t0029.austin.hp.com ([15.216.28.36]:21293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZVSg-0002Bg-DL for emacs-orgmode@gnu.org; Tue, 29 May 2012 19:04:22 -0400 In-Reply-To: Message from =?us-ascii?Q?=3D=3Futf-8=3FQ=3FFran=3DC3=3DA7ois?= =?us-ascii?Q?=5FPinard=3F=3D?= of "Tue\, 29 May 2012 17\:03\:17 EDT." <868vgau2cq.fsf@mercure.progiciels-bpi.ca> 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: =?us-ascii?Q?=3D=3Futf-8=3FQ=3FFran=3DC3=3DA7ois=5FPinard=3F=3D?= Cc: emacs-orgmode@gnu.org Fran=C3=A7ois Pinard wrote: > Hi, people. >=20 > Using C-c C-l to create a link, I'm replying to the two prompts with the > following contents: >=20 > Link: http://www2.stm.info/taz/horaire.php?l=3D29&d=3DE&t=3D52103 > Description: Autobus 29 est >=20 > The link is then saved as (using fundamental-mode to see it): >=20 > [[http://www2.stm.info/taz/horaire.php?l%3D29&d%3DE&t%3D52103][Autobus 29= est]] >=20 > If I then use C-c C-o on that link, the browser (Google Chrome if it > matters) apparently receives (as shown in its URL entry bar): >=20 > http://www2.stm.info/taz/horaire.php?l=3D29 >=20 > which is not what I expected. Is there some trick I would need to know > for this link to work?=20 >=20 FWIW, I can't reproduce this problem. Here is how I tested: I cut-n-pasted the second form of the link [[http://www2.stm.info/taz/horaire.php?l%3D29&d%3DE&t%3D52103][Autobus 29= est]] into an org file, and changed my browser function (I usually use firefox): (setq browse-url-browser-function (function browse-url-chromium)) Following the link then gives me a timetable for "Ligne: 29 Rachel" and the URL shown in the URL entry thingie in chromium is the complete one: http://www2.stm.info/taz/horaire.php?l=3D29&d=3DE&t=3D52103 not the partial one that you get. I also tried it with my usual firefox browser and also got the same result. Nick