emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] babel versionitis?


From: Rustom Mody
Subject: [Orgmode] babel versionitis?
Date: Tue, 3 Aug 2010 16:29:03 +0530

In Bernt Hansen's Organize your life in plain text he has
(require 'org-babel-init)
(require 'org-babel-ditaa)
(org-babel-load-library-of-babel)
But with my 7.01trans org I get

Cannot open load file org-babel-init

I guess this has to change to

(org-babel-do-load-languages
 'org-babel-load-languages
 '((emacs-lisp . t)
   (ditaa . t)))

I am just guessing something about babel initialization has changed recently??

reply via email to

[Prev in Thread] Current Thread [Next in Thread]