From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: 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: Sat, 06 Jul 2019 23:03:54 +0200 Message-ID: <8736ji6fk5.fsf@nicolasgoaziou.fr> References: <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]:38922) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hjrqu-0006Qq-Ms for emacs-orgmode@gnu.org; Sat, 06 Jul 2019 17:04:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hjrqr-0001fG-1o for emacs-orgmode@gnu.org; Sat, 06 Jul 2019 17:04:10 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:57913) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hjrqp-0001Zm-Sq for emacs-orgmode@gnu.org; Sat, 06 Jul 2019 17:04:08 -0400 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id DB49720005 for ; Sat, 6 Jul 2019 21:03:56 +0000 (UTC) In-Reply-To: <87mui3qcbf.fsf@delllaptop.lockywolf.net> (Vladimir Nikishkin's message of "Thu, 27 Jun 2019 23:26:28 +0800") 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" Cc: emacs-orgmode@gnu.org Hello, Vladimir Nikishkin writes: > 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. I don't know PlantUML, so you are in better position for providing a patch :) Regards, -- Nicolas Goaziou