emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: filebat Mark <filebat.mark@gmail.com>
To: emacs-orgmode@gnu.org
Cc: Denny Zhang <markfilebat@126.com>
Subject: when export org-mode to html, don't export entries of TODO, CANCELED
Date: Fri, 18 Nov 2011 08:22:23 +0800	[thread overview]
Message-ID: <CAB_ojTvwHQAiG0z700psNn3DeoA56p-+hNW3nLx9Ju+mgqiL2A@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 915 bytes --]

hi emacsers

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?

http://hi.baidu.com/filebat/blog/item/6406a9fd6f79fd0b08244d7d.html

[-- Attachment #2: Type: text/html, Size: 2296 bytes --]

             reply	other threads:[~2011-11-18  0:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-18  0:22 filebat Mark [this message]
2011-11-18  1:46 ` when export org-mode to html, don't export entries of TODO, CANCELED Bernt Hansen
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=CAB_ojTvwHQAiG0z700psNn3DeoA56p-+hNW3nLx9Ju+mgqiL2A@mail.gmail.com \
    --to=filebat.mark@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --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).