From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@adboyd.com (J. David Boyd) Subject: Re: bullets when exporting a list of checklists Date: Fri, 19 Jul 2013 16:33:08 -0400 Message-ID: References: <878v12cnjx.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0HMg-0000nL-R6 for emacs-orgmode@gnu.org; Fri, 19 Jul 2013 16:33:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V0HMf-0004fU-Rh for emacs-orgmode@gnu.org; Fri, 19 Jul 2013 16:33:22 -0400 Received: from plane.gmane.org ([80.91.229.3]:58250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0HMf-0004f6-Ly for emacs-orgmode@gnu.org; Fri, 19 Jul 2013 16:33:21 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V0HMd-0002PL-QU for emacs-orgmode@gnu.org; Fri, 19 Jul 2013 22:33:20 +0200 Received: from 169.15.137.27 ([169.15.137.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Jul 2013 22:33:19 +0200 Received: from david by 169.15.137.27 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Jul 2013 22:33:19 +0200 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: emacs-orgmode@gnu.org Nick Dokos writes: > [I tried following up earlier and I think I messed it up, so I'm > resending. Apologies if there is a second reply.] > > david@adboyd.com (J. David Boyd) writes: > >> david@adboyd.com (J. David Boyd) writes: >> >>> Is there any way to turn off the solid and hollow bullet points when exporting >>> a checklist of checklists? >>> >>> I want to make a checklist for my camping trips, and I don't want the bullet >>> points, just the nice clean list. >>> >>> I've seen some options available for formatting, but nothing seems to control >>> the generation of the bullet points. >>> >>> Any pointers on where to look in the docs or source for controlling this? >>> >>> Thanks, >>> >>> Dave in St. Petersburg, FL >> >> And sorry, I should have said "When exporting to html," >> >> >> > I think this is more up CSS's alley. Try > > #+HTML_HEAD: > * foo > > - foo > - bar > - foo Hmm, I'll check that out...