From: "Christopher W. Ryan" <cryan@binghamton.edu>
To: orgmode <emacs-orgmode@gnu.org>
Subject: how to omit section numbers from theindex.html when publishing a project
Date: Wed, 22 Feb 2023 10:20:09 -0500 [thread overview]
Message-ID: <a814429a-2bff-5e55-3acc-87e0cad58f17@binghamton.edu> (raw)
Well, my IT department did some major damage to my computer system, and
now the output of publishing a project (my only one) to html is
different. Specifically, the numbers next to each alphabetical letter in
theindex.html are shown, whereas before they were not. I can't recall if
this is some sort of setting that I changed once and now need to change
back. How can I prevent thos numbers from appearing in theindex.html,
but still have them appear in the main document for which theindex.html
is the index?
Emacs 26.2 on Windows 10 professional.
Relevant portion of .emacs:
;; Projects and publishing
;;
(setq org-publish-project-alist
'(("CaseInvestigationTrainingAndReferenceManual"
:base-directory
"E:/DATA/BCHD/CD/ChinaCoronavirus2019/CommCare/TrainRef/"
:publishing-directory
"E:/DATA/BCHD/CD/ChinaCoronavirus2019/CommCare/TrainRef/StagingArea"
:publishing-function org-html-publish-to-html
:base-extension org
:makeindex t)))
Thanks.
--Chris Ryan
next reply other threads:[~2023-02-22 15:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-22 15:20 Christopher W. Ryan [this message]
2023-04-13 12:52 ` how to omit section numbers from theindex.html when publishing a project Ihor Radchenko
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a814429a-2bff-5e55-3acc-87e0cad58f17@binghamton.edu \
--to=cryan@binghamton.edu \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.