From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Roger J. H. Welsh" Subject: Re: [bzg/org-mode] Added latex export option to ob-plantuml.el (#1) Date: Wed, 23 May 2018 16:50:10 +1200 Message-ID: <20180523045010.vio2w3wxlsx5mu75@ponos> References: <20180521030310.ua2ru4ubriephhjy@ponos> <87lgccxd6r.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="5wqqyk55lpznqnwa" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fLLjB-0008Bn-ND for emacs-orgmode@gnu.org; Wed, 23 May 2018 00:50:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fLLj7-0006BJ-H4 for emacs-orgmode@gnu.org; Wed, 23 May 2018 00:50:21 -0400 Received: from mail-pl0-x22a.google.com ([2607:f8b0:400e:c01::22a]:44056) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fLLj7-0006AD-9b for emacs-orgmode@gnu.org; Wed, 23 May 2018 00:50:17 -0400 Received: by mail-pl0-x22a.google.com with SMTP id m24-v6so855728pls.11 for ; Tue, 22 May 2018 21:50:16 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87lgccxd6r.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org --5wqqyk55lpznqnwa Content-Type: multipart/mixed; boundary="ccwtdwsrgwtfz3w5" Content-Disposition: inline --ccwtdwsrgwtfz3w5 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline On Tue, May 22, 2018 at 11:16:44AM +0200 , Nicolas Goaziou wrote: > Thank you. Could you provide a proper commit message, i.e., including > the function being modified: > > * lisp/ob-plantuml.el (... function ...): ... change ... I have made the changes to the patch. Does this fit your requirements? > You also need to add TINYCHANGE at the end of the message if you haven't > signed FSF papers yet. This is my first contribution. What papers should I sign for regular contributions? -- Roger Welsh fpr: 2FCB 9E31 EA77 CDEC A3AE 5DD7 D54C C777 553A 180D --ccwtdwsrgwtfz3w5 Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename="dd69e979b4a8fdd0bb70306e0afb339720659dc5.patch" Content-Transfer-Encoding: quoted-printable =46rom dd69e979b4a8fdd0bb70306e0afb339720659dc5 Mon Sep 17 00:00:00 2001 =46rom: rjhwelsh Date: Thu, 17 May 2018 15:36:41 +1200 Subject: [PATCH] * lisp/ob-plantuml.el (org-babel-execute:plantuml): Added = latex output support TINYCHANGE --- lisp/ob-plantuml.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ob-plantuml.el b/lisp/ob-plantuml.el index 9a9313e7b..3326a6419 100644 --- a/lisp/ob-plantuml.el +++ b/lisp/ob-plantuml.el @@ -92,7 +92,9 @@ This function is called by `org-babel-execute-src-block'." (if (string=3D (file-name-extension out-file) "eps") " -teps" "") (if (string=3D (file-name-extension out-file) "pdf") - " -tpdf" "") + " -tpdf" "") + (if (string=3D (file-name-extension out-file) "tex") + " -tlatex" "") (if (string=3D (file-name-extension out-file) "vdx") " -tvdx" "") (if (string=3D (file-name-extension out-file) "xmi") --ccwtdwsrgwtfz3w5-- --5wqqyk55lpznqnwa Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEE9qwzBJpx12JmTIQUNVlp212ssk8FAlsE8wIACgkQNVlp212s sk+gGAgAxnqJ+el5vE7/EbQLhBLkP85n2puTGKh2u8fTy4YezkoF5kBgL9KC6NHN OG3eDKQh2K2Je3XNEVfxMZdx2hsWiDLzA7QV0nVlxSqxvFME4XubhZE6IAtk7Upy 8FgSFZX5KHnEwTjjspKobaJ1JevK6+AYT4GeUjiu0HSlGXjf2DN5eM0zSbgQmoBR UgHRVLQEPkmM4idQ5FS4JrNFes12NHgSbUcgrXTMj8WAm6uzrDb7aceZELEIQW/C aQrNdo6dWJOiNAN+MZVK4luud4JYNKOkD76or0Vg+g5UJ0x+tnGvbJ6fCKFSt0ke 8At5IU0nMXVJ5/7TRSpG2WLodO1MIw== =HDE3 -----END PGP SIGNATURE----- --5wqqyk55lpznqnwa--