>
> 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 `org.el'.
| 
| (org-babel-load-file FILE &optional COMPILE)
| 
| Load Emacs Lisp source code blocks in the Org-mode FILE.
| This function exports the source code using `org-babel-tangle'
| and then loads the resulting file using `load-file'.  With prefix
| arg (noninteractively: 2nd arg) COMPILE the tangled Emacs Lisp
| file to byte-code before it is loaded.
| 
| [back]
`----

>
>> Look at the `org-babel-tangle-jump-to-org' function, for it to work you
>> may need to tangle with the ":comments" header argument set to "link".
>
> Great this is really what I'm looking for.
>
> Thanks a lot !!
>

Great, happy to help.

-- 
Eric Schulte
http://cs.unm.edu/~eschulte

Reply via email to