From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Andreas_R=F6hler?= Subject: smart loading languages Date: Wed, 27 Mar 2013 19:59:31 +0100 Message-ID: <51534193.3050708@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKvYN-0005KH-3N for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 14:58:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKvYL-0000lf-TM for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 14:58:31 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:52692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKvYL-0000l4-Dv for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 14:58:29 -0400 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 Hi, instead requiring explicit (org-babel-do-load-languages 'org-babel-load-languages '( (LANGUAGE-1 . t) (LANGUAGE-2 . t) ... (LANGUAGE-N . t) )) in Emacs init, AFAIU that might be done first time when a source block is evaluated. Andreas