emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rick Frankel <rick@rickster.com>
To: Rainer Stengele <rainer.stengele@online.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: HTML export of - [ ] does not display box anymore
Date: Tue, 05 Aug 2014 09:39:49 -0400	[thread overview]
Message-ID: <ff3c3488cc7e37265d454a8dcdaab959@mail.rickster.com> (raw)
In-Reply-To: <lrqige$sg5$1@ger.gmane.org>

On 2014-08-05 08:25, Rainer Stengele wrote:
> Hi,
> 
> doing an html export of
> 
> * headline
> - [ ] checkbox
> - item
> 
> I do not see the checkbox box anymore as I did in older versions.
> I tried to find an export setting, tried several settings related to
> todos but I cannot find a setting stopping the box to be exported.
> 
> Any hint where I could search for?

Checkbox export is handled by a constant and a custom variable:

- `org-html-checkbox-types' :: A constant defining the output for
unicode (entity), ascii, and html (form) versions of the
checkboxes.
- `org-html-checkbox-type' :: A customizable variable defining
which version of the above to use. The default is "ascii",
which should result in backwards compatible output.

Here's the output i get for your list above (using the default ascii
option):

<ul class="org-ul">
<li class="off"><code>[&#xa0;]</code> checkbox
</li>
<li>item
</li>
</ul>

which seems correct to me.

  reply	other threads:[~2014-08-05 13:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-05 12:25 HTML export of - [ ] does not display box anymore Rainer Stengele
2014-08-05 13:39 ` Rick Frankel [this message]
2014-08-06  8:05   ` Rainer Stengele
2014-08-06 14:18     ` Rick Frankel
2014-08-06 14:28     ` Rick Frankel
2014-08-06 19:31       ` HTML export of - [ ] does not display box anymore => solved Rainer Stengele

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=ff3c3488cc7e37265d454a8dcdaab959@mail.rickster.com \
    --to=rick@rickster.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=rainer.stengele@online.de \
    /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).