On Sun Oct 05 2008 at 02:38, gmane <[EMAIL PROTECTED]> wrote: > Hi, > > Just a quick and goofy question: did any of you try to replace planner > with a simple muse-wiki pageset ? > I mean, maintain special pages like: Today, Tomorrow, NextWeek, ... > > I know there are plenty of GTD fanboys but GTD do not work for me (my > organization/planning is really a mess) and I'd rather want "free form" > and make heavy use of links. This method has a name: CyberPocket. > > Using muse-wiki to plan suppose muse has a good and efficient > tagging/backlink support (which it does not at the moment AFAIK). > > Also while at it, do you know, taking a date, I can obtain the week number?
Here's one way: (calendar-iso-from-absolute (calendar-absolute-from-gregorian '(11 14 2008))) => (46 5 2008), which means day 5 of ISO week 46 of 2008. Offhand, I don't recall how to convert the output of (current-time) to a gregorian or absolute date, so I've typed today's date by hand above. Cheers - bw -- Bill White . [EMAIL PROTECTED] . http://members.wolfram.com/billw "No ma'am, we're musicians." _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
