Re: [Orgmode] org-babel and emacs init

2010-07-15 Thread Julien Fantin
Still had some issues with your function Eric, but finally found the time to make it work on my system. Posting it here since I didn't use reply all the first time around, and someone else might find it useful. (defun my-org-babel-load-file (file) (let ((orig-file (expand-file-name file

[Orgmode] org-babel and emacs init

2010-06-28 Thread Richard Riley
Firstly : Carsten and Eric I emailed you privately as I had no news access - pls ignore. Problem solved. With the latest git pull for org-mode I couldn't start my emacs because my init files are org files untangled using babel. Here is an updated init.el which which uses the new names and pulls

Re: [Orgmode] org-babel and emacs init

2010-06-28 Thread Eric Schulte
Hi Richard, Happy this is sorted out. A similar startup example is available in the init.el file in my copy of the Emacs Starter Kit [1], which also tangles all configuration from org files. Cheers -- Eric Richard Riley rile...@gmail.com writes: Firstly : Carsten and Eric I emailed you

Re: [Orgmode] org-babel and emacs init

2010-01-26 Thread Eric Schulte
Hi Richard, Richard Riley rileyrg...@gmail.com writes: What approach have you taken to loading multiple files using the org-babel method? The example on the babel page searches out all org files and then untangles the elisp snippets and rewrites files with a .el extensions loading them as

[Orgmode] org-babel and emacs init

2010-01-25 Thread Richard Riley
What approach have you taken to loading multiple files using the org-babel method? The example on the babel page searches out all org files and then untangles the elisp snippets and rewrites files with a .el extensions loading them as it goes. But how to order this or how best to load