emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] bullets when exporting a list of checklists


From: Nick Dokos
Subject: Re: [O] bullets when exporting a list of checklists
Date: Fri, 19 Jul 2013 16:17:06 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

[I tried following up earlier and I think I messed it up, so I'm
resending. Apologies if there is a second reply.]

address@hidden (J. David Boyd) writes:

> address@hidden (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

--8<---------------cut here---------------start------------->8---
#+HTML_HEAD: <style>.org-ul {list-style-type: none; } </style>
* foo

  - foo
    - bar
  - foo
--8<---------------cut here---------------end--------------->8---

-- 
Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]