From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Nikishkin Subject: Bug: babel-plantuml doesn't support multipage diagrams [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.2/lisp/org/)] Date: Thu, 27 Jun 2019 23:26:28 +0800 Message-ID: <87mui3qcbf.fsf@delllaptop.lockywolf.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35042) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgWP9-0001x9-7m for emacs-orgmode@gnu.org; Thu, 27 Jun 2019 11:33:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hgWP6-00073s-63 for emacs-orgmode@gnu.org; Thu, 27 Jun 2019 11:33:42 -0400 Received: from [101.224.189.46] (port=2511 helo=delllaptop.lockywolf.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hgWP2-0006I5-33 for emacs-orgmode@gnu.org; Thu, 27 Jun 2019 11:33:37 -0400 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 Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. ------------------------------------------------------------------------ Hello, everyone. my mwe is the following: #+begin_src plantuml :file test.png,test_001.png :export both 'title "Title 1" class "Class1" as c1 newpage 'title "Title 2" class "Class2" as c2 #+end_src PlantUML supports generating multipage documents as of version 1.2019.6, but I didn't find how to show all pages (two in my case) in an org buffer. Emacs : GNU Emacs 26.2 (build 1, x86_64-slackware-linux-gnu, Motif Version 2.3.8) of 2019-05-30 Package: Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.2/lisp/org/) -- -- Vladimir Nikishkin (MiEr, lockywolf)