From: Steinar Bang <sb@dod.no>
To: emacs-orgmode@gnu.org
Subject: Re: How to avoid "Listing 1" on all code examples in org2blog export to wordpress?
Date: Sat, 28 Dec 2019 09:13:35 +0100 [thread overview]
Message-ID: <868smwq34g.fsf@dod.no> (raw)
In-Reply-To: <86lfqxpnf7.fsf@dod.no> (Steinar Bang's message of "Fri, 27 Dec 2019 20:40:28 +0100")
>>>>> Steinar Bang <sb@dod.no>:
> 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, but I have been able to make them not show.
I googled for 'org export "listing 1"' and found a mention of the CSS
class listing-number, so I googled for 'org export "listing-number"' and
found:
https://github.com/emacs-china/org-mode/blob/master/etc/ORG-NEWS#listings-with-captions-are-now-numbered-in-html-export
So from https://mysite.wordpress.com/wp-admin/ I clicked on
Appearance->Customize
and then clicked on
CSS
Then I pasted the following into the text field
.listing-number { display: none; }
and clicked on the "Publish" button.
And then the "Listing 1" titles were gone (or at least: not shown) in
the blogposts.
next prev parent reply other threads:[~2019-12-28 8:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-27 19:40 How to avoid "Listing 1" on all code examples in org2blog export to wordpress? Steinar Bang
2019-12-28 8:13 ` Steinar Bang [this message]
2019-12-28 20:32 ` Steinar Bang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=868smwq34g.fsf@dod.no \
--to=sb@dod.no \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).