[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Commas in org source blocks
From: |
Eric Schulte |
Subject: |
Re: [Orgmode] Commas in org source blocks |
Date: |
Tue, 25 Jan 2011 14:32:58 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Jeff Horn <address@hidden> writes:
> On Tue, Jan 25, 2011 at 2:36 PM, Eric Schulte <address@hidden> wrote:
>> There is support for Org code blocks, evaluation will generally result
>> in returning a modified (possibly exported) version of the code block
>> body.
>
> OK. When I evaluated the block, I got an error about "no function"
> being defined for org export. I might need to require babel in my init
> file to get it to trigger the autoloads. Could there be another issue?
>
yes, you will need to add org-mode to you list of supported languages
along the directions in http://orgmode.org/manual/Languages.html
I'll update the manual to reflect org-mode as a valid language.
>
>> Yes, this is the intended behavior. The commas protect your enclosing
>> source file from markup embedded in the org code block, otherwise a
>> top-level headline in the body of a code block could break outline
>> folding for the containing org file.
>
> Thanks. I haven't used babel much until recently, so thanks for your
> patience and helpful response!