From mboxrd@z Thu Jan 1 00:00:00 1970 From: flav Subject: Re: babel perl issue Date: Tue, 11 Dec 2012 10:05:25 +0100 Message-ID: <50C6F755.6010804@gmail.com> References: <87a9tntr29.fsf@Rainer.invalid> <87sj7fp7om.fsf@gmail.com> <87wqwrrml2.fsf@Rainer.invalid> <87vcca9bxw.fsf@gmail.com> <87fw3dapnn.fsf@gmail.com> <874njtakh1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiLmR-0001Xr-C3 for emacs-orgmode@gnu.org; Tue, 11 Dec 2012 04:05:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiLmM-0000lY-Dq for emacs-orgmode@gnu.org; Tue, 11 Dec 2012 04:05:35 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:63306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiLmM-0000l4-7s for emacs-orgmode@gnu.org; Tue, 11 Dec 2012 04:05:30 -0500 Received: by mail-bk0-f41.google.com with SMTP id jg9so1626925bkc.0 for ; Tue, 11 Dec 2012 01:05:29 -0800 (PST) In-Reply-To: <874njtakh1.fsf@gmail.com> 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: Eric Schulte Cc: emacs-orgmode@gnu.org Le 10/12/2012 18:24, Eric Schulte a écrit : > 1. make sure you're using a recent version of Org-mode, either the > latest release or from git, see > http://orgmode.org/worg/org-faq.html#Keeping-current > > 2. start Emacs with the -Q flag (to ensure there is no problem caused by > the rest of your config) > > 3. evaluate the Babel config > > (require 'org) > (org-babel-do-load-languages > 'org-babel-load-languages > '((perl . t))) > > 4. if you still have problems, then write back with your version of > Emacs, and your version of org-mode (reported with M-x org-version) > > Hope this helps, > > flav writes: > >> I am sorry for my misunderstood but >> I put (require 'org) in my .emacs and there is no change. >> >> >> >> 2012/12/10 Eric Schulte >> >>> 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 >>> Hello, Debugger entered--Lisp error: (void-function org-babel-do-load-languages) (org-babel-do-load-languages (quote org-babel-load-languages) (quote (...))) eval((org-babel-do-load-languages (quote org-babel-load-languages) (quote (..$ eval-last-sexp-1(t) eval-last-sexp(t) eval-print-last-sexp() call-interactively(eval-print-last-sexp nil nil) Org-mode version 7.9.2 (7.9.2-dist @ /usr/share/emacs/site-lisp/org/) GNU Emacs 23.3.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.6) of 2012-09-21 on allspice, modified by Debian Thanks for help. -- flav