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: Mon, 21 May 2018 15:03:10 +1200 Message-ID: <20180521030310.ua2ru4ubriephhjy@ponos> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="yruwsf6jizf2zckq" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fKb6Y-0008WL-UK for emacs-orgmode@gnu.org; Sun, 20 May 2018 23:03:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fKb6U-0003UA-K2 for emacs-orgmode@gnu.org; Sun, 20 May 2018 23:03:22 -0400 Received: from mail-pf0-x229.google.com ([2607:f8b0:400e:c00::229]:40344) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fKb6U-0003Sd-C0 for emacs-orgmode@gnu.org; Sun, 20 May 2018 23:03:18 -0400 Received: by mail-pf0-x229.google.com with SMTP id f189-v6so6362805pfa.7 for ; Sun, 20 May 2018 20:03:17 -0700 (PDT) Received: from localhost ([118.148.95.206]) by smtp.gmail.com with ESMTPSA id q64-v6sm21271451pfg.180.2018.05.20.20.03.13 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 20 May 2018 20:03:15 -0700 (PDT) Content-Disposition: inline In-Reply-To: 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 --yruwsf6jizf2zckq Content-Type: multipart/mixed; boundary="afky3645sucbrkhi" Content-Disposition: inline --afky3645sucbrkhi Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Hi, I have a patch to add the latex export option to ob-plantuml.el . I originally tried to submit a Pull Request to a repo on github. https://github.com/rjhwelsh/org-mode/commit/dd69e979b4a8fdd0bb70306e0afb339720659dc5.patch > Hi, thanks for your contribution but this github repo don't take patches, I should have closed the ability to send PR. Can you resend your patch to emacs-orgmode@gnu.org ? Thanks a lot ! Bastien informed me that I should send it on this way. Patch is also attached. Is there any other preferred method to contribute other than patch over email? -- Kind regards, Roger Welsh fpr: 2FCB 9E31 EA77 CDEC A3AE 5DD7 D54C C777 553A 180D --afky3645sucbrkhi 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 <30714737+rjhwelsh@users.noreply.github.com> Date: Thu, 17 May 2018 15:36:41 +1200 Subject: [PATCH] Update ob-plantuml.el --- 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" "") =09 + (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") --afky3645sucbrkhi-- --yruwsf6jizf2zckq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEE9qwzBJpx12JmTIQUNVlp212ssk8FAlsCNu4ACgkQNVlp212s sk8QMgf/RmN4+yLpTbJh83glV6gQOsjxGEU6Yx9Ak4ZrohhxgSKy+Q1/BsqMd3Dr ipRckc2e1g9owyvJXu7iscJ1L1AaznbuuW5DDMng0Z2jOQ5oCqKE9Y/61hvqPfHI L0CgVT4v4oauP1QSFEp8hp0ZoniF0PbqaMTQQXlqvpc7SXqo5bXjHsMnzr4fqpEj YKM0Etn2wfH5vzxeHdVZ7LKY/e0yKAcAQ/9e99Cdj2EXhZD+s3xC63tj33Lk/syr 8Yv/55GbRJ/n5Yxq/m4DqeBL3ZKQigPd9RWT9omUv0Rm/zAOC415DnK5H1PUR8AQ pvIo6rK5mG2fcST0deg7VjqiYzTTWA== =mdjZ -----END PGP SIGNATURE----- --yruwsf6jizf2zckq--