emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: filebat Mark <filebat.mark@gmail.com>
Cc: Denny Zhang <markfilebat@126.com>, emacs-orgmode@gnu.org
Subject: Re: when export org-mode to html, don't export entries of TODO, CANCELED
Date: Thu, 17 Nov 2011 20:46:30 -0500	[thread overview]
Message-ID: <878vnei4nd.fsf@norang.ca> (raw)
In-Reply-To: <CAB_ojTvwHQAiG0z700psNn3DeoA56p-+hNW3nLx9Ju+mgqiL2A@mail.gmail.com> (filebat Mark's message of "Fri, 18 Nov 2011 08:22:23 +0800")

filebat Mark <filebat.mark@gmail.com> writes:

> Exporting org-mode's entries to html is a fantastic way for knowledge
> sharing!
>
> Usually entries of "TODO" "HALF" "DELEGATE" "CANCELED" "DEFERRED" are
> incomplete/immature knowledge.  Thus, I don't want to export
> them. Furthermore, after they are marked as "DONE", I'd like to export
> them.
>
> Any idea for how to do this?  Note that org-export-exclude-tags
> doesn't help us, at my first glance.
>
>
> Draft solution:
> After checking the implementation of org-mode for this part, I found
> org-export-handle-export-tags function.  It determines what to be
> excluded when exporting, by search regexp of :\\(TAG1\\|TAG2\\|...\\):
> in entries' title.
>
> Thus I override org-export-handle-export-tags, by search regexp of \\(TAG1\\|TAG2\\|...\\) with leading/tailing colon removed.
>
> It's ugly but it works.
> So my open question is what's the better solution?

Hi,

Try adding this to your org file and then exporting

#+OPTIONS: tasks:("DONE") todo:nil

Regards,
Bernt

  reply	other threads:[~2011-11-18  1:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-18  0:22 when export org-mode to html, don't export entries of TODO, CANCELED filebat Mark
2011-11-18  1:46 ` Bernt Hansen [this message]
2011-11-18  2:10   ` filebat Mark
2011-11-18  2:59     ` Bernt Hansen
2011-11-18  3:18       ` markfilebat126
2011-11-18  3:46         ` Nick Dokos
  -- strict thread matches above, loose matches on Subject: below --
2011-11-18  5:05 Denny

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=878vnei4nd.fsf@norang.ca \
    --to=bernt@norang.ca \
    --cc=emacs-orgmode@gnu.org \
    --cc=filebat.mark@gmail.com \
    --cc=markfilebat@126.com \
    /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).