emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Please help by becoming a Worg maintainer
@ 2021-05-05 15:56 Bastien
  2021-05-06 13:58 ` Krupal
  2021-05-15  8:40 ` Please help by becoming a Worg maintainer Bastien
  0 siblings, 2 replies; 5+ messages in thread
From: Bastien @ 2021-05-05 15:56 UTC (permalink / raw)
  To: emacs-orgmode

Dear all,

https://orgmode.org/worg/ is the community-driven documentation effort
for anything related to Org.

It is full of useful information but it needs some more maintainance.

I'm looking for someone who could take this in charge by helping when
possible.  Of course, we can have several maintainers, but we need one
in charge.

If you want to help occasionally, that's welcome too (please send me
an email with the username you want on https://code.orgmode.org) but
beware that the more occasional help Worg receives the more it needs
to be driven by someone -- so please consider first stepping up as a
maintainer first.

Here is a list of tasks to supervise:

- Update obsolete documentation
- Remove obsolete contents
- Clean up the directory structure
- Enhance the CSS stylesheet (make it responsive)
- List useful Org modules (not all of them, there are too many)
- List parsers
- List other tools
- Keep https://orgmode.org/worg/doc.html up to date

... and more if you enjoy it.

Thanks!

-- 
 Bastien


^ permalink raw reply	[flat|nested] 5+ messages in thread
* (no subject)
@ 2024-04-11 14:43 Sébastien Gendre
  2024-04-11 14:56 ` none Fraga, Eric
  0 siblings, 1 reply; 5+ messages in thread
From: Sébastien Gendre @ 2024-04-11 14:43 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

When I try to execute a block of PlantUML in an Org document, I get an
error message:

"org-babel-execute-src-block: No org-babel-execute function for plantuml!"




I have configured Org mode to enable execution of plantUML source block
by adding this in my init.el:

(setq plantuml-default-exec-mode 'executable)
(setq org-plantuml-exec-mode 'plantuml)
(add-to-list
 'org-babel-load-languages
 '(plantuml . t))




Here is an example of PlantUML block:
#+begin_src plantuml :file ./images/FPGA/DCC/
  @startuml
  robust "Signal DCC" as DCC_sign
  DCC_sign has +U,0,-U

  @DCC_sign
  0 is +U
  +58 is -U
  +58 is +U
  +100 is -U
  +100 is +U
  +100 is -U
  +100 is +U
  +58 is -U
  +58 is +U
  +100 is -U
  +100 is +U
  +58 is -U
  +58 is +U
  +58 is -U
  +58 is +U
  +100 is -U
  +100 is +U

  @enduml
#+end_src

My version of Org-mode is: 9.6.15


What did I miss ?


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-04-11 15:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-05 15:56 Please help by becoming a Worg maintainer Bastien
2021-05-06 13:58 ` Krupal
2021-05-07  4:15   ` none Bastien
2021-05-15  8:40 ` Please help by becoming a Worg maintainer Bastien
  -- strict thread matches above, loose matches on Subject: below --
2024-04-11 14:43 Sébastien Gendre
2024-04-11 14:56 ` none Fraga, Eric

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).