[Orgmode] Re: Tangling

2010-04-12 Thread Andrea Crotti
Dan Davison davi...@stats.ox.ac.uk writes: Andrea Crotti andrea.crott...@gmail.com writes: Hi Andrea, I think that should be (add-to-list 'load-path (concat conf org-mode/lisp)) (add-to-list 'load-path (concat conf org-mode/contrib/lisp)) (require 'org-install) (require

[Orgmode] Re: Tangling

2010-04-11 Thread Andrea Crotti
Dan Davison davi...@stats.ox.ac.uk writes: here Although Org maps elisp to emacs-lisp-mode in org-src-lang-modes (therefore C-c ' works), Org-babel currently does not recognise elisp by default. Thanks for raising this, I think we need to make ourselves more compatible with

Re: [Orgmode] Re: Tangling

2010-04-11 Thread Dan Davison
Andrea Crotti andrea.crott...@gmail.com writes: Dan Davison davi...@stats.ox.ac.uk writes: [...] So now I have a strange behaviour, sometimes the file is loaded and sometimes is not This is the init file: (setq base ~/Documents/pycon/) (setq conf (concat base conf/)) (add-to-list