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 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 dotfiles-dir))

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 writes: > Firstly : Carsten and Eric I emailed you privately as I had no

Re: [Orgmode] org-babel and emacs init

2010-01-26 Thread Eric Schulte
Hi Richard, Richard Riley 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 it goes. > > Bu