From mboxrd@z Thu Jan 1 00:00:00 1970 From: Qiang Fang Subject: Re: Request on modification of org-element.el Date: Sat, 24 Nov 2018 10:35:20 +0800 Message-ID: References: <87va4onvlq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000355b7f057b5ff423" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQNnD-0005fS-5G for emacs-orgmode@gnu.org; Fri, 23 Nov 2018 21:35:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gQNnC-0005cD-0G for emacs-orgmode@gnu.org; Fri, 23 Nov 2018 21:35:35 -0500 Received: from mail-pl1-x632.google.com ([2607:f8b0:4864:20::632]:42841) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gQNnB-0005al-ON for emacs-orgmode@gnu.org; Fri, 23 Nov 2018 21:35:33 -0500 Received: by mail-pl1-x632.google.com with SMTP id x21-v6so11308756pln.9 for ; Fri, 23 Nov 2018 18:35:33 -0800 (PST) In-Reply-To: <87va4onvlq.fsf@gmail.com> 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 --000000000000355b7f057b5ff423 Content-Type: text/plain; charset="UTF-8" It's in the "wip-cite" branch. And you can try kjambunathan's odt exporter with the following setting. The ODT and JabRef exporters can now be with Emacs Package Mananger's M-x list-packages. The package is available at https://raw.githubusercontent.com/kjambunathan/org-mode-ox-odt/master/elpa/. See below for a typical configuration. (custom-set-variables '(package-archives (quote (("gnu" . "https://elpa.gnu.org/packages/") ("ox-odt" . "https://raw.githubusercontent.com/kjambunathan/org-mode-ox-odt/master/elpa/"))))) When you install ox-odt from the above archive, it will upgrade your Org to 9.1.14, if needed. Once you have installed the ox-odt package and restart your Emacs. Run M-x locate-library RET org and M-x locate-library RET ox-odt and ensure that you see something along the following lines. Library is file ~/.emacs.d/elpa/org-9.1.14/org.elc Library is file ~/.emacs.d/elpa/ox-odt-9.1.14.145/ox-odt.elc After you export an Org file to ODT, look at your *Messages* buffer and ensure that the ODT exporter *uses` style and schema files from the ELPA package. On Fri, Nov 23, 2018 at 2:42 PM Eric S Fraga wrote: > On Friday, 23 Nov 2018 at 08:51, Qiang Fang wrote: > > Hello everyone, > > > > I am a user of kjambunathan's org-mode-ox-odt. The odt exporter needs > some > > changed in the upstream org mode. Can you please kindly review the > request? > > Out of curiosity, what is the effect of this change specifically? What > is minimal-set referenced in the code you suggest? I cannot find any > such variable. > > -- > Eric S Fraga via Emacs 27.0.50, Org release_9.1.14-1035-gfeb442 > --000000000000355b7f057b5ff423 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
It's in the=C2=A0"wip-cite" branch. And you can try kjambunathan's odt e= xporter with the following setting.

The ODT and JabRef exporters can now be with Emacs Package Mananger&#= 39;s=C2=A0M-x list-packages. The package is availab= le at=C2=A0https://raw.githubusercontent.com/kjambunathan/org-mode-ox-odt/master/el= pa/. See below for a typical configuration.

(custom-set-variables
 '(package-archives
   (quote
    (("gnu" . "ht=
tps://elpa.gnu.org/packages/")
     ("ox-odt" . "https://raw.githubusercontent=
.com/kjambunathan/org-mode-ox-odt/master/elpa/")))))

When you install=C2=A0ox-odt=C2= =A0from the above archive, it will upgrade your=C2=A0ox-odt=C2=A0package and res= tart your Emacs. Run=C2=A0M-x locate-library RET org=C2=A0and=C2=A0M-x locate-library RET ox-odt= =C2=A0and ensure that you see something along the follo= wing lines.

Library =
is file ~/.emacs.d/elpa/org-9.1.14/org.elc
Library is file ~/.emacs.d/elpa/ox-odt-9.1.14.145/ox-odt.elc

After you export an=C2=A0Org=C2= =A0file to=C2=A0ODT, look at your=C2= =A0*Messages*=C2=A0buffer and ensure that th= e ODT exporter *uses` style and schema files from the ELPA package.


=

On Fri, = Nov 23, 2018 at 2:42 PM Eric S Fraga <esflists@gmail.com> wrote:
On Friday, 23 Nov 2018 at 08:51, Qiang Fang wrote:
> Hello everyone,
>
> I am a user of kjambunathan's org-mode-ox-odt. The odt exporter ne= eds some
> changed in the upstream org mode. Can you please kindly review the req= uest?

Out of curiosity, what is the effect of this change specifically?=C2=A0 Wha= t
is minimal-set referenced in the code you suggest?=C2=A0 I cannot find any<= br> such variable.

--
Eric S Fraga via Emacs 27.0.50, Org release_9.1.14-1035-gfeb442
--000000000000355b7f057b5ff423--