emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] Quick hack for private stuff


From: Sacha Chua
Subject: [emacs-wiki-discuss] Quick hack for private stuff
Date: Tue, 11 Jan 2005 20:43:39 +0900
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Hello, everyone!

You can do lots of fancy things before publishing. For example, the
following snippet of code removes all lines containing {{private}}
before producing HTML.

(add-to-list 'planner-publishing-markup (lambda () (delete-matching-lines 
"{{private}}")))
(planner-update-wiki-project)

I publish my planner files at http://sacha.free.net.ph/notebook/plans/
so something like this is pointless for me, but it's still nice
knowing how easy it is to tweak Planner. ;)

-- 
Sacha Chua <address@hidden> - open source geekette
http://sacha.free.net.ph/ - PGP Key ID: 0xE7FDF77C
interests: emacs, gnu/linux, personal information management, CS ed
applying as a Debian new maintainer | looking for a grad school




reply via email to

[Prev in Thread] Current Thread [Next in Thread]