emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Spenser Truex <lists@spensertruex.com>
To: emacs-orgmode@gnu.org
Subject: Org BABEL plantuml bug--mindmap mode
Date: Sun, 10 Nov 2019 13:11:50 -0800	[thread overview]
Message-ID: <87ftiv1lnt.fsf@spensertruex.com> (raw)

PlantUML has an "org-compatible" outlining mode to generate graphical tree
images. It is ironically not org /babel/ compatible, since org does not like
having lines starting with =*= in a source code block.

* Reproduction:

** Install instructions
1. Add config to your init.
#+begin_src emacs-lisp
(require 'plantuml-mode) ;Must install first.
(plantuml-set-exec-mode "server")
#+end_src


** Observe the bug
Put your cursor in this block and run =org-babel-execute maybe=. It will
not execute.


#+begin_src plantuml :file "~/aphids-are-plant-bugs.png"
@startmindmap
* This is weird
** It does not work
*** If you have bullet fonts on, they go all wonky.
*** Org thinks this stuff inside is not plantuml.
*** Cannot even do a src edit command.
@endmindmap
#+end_src


--
Spenser Truex
https://spensertruex.com/
San Francisco, USA

             reply	other threads:[~2019-11-10 21:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-10 21:11 Spenser Truex [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-11-10 21:11 Org BABEL plantuml bug--mindmap mode Spenser Truex
2019-11-14 18:41 ` Fraga, Eric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ftiv1lnt.fsf@spensertruex.com \
    --to=lists@spensertruex.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).