emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Sebastian Rose <sebastian_rose@gmx.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: Export without TODO keywords
Date: Wed, 3 Dec 2008 09:33:46 +0100	[thread overview]
Message-ID: <9DC4A09B-9A92-4584-A6DB-2A548987D27F@uva.nl> (raw)
In-Reply-To: <878wr06ljc.fsf@kassiopeya.MSHEIMNETZ>

Hi Daniel, Sebastian,

in addition t the variables Sebastian has listed, I have now created  
new ones

org-export-with-todo-keywords
org-export-with-priority

which will allow to turn off these meta data for export actions.

HTH

- Carsten


On Dec 1, 2008, at 3:02 PM, Sebastian Rose wrote:

> Hi Daniel,
>
>
> you might want to customize these variables:
>
> org-export-with-drawers
> org-export-with-tags
> org-export-with-timestamps
> org-export-mark-todo-in-toc
>
>
> I'm not aware of a way to suppress the export of todo keywords.
>
> But the export puts the TODO keywords in span tags and assignes one of
> the two classes 'todo' or 'done', depending on your todo setup:
>
> <span class="todo">TODO</span>
> <span class="todo">STARTED</span>
> <span class="todo">WAITING</span>
> <span class="done">DONE</span>
>
>
> To hide the todo keywords in your HTML, you might add the following to
> your stylesheet:
>
>
> span.todo { display:none;visibility:hidden; }
> span.done { display:none;visibility:hidden; }
>
>
> Regards,
>
>  Sebastian
>
>
>
> Daniel Clemente <n142857@gmail.com> writes:
>> Hi, this seems to be very basic, but: is there a way to export a  
>> file without
>> the TODO keywords and the other task tracking information?  I'm  
>> writing a web
>> site where each section is a task (I schedule a day to write it,  
>> then it goes
>> from TODO to DONE). When I export to HTML, I see headers like „1.2  
>> DONE
>> Introduction“, but I would like just „1.2 Introduction“. In fact I  
>> would like to
>> prevent all tracking information (CLOCK, SCHEDULED, DEADLINE,  
>> priorities,
>> properties, ...) from being exported.  I found no export option to  
>> do that and
>> also no variable.
>>
>>
>> Greetings,
>>
>> Daniel
>>
>>
>> _______________________________________________ Emacs-orgmode  
>> mailing list
>> Remember: use `Reply All' to send replies to the list.  Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>
> -- 
> Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449  
> Hannover
>
> Tel.:  +49 (0)511 - 36 58 472
> Fax:   +49 (0)1805 - 233633 - 11044
> mobil: +49 (0)173 - 83 93 417
> Email: s.rose emma-stil de, sebastian_rose gmx de
> Http:  www.emma-stil.de
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2008-12-03  8:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-01  2:02 Export without TODO keywords Daniel Clemente
2008-12-01 14:02 ` Sebastian Rose
2008-12-03  8:33   ` Carsten Dominik [this message]
2008-12-04 22:45     ` Daniel Clemente
2008-12-04 22:48       ` Carsten Dominik
2008-12-05 15:34         ` Daniel Clemente
2008-12-06  7:38           ` Carsten Dominik
2008-12-25 22:34             ` Daniel Clemente

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=9DC4A09B-9A92-4584-A6DB-2A548987D27F@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=sebastian_rose@gmx.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).