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:50 -0800 Message-ID: <87ftiv1lnt.fsf@spensertruex.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56284) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iTuVR-0000dD-B5 for emacs-orgmode@gnu.org; Sun, 10 Nov 2019 16:12:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iTuVP-00051c-Js for emacs-orgmode@gnu.org; Sun, 10 Nov 2019 16:12:21 -0500 Received: from spensertruex.com ([66.70.189.182]:41880) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iTuVP-00051V-GP for emacs-orgmode@gnu.org; Sun, 10 Nov 2019 16:12:19 -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