Re: [O] org-babel and compilation log

2013-05-10 Thread Eric Schulte
> > I didn't know this before. But my point here is to byte compile my > .emacs.el for the next session. (I have dotEmacs.org ->> .emacs.elc) > `org-babel-load-file' does support an optional compile argument. , | org-babel-load-file is an interactive autoloaded compiled Lisp | function in `or

Re: [O] org-babel and compilation log

2013-05-10 Thread Mohamed
Eric Schulte gmail.com> writes: > You may want to use `org-babel-load-file', unless you prefer to run this > manually. Hello Eric, Thank you for this swift reply. I didn't know this before. But my point here is to byte compile my .emacs.el for the next session. (I have dotEmacs.org ->> .ema

Re: [O] org-babel and compilation log

2013-05-10 Thread Eric Schulte
Mohamed writes: > Dear all, > I'm managing my dotEmacs in an org file which is tangled and byte-compiled > using a small function > > -- > (defun mh-generate-dot-and-byte-comp () > (interactive) > "Tangle current buffer and generate the dot emacs which is byte compile

[O] org-babel and compilation log

2013-05-10 Thread Mohamed
Dear all, I'm managing my dotEmacs in an org file which is tangled and byte-compiled using a small function -- (defun mh-generate-dot-and-byte-comp () (interactive) "Tangle current buffer and generate the dot emacs which is byte compiled" (with-current-buffer "dotEmacs