From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thibault Marin Subject: Re: Add preamble support to ob-plantuml.el Date: Sat, 10 Dec 2016 08:35:45 -0600 Message-ID: <8760mrx35q.fsf@dell-desktop.WORKGROUP> References: <87bmwu29yk.fsf@dell-desktop.WORKGROUP> <87shq29ib5.fsf@nicolasgoaziou.fr> <87h96hpvcq.fsf@dell-desktop.WORKGROUP> <87k2bd9tcr.fsf@nicolasgoaziou.fr> <87vauwv7pm.fsf@dell-desktop.WORKGROUP> <87oa0kesa7.fsf@nicolasgoaziou.fr> <871sxgjsns.fsf@dell-desktop.WORKGROUP> <87twacca7q.fsf@nicolasgoaziou.fr> Reply-To: thibault.marin@gmx.com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFikl-00089q-SO for emacs-orgmode@gnu.org; Sat, 10 Dec 2016 09:35:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cFikh-0005CO-5H for emacs-orgmode@gnu.org; Sat, 10 Dec 2016 09:35:55 -0500 Received: from mout.gmx.net ([212.227.17.20]:51066) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cFikg-0005Bp-Qr for emacs-orgmode@gnu.org; Sat, 10 Dec 2016 09:35:51 -0500 In-reply-to: <87twacca7q.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 --=-=-= Content-Type: text/plain Hi, Please find attached a patch updating ORG-NEWS. Thanks, thibault --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-etc-ORG-NEWS-Header-arguments-support-for-PlantUML-s.patch >From 3d335b093d4e95b14cc71317d2aef024f1c64fd5 Mon Sep 17 00:00:00 2001 From: thibault Date: Sat, 10 Dec 2016 08:27:48 -0600 Subject: [PATCH] * etc/ORG-NEWS: Header arguments support for PlantUML source blocks --- etc/ORG-NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index b6b3123..c115cf9 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -82,6 +82,11 @@ Where clue > 0 ,#+END_SRC #+end_example +**** PlantUML: add support for header arguments + +[[http://plantuml.com/][Plantuml]] source blocks now support the [[http://orgmode.org/manual/prologue.html#prologue][~:prologue~]], [[http://orgmode.org/manual/epilogue.html#epilogue][~:epilogue~]] and +[[http://orgmode.org/manual/var.html#var][~:var~]] header arguments. + *** New variable : ~org-bibtex-headline-format-function~ This allow to use a different title than entry title. *** Horizontal rules are no longer ignored in LaTeX table math mode -- 2.9.3 --=-=-=--