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: Thu, 24 Jan 2013 20:48:48 +0100 Message-ID: <87txq6qs4f.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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TySnP-00038p-Lq for emacs-orgmode@gnu.org; Thu, 24 Jan 2013 14:49:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TySnL-0001Jo-KM for emacs-orgmode@gnu.org; Thu, 24 Jan 2013 14:49:11 -0500 Received: from plane.gmane.org ([80.91.229.3]:50096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TySnL-0001Ja-De for emacs-orgmode@gnu.org; Thu, 24 Jan 2013 14:49:07 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TySnV-0002my-V6 for emacs-orgmode@gnu.org; Thu, 24 Jan 2013 20:49:17 +0100 Received: from vpn-2035.gwdg.de ([134.76.2.35]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Jan 2013 20:49:17 +0100 Received: from andreas.leha by vpn-2035.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Jan 2013 20:49:17 +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 Bastien, 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)) ;-) Thanks a lot for that! Works nicely Regards, Andreas