[Orgmode] autoloading stuff

2009-12-27 Thread andrea

If I don't remember wrong in the guide everything was supposed to be
required.

Now is there a way to eliminate all the requires?  I have all those
requires, and the problems is that also babel loads the entire
programming mode even if I don't need it.

--8---cut here---start-8---
(require 'org)
(require 'reftex)
(require 'org-extension)
(require 'remember)
(require 'org-remember)
(require 'org-annotate-file)
(require 'org-babel-init)
(require 'org-babel-dot)   ;; dot
(require 'org-babel-gnuplot)   ;; gnuplot, and gnuplot-mode
(require 'org-babel-haskell)   ;; haskell, haskell-mode, inf-haskell
(require 'org-babel-ocaml) ;; ocaml, and tuareg-mode
(require 'org-babel-python);; python, and python-mode
(require 'org-babel-ditaa)
(require 'org-babel-ruby)  ;; ruby, irb, ruby-mode, and inf-ruby
(require 'org-babel-sql)   ;; none
(require 'org-babel-sh)
(require 'orgtbl-sqlinsert)
--8---cut here---end---8---



___
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


Re: [Orgmode] autoloading stuff

2009-12-27 Thread Thomas S. Dye

Hi Andrea,

I'm not certain I understand your question, but it brings to mind the  
Getting Started section of


http://orgmode.org/worg/org-contrib/babel/intro.php,

which indicates that you can activate whatever subset of supported  
languages you wish.


The typo you pointed out in an earlier message has been fixed and  
should appear next time the documentation has been updated on Worg.


All the best,
Tom

On Dec 27, 2009, at 10:50 AM, andrea wrote:



If I don't remember wrong in the guide everything was supposed to be
required.

Now is there a way to eliminate all the requires?  I have all those
requires, and the problems is that also babel loads the entire
programming mode even if I don't need it.

--8---cut here---start-8---
(require 'org)
(require 'reftex)
(require 'org-extension)
(require 'remember)
(require 'org-remember)
(require 'org-annotate-file)
(require 'org-babel-init)
(require 'org-babel-dot)   ;; dot
(require 'org-babel-gnuplot)   ;; gnuplot, and gnuplot-mode
(require 'org-babel-haskell)   ;; haskell, haskell-mode, inf-haskell
(require 'org-babel-ocaml) ;; ocaml, and tuareg-mode
(require 'org-babel-python);; python, and python-mode
(require 'org-babel-ditaa)
(require 'org-babel-ruby)  ;; ruby, irb, ruby-mode, and inf-ruby
(require 'org-babel-sql)   ;; none
(require 'org-babel-sh)
(require 'orgtbl-sqlinsert)
--8---cut here---end---8---



___
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


___
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