From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Riel Subject: Re: obtain ob-template.el for Babel language extension Date: Fri, 11 Sep 2015 07:37:00 -0700 Message-ID: <20150911073700.356f5760@gauss> References: <20150910222354.743ce9f2@gauss> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaPRq-0005k1-Uc for emacs-orgmode@gnu.org; Fri, 11 Sep 2015 10:37:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZaPRn-0003Ab-NQ for emacs-orgmode@gnu.org; Fri, 11 Sep 2015 10:37:06 -0400 Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.231]:60043 helo=cdptpa-oedge-vip.email.rr.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaPRn-0003AW-JM for emacs-orgmode@gnu.org; Fri, 11 Sep 2015 10:37:03 -0400 In-Reply-To: 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: "Thomas S. Dye" Cc: emacs-orgmode@gnu.org On Thu, 10 Sep 2015 20:38:12 -1000 Thomas S. Dye wrote: > Aloha Joe, > > Joe Riel writes: > > > How do I get a copy of ob-template.el? > > The file can be viewed at http://orgmode.org/w/worg.git/blob/HEAD:/org-contrib/babel/ob-template.el > > however, that is an html file and not the elisp. > > I tried using git to clone http://orgmode.org/w/worg.git > > but that does not work. > > ~$ git clone git://orgmode.org/worg.git > > You should find ob-template.el in org-contrib/babel/ Thanks, that was helpful. Probably mention of that fact should be added to the languages.org file---currently it links directly to the html file which is less useful. Are elisp files that implement the languages in worg? I found the *.org files that document them, but not their sources. -- Joe Riel