emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* babel versionitis?
@ 2010-08-03 10:59 Rustom Mody
  2010-08-03 12:16 ` Erik Iverson
  2010-08-03 12:48 ` Bernt Hansen
  0 siblings, 2 replies; 3+ messages in thread
From: Rustom Mody @ 2010-08-03 10:59 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 422 bytes --]

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??

[-- Attachment #1.2: Type: text/html, Size: 557 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: babel versionitis?
  2010-08-03 10:59 babel versionitis? Rustom Mody
@ 2010-08-03 12:16 ` Erik Iverson
  2010-08-03 12:48 ` Bernt Hansen
  1 sibling, 0 replies; 3+ messages in thread
From: Erik Iverson @ 2010-08-03 12:16 UTC (permalink / raw)
  To: Rustom Mody; +Cc: emacs-orgmode

Correct, about a month ago:

http://eschulte.github.com/babel-dev/DONE-document-configuration-changes-for-Babel-integration.html

On 08/03/2010 05:59 AM, Rustom Mody wrote:
> 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??

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: babel versionitis?
  2010-08-03 10:59 babel versionitis? Rustom Mody
  2010-08-03 12:16 ` Erik Iverson
@ 2010-08-03 12:48 ` Bernt Hansen
  1 sibling, 0 replies; 3+ messages in thread
From: Bernt Hansen @ 2010-08-03 12:48 UTC (permalink / raw)
  To: Rustom Mody; +Cc: emacs-orgmode

Rustom Mody <rustompmody@gmail.com> writes:

> 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??

The setup changed in release 7.01.  I've updated my document.
Thanks for pointing this out.

-Bernt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-08-03 12:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-03 10:59 babel versionitis? Rustom Mody
2010-08-03 12:16 ` Erik Iverson
2010-08-03 12:48 ` Bernt Hansen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).