From mboxrd@z Thu Jan 1 00:00:00 1970 From: Spenser Truex Subject: Org BABEL plantuml bug--mindmap mode Date: Sun, 10 Nov 2019 13:11:16 -0800 Message-ID: <87h83b1log.fsf@spensertruex.com> Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56151) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iTuV5-00005t-Ka for emacs-orgmode@gnu.org; Sun, 10 Nov 2019 16:12:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iTuV3-0004wf-R1 for emacs-orgmode@gnu.org; Sun, 10 Nov 2019 16:11:58 -0500 Received: from spensertruex.com ([66.70.189.182]:41878) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iTuV3-0004wM-Ao for emacs-orgmode@gnu.org; Sun, 10 Nov 2019 16:11:57 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org 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