Proof of concept: Deleting private tasks
| emacs, plannerIt’s easy to tweak Planner. For example, the following two lines of
code delete all lines that contain before publishing. Your
planner pages will be fine, but the published HTML won’t contain them.
(add-to-list 'planner-publishing-markup (lambda () (delete-matching-lines ""))) (planner-update-wiki-project)
Fun, isn’t it?