emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Some Experiences with org-babel-load-file


From: Florian Beck
Subject: Re: [O] Some Experiences with org-babel-load-file
Date: Tue, 11 Dec 2012 20:52:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 12/11/2012 03:52 PM, Eric Schulte wrote:

Please go ahead and update the information on worg.  Note that Emacs24
users need only do

     (require 'org)
     (org-babel-load-file "/path/to/your/org-init-file.org")

while users of lesser Emacs will have to load a new version of Org-mode
before calling org-babel-load-file.

Sorry, I have no idea how to update worg.

compiled and un-compiled code.  If this does pose a problem for you,
perhaps an optional extra argument to be added to org-babel-load-file to
enable compilation.

Yes, this would do nicely.

The `org-babel-load-file' function calls `org-tangle-file' so they are
definitely working in concert.  When a target file is passed to
`org-tangle-file' then that is used as the value of the ":tangle" header
argument, so the default behavior is to tangle.

Ok, that makes sense.

Great idea.  I don't have time to work on this right now, but it is
definitely on my stack.  I suppose this should be the default behavior
for all tangled files (not just those written by org-babel-load-file).

Yes. Perhaps also include a comment that the file was tangled from an org-file plus the path to that file.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]