From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: babel perl issue Date: Mon, 10 Dec 2012 08:32:44 -0700 Message-ID: <87fw3dapnn.fsf@gmail.com> References: <87a9tntr29.fsf@Rainer.invalid> <87sj7fp7om.fsf@gmail.com> <87wqwrrml2.fsf@Rainer.invalid> <87vcca9bxw.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti5Ll-0001Ch-1P for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 10:33:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ti5Lf-00049b-4a for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 10:32:56 -0500 Received: from mail-ia0-f176.google.com ([209.85.210.176]:64898) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti5Lf-00049M-06 for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 10:32:51 -0500 Received: by mail-ia0-f176.google.com with SMTP id y26so1224397iab.35 for ; Mon, 10 Dec 2012 07:32:48 -0800 (PST) In-Reply-To: (flav's message of "Mon, 10 Dec 2012 16:22:31 +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: flav Cc: emacs-orgmode@gnu.org As I mentioned in my previous message you have to require Org-mode before executing the following snippet. Try (require 'org) (org-babel-do-load-languages 'org-babel-load-languages '((perl . t))) flav writes: > still an issue : > > > Debugger entered--Lisp error: (void-function org-babel-do-load-languages) > (org-babel-do-load-languages (quote org-babel-load-languages) (quote > (...))) > eval-buffer(# nil "/home/flav/.emacs" nil t) ; Reading > at bu$ > load-with-code-conversion("/home/flav/.emacs" "/home/flav/.emacs" t t) > load("~/.emacs" t t) > #[nil "^H\205\264^@ \306=\203^Q^@\307^H\310Q\2027^@ > \311=\2033^@\312\307\31$ > command-line() > normal-top-level() > > > 2012/12/10 Eric Schulte > >> (org-babel-do-load-languages >> 'org-babel-load-languages >> '((perl . t))) >> -- Eric Schulte http://cs.unm.edu/~eschulte