From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: [OT] open url in emacs was: Re: Using Org/babel for Emacs config files Date: Sat, 26 Jan 2013 09:34:15 +0100 Message-ID: <87libgqr5k.fsf@med.uni-goettingen.de> References: <2013-01-21T12-04-57@devnull.Karl-Voit.at> <2013-01-23T15-20-19@devnull.Karl-Voit.at> <51005ed7.04bc650a.65b3.ffffea88@mx.google.com> <87zjzy90ey.fsf_-_@med.uni-goettingen.de> <877gn2ogjo.fsf@bzg.ath.cx> <87vcam8ya9.fsf@med.uni-goettingen.de> <87d2wu4ni1.fsf@bzg.ath.cx> <87bocdeul8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tz1Dc-0003d1-SO for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 03:34:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tz1Db-0007EP-HR for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 03:34:32 -0500 Received: from plane.gmane.org ([80.91.229.3]:49183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tz1Db-0007EE-Bg for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 03:34:31 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tz1Dr-0004Xh-GG for emacs-orgmode@gnu.org; Sat, 26 Jan 2013 09:34:47 +0100 Received: from vpn-2142.gwdg.de ([134.76.2.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Jan 2013 09:34:47 +0100 Received: from andreas.leha by vpn-2142.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Jan 2013 09:34:47 +0100 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 Hi Jambu, Jambunathan K writes: > Bastien writes: > >> Andreas Leha writes: >> >>> ^^^^^^^^^^ that is something I'd not expect to hear when it comes to >>> emacs.... >> >> (when (switch-to-buffer-other-window >> (url-retrieve-synchronously >> "https://raw.github.com/eschulte/emacs24-starter-kit/master/starter-kit.org")) >> (write-file (read-from-minibuffer "File: ")) >> (org-mode)) > > M-x browse-url-emacs RET thanks, I tried that, but that does not seem to work for me: (sorry for the German messaeges) ,---- | Contacting host: raw.github.com:443 [3 times] | Note: file is write protected | Contacting host: raw.github.com:443 | Loading reftex...done | Contacting host: raw.github.com:443 | Compiling label environment definitions...done | Contacting host: raw.github.com:443 | Scanning entire document... | No such file: https://raw.github.com/eschulte/emacs24-starter-kit/master/starter-kit.org (ignored) | Scanning file https://raw.github.com/eschulte/emacs24-starter-kit/master/starter-kit.org | Scanning document... done | Local Ispell dictionary set to english | Contacting host: raw.github.com:443 [3 times] | open-network-stream: /443 Zu diesem Hostnamen gehört keine Adresse `---- if you tell me how to make it work, that would be even simpler. Cheers, Andreas