From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: [ANN] Export block syntax change Date: Wed, 6 Jan 2016 14:57:01 -0500 Message-ID: References: <87vb7sakyj.fsf@nicolasgoaziou.fr> <20160102075405.GC9169@chitra.no-ip.org> <87r3i0jlot.fsf@nicolasgoaziou.fr> <20160102144014.GD9169@chitra.no-ip.org> <877fjmtwfd.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113cd5da4d19e20528afc46b Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGuDH-0008Gd-H1 for emacs-orgmode@gnu.org; Wed, 06 Jan 2016 14:57:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGuDG-0003CS-4b for emacs-orgmode@gnu.org; Wed, 06 Jan 2016 14:57:43 -0500 Received: from mail-oi0-x233.google.com ([2607:f8b0:4003:c06::233]:34049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGuDF-0003CO-US for emacs-orgmode@gnu.org; Wed, 06 Jan 2016 14:57:42 -0500 Received: by mail-oi0-x233.google.com with SMTP id o124so299783386oia.1 for ; Wed, 06 Jan 2016 11:57:41 -0800 (PST) In-Reply-To: <877fjmtwfd.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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-org list , larstvei@ifi.uio.no, kjambunathan@gmail.com, n.goaziou@gmail.com --001a113cd5da4d19e20528afc46b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks Nicolas. I agged the org-mode git repo for ":export-block" and found these references: contrib/lisp/ox-gfm.el 54: :export-block '("GFM" "GITHUB FLAVORED MARKDOWN") (Copied Lars for above) contrib/lisp/ox-freemind.el 46: :export-block "FREEMIND" (Copied Jambunathan for above) (And copying you for groff and org.texi) contrib/lisp/ox-groff.el 95: :export-block "GROFF" doc/org.texi 17971:@code{:export-block} (to specify what blocks should not be exported by this doc/org 16222:dispatcher), =E2=80=98:export-block=E2=80=99 (to specify what blocks = should not be etc/ORG-NEWS 78:Moreover, ~:export-block~ keyword used in ~org-export-define-backend~ These references need to be removed, right? Thanks. -- Kaushal Modi On Wed, Jan 6, 2016 at 1:06 PM, Nicolas Goaziou wrote: > Hello, > > Kaushal Modi writes: > > > I believe this change is breaking the ox-twbs package. > > > > The error shown is: > > > > Debugger entered--Lisp error: (error "Unknown keyword: :export-block") > > [...] > > > The error goes away after I comment out the line with :export-block > keyword > > in the org-export-define-backend function call. > > > > Example: > > > https://github.com/marsmining/ox-twbs/blob/cfe67353d148e65a7676f1609d8cc2= 2a4c8fbc78/ox-twbs.el#L108 > > > > What would be the proposed/correct fix for this? > > Remove the :export-block keyword, which is no longer necessary. I'm > going to update ORG-NEWS. Thank you. > > Regards, > > -- > Nicolas Goaziou > --001a113cd5da4d19e20528afc46b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks Nicolas.

I agged the org-mode gi= t repo for ":export-block" and found these references:
=
contrib/lisp/ox-gfm.el
54: =C2=A0:export-bloc= k '("GFM" "GITHUB FLAVORED MARKDOWN")
(Copied Lars for above)

contrib/lisp/o= x-freemind.el
46: =C2=A0:export-block "FREEMIND"
<= div>
(Copied Jambunathan for above)

= (And copying you for groff and org.texi)=C2=A0

con= trib/lisp/ox-groff.el
95: =C2=A0:export-block "GROFF"

doc/org.texi
17971:@code{:export-block} (= to specify what blocks should not be exported by this

<= div>doc/org
16222:dispatcher), =E2=80=98:export-block=E2=80=99 (t= o specify what blocks should not be

etc/ORG-NEWS
78:Moreover, ~:export-block~ keyword used in ~org-export-define-ba= ckend~

These references need to be removed, = right?

Thanks.


=


--
Kaushal Modi

On Wed, Jan 6, 2016 at 1:06 PM, Nicolas Goaz= iou <mail@nicolasgoaziou.fr> wrote:
Hello,

Kaushal Modi <kaushal.modi@gma= il.com> writes:

> I believe this change is breaking the ox-twbs package.
>
> The error shown is:
>
> Debugger entered--Lisp error: (error "Unknown keyword: :export-bl= ock")

[...]

> The error goes away after I comment out the line with :export-block ke= yword
> in the org-export-define-backend function call.
>
> Example:
> https://github.com/marsmining/ox-twbs/blob/cfe67353d148e65a7676f1609d8c= c22a4c8fbc78/ox-twbs.el#L108
>
> What would be the proposed/correct fix for this?

Remove the :export-block keyword, which is no longer necessary. I= 9;m
going to update ORG-NEWS. Thank you.

Regards,

--
Nicolas Goaziou

--001a113cd5da4d19e20528afc46b--