emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] [babel] Enabling language mode for plantuml?


From: Eric Schulte
Subject: Re: [Orgmode] [babel] Enabling language mode for plantuml?
Date: Thu, 02 Dec 2010 12:42:00 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Rainer,

Try something like the following

#+begin_src emacs-lisp
  (add-to-list 'org-src-lang-modes '("plantuml" . fundamental))
#+end_src

Perhaps the above code should be part of the ob-plantuml.el file.

Best -- Eric

Rainer M Krug <address@hidden> writes:

> Hi
>
> I would like to be able to edit code blocks of plantuml via C-', but I
> get the message
> No such language mode: plantuml-mode
>
> Is there an easy way of defining this new language mode, so that I can
> edit it via C-'?
> I don't need syntax highlighting at the moment, although ' as the
> comment character would be nice.
>
> Thanks,
>
> Rainer



reply via email to

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