From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steinar Bang Subject: Re: How to avoid "Listing 1" on all code examples in org2blog export to wordpress? Date: Sat, 28 Dec 2019 21:32:11 +0100 Message-ID: <86o8vsnqd0.fsf@dod.no> References: <86lfqxpnf7.fsf@dod.no> <868smwq34g.fsf@dod.no> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55780) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ilIlC-0003Yw-RQ for emacs-orgmode@gnu.org; Sat, 28 Dec 2019 15:32:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ilIlA-00037t-E0 for emacs-orgmode@gnu.org; Sat, 28 Dec 2019 15:32:30 -0500 Received: from cadalora.default.sbang.uk0.bigv.io ([46.43.15.90]:32924 helo=cadalora.bang.priv.no) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ilIlA-00025X-2F for emacs-orgmode@gnu.org; Sat, 28 Dec 2019 15:32:28 -0500 Received: from mccoy (cm-84.211.250.118.getinternet.no [84.211.250.118]) by cadalora.bang.priv.no (Postfix) with ESMTPSA id 1F4F5CD419 for ; Sat, 28 Dec 2019 20:32:12 +0000 (GMT) In-Reply-To: <868smwq34g.fsf@dod.no> (Steinar Bang's message of "Sat, 28 Dec 2019 09:13:35 +0100") 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 >>>>> Steinar Bang : >> Platform: GNU Emacs 26.3 (build 1, i686-w64-mingw32) of 2019-08-29 >> Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @ c:/ProgramFiles/emacs-26.3-i686/share/emacs/26.3/lisp/org/) >> Org2Blog 1.1.1 >> When I export to wordpress I get "Listing 1" on all text or code >> examples in the wordpress blog, se e.g. >> https://steinar.bang.priv.no/2019/11/30/rewriting-applications-to-use-pax-jdbc-config-and-liquibase/ >> Is there a way to lose the "Listing 1" text completely? > I haven't been able to remove them from the export, which would have > been my preferred solution, The two lines of ox-html.el that produce "Listing 1", are: https://github.com/bzg/org-mode/blob/master/lisp/ox-html.el#L2401 and https://github.com/bzg/org-mode/blob/master/lisp/ox-html.el#L3487 I think the second one can be made empty by giving the code example an empty caption (and this is probably also the one hidden by the CSS?) But I have one case where neither the CSS suppression or an empty caption works. It still shows the useless and meaningless "Listing 1". Very annoying.