[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Using org-babel in other modes?
From: |
Bernt Hansen |
Subject: |
Re: [O] Using org-babel in other modes? |
Date: |
Sun, 09 Oct 2011 21:00:39 -0400 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux) |
Dave Abrahams <address@hidden> writes:
> on Sun Oct 09 2011, Bernt Hansen <bernt-AT-norang.ca> wrote:
>
>> (add-to-list 'org-src-lang-modes (quote ("plantuml" . fundamental)))
>> This enables fundamental-mode when I C-c ' on a plantuml block
>> #+begin_src plantuml :file foo.png
>>
>> #+end_src
>> Does that help?
>
> I'm not sure... *looks up org-src-lang-modes* Oh, no I think you
> misunderstood me. I am not trying to add an additional language
> recognizer to org-babel.
>
> Markdown is a plaintext document format roughly similar to Org. What I
> want is to modify markdown-mode so that /its/ code blocks, which are
> currently recognized by markdown-mode but rendered in one solid face and
> without any language-specific editing smarts, behave like org's.
Ah, sorry I don't know how this is implemented in org (for the
fontification of source) so I can't help with making markdown-mode work
the way you want.
Regards,
Bernt