Re: [Orgmode] [babel] support plantuml

2010-08-25 Thread Eric Schulte
Hi,

I agree plantuml certainly makes sense as a new code block type.  I'd
like to include your ob-plantuml.el file into Org-mode/Babel, would you
be willing to complete the FSF assignment process for contributing to
Org-mode as described at http://orgmode.org/worg/org-contribute.php?

Thanks! -- Eric

zwz  writes:

> I came across Ian Yang's 
> [[http://www.emacswiki.org/emacs/org-export-blocks-format-plantuml.el][org-export-blocks-format-plantuml]]
>  a few days ago, which brought me in front of the
> great software [[http://plantuml.sourceforge.net/][Plantuml]]. It is an 
> open-source tool in java that allows to quickly write:
> - sequence diagram,
> - use case diagram,
> - class diagram,
> - activity diagram,
> - component diagram,
> - state diagram
> - object diagram
>
> using a simple and intuitive language.
>
> Although Ian Yang's code has incorporated plantuml in org-mode by 
> =#+BEGIN_UML= and =#+END_UML=, I think it
> should be a good idea to introduce the plantuml as a new language into 
> org-babel.
>
> Here is the "ob-plantuml.el":
>
>
> I am not sure if it is qualified to be part of org-babel, so I just put
> it here first.
>
> In addition, I also wrote a new major mode “plantuml-mode.el” which
> provides preliminary font-lock function for plantuml scripts, see 
> http://zhangweize.wordpress.com/.
> ___
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] [babel] support plantuml

2010-08-25 Thread zwz
I came across Ian Yang's 
[[http://www.emacswiki.org/emacs/org-export-blocks-format-plantuml.el][org-export-blocks-format-plantuml]]
 a few days ago, which brought me in front of the
great software [[http://plantuml.sourceforge.net/][Plantuml]]. It is an 
open-source tool in java that allows to quickly write:
- sequence diagram,
- use case diagram,
- class diagram,
- activity diagram,
- component diagram,
- state diagram
- object diagram

using a simple and intuitive language.

Although Ian Yang's code has incorporated plantuml in org-mode by =#+BEGIN_UML= 
and =#+END_UML=, I think it
should be a good idea to introduce the plantuml as a new language into 
org-babel.

Here is the "ob-plantuml.el":

ob-plantuml.el
Description: application/emacs-lisp

I am not sure if it is qualified to be part of org-babel, so I just put
it here first.

In addition, I also wrote a new major mode “plantuml-mode.el” which
provides preliminary font-lock function for plantuml scripts, see 
http://zhangweize.wordpress.com/.
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode