From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ANN] Export block syntax change Date: Wed, 06 Jan 2016 22:52:20 +0100 Message-ID: <87y4c2s7e3.fsf@nicolasgoaziou.fr> 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: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGvyO-0002NU-3n for emacs-orgmode@gnu.org; Wed, 06 Jan 2016 16:50:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGvyK-0000nO-T0 for emacs-orgmode@gnu.org; Wed, 06 Jan 2016 16:50:28 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:43072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGvyK-0000nH-Ng for emacs-orgmode@gnu.org; Wed, 06 Jan 2016 16:50:24 -0500 In-Reply-To: (Kaushal Modi's message of "Wed, 6 Jan 2016 14:57:01 -0500") 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: Kaushal Modi Cc: larstvei@ifi.uio.no, emacs-org list , kjambunathan@gmail.com Kaushal Modi writes: > 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 block= s should not be > > etc/ORG-NEWS > 78:Moreover, ~:export-block~ keyword used in ~org-export-define-backend~ > > These references need to be removed, right? I removed all of them but the last one. Thank you. Regards,