[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] when export org-mode to html, don't export entries of TODO, CANC
From: |
Bernt Hansen |
Subject: |
Re: [O] when export org-mode to html, don't export entries of TODO, CANCELED |
Date: |
Thu, 17 Nov 2011 20:46:30 -0500 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux) |
filebat Mark <address@hidden> 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
- [O] when export org-mode to html, don't export entries of TODO, CANCELED, filebat Mark, 2011/11/17
- Re: [O] when export org-mode to html, don't export entries of TODO, CANCELED,
Bernt Hansen <=
- Re: [O] when export org-mode to html, don't export entries of TODO, CANCELED, filebat Mark, 2011/11/17
- Re: [O] when export org-mode to html, don't export entries of TODO, CANCELED, Bernt Hansen, 2011/11/17
- Re: [O] when export org-mode to html, don't export entries of TODO, CANCELED, markfilebat126, 2011/11/17
- Re: [O] when export org-mode to html, don't export entries of TODO, CANCELED, Nick Dokos, 2011/11/17