my WelcomePage.txt

"Bill White" <[email protected]> Wed, 31 May 2006 23:39:30 -0500
Newsgroups gmane.emacs.wiki.general
Message-ID <[email protected]>
I got going a few days ago with sacha's plannerbundle, and I've kept her
WelcomePage.txt and added to it.  Perhaps it has some ideas others would
want to use.  First, I defined a function to open the page and bound it to
M-home, which is what Firefox uses to load its home webpage and which is now
lodged in my head as "home":

(defun wikihome (point)
  "Go to WelcomePage.txt."
  (interactive "d")
  (planner-find-file "WelcomePage" 'find-file))

(global-set-key [M-home] 'wikihome)

and my current WelcomePage.txt is attached to avoid wrapping problems.

Cheers -

bw
-- 
Bill White . [email protected] . http://minutiae.stblogs.org

_______________________________________________
emacs-wiki-discuss mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss
WelcomePage.txt (text/plain, 1.4 KB)
* Welcome to Planner and Emacs!

** Plan pages                    

[[lisp:/plan][Today's plan page]]
[[lisp:/(planner-goto (planner-expand-name "-7"))][Plan page 7 days ago]]

** Configuration files

All of emacs: [[lisp:/(find-file "/emacs/init-files/.emacs")][/emacs/init-files/.emacs]]
Planner: [[lisp:/(find-file "/emacs/init-files/planner/planner-init.el")][/emacs/init-files/planner/planner-init.el]]

** Lisp commands

Read email in gnus: [[lisp:/(gnus-2006)][M-x gnus-2006]]
Read RMAIL queue: [[lisp:/(rmail)][M-x rmail]]

** Personal wiki pages

[[Music]]

** Planner resources

[[http://www.plannerlove.com][Website]]     | http://www.plannerlove.com
[[http://www.plannerlove.com/pmwiki/pmwiki.php?n=Main.QuickStart][Quick start]] | http://www.plannerlove.com/pmwiki/pmwiki.php?n=Main.QuickStart
[[http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss][Community]]   | http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss (mailing list)
[[http://blog.gmane.org/gmane.emacs.wiki.general][(blog)]]      | http://blog.gmane.org/gmane.emacs.wiki.general (mailing list as blog)
Info manual | [[info://planner-el]], info://muse, info://remember-el
Emacs Wiki  | http://www.emacswiki.org - Emacs tips for newbies and gurus alike!

Want to be more organized? Check out David Allen's Getting Things Done
(GTD), Stephen Covey's books (7 Habits of Highly Effective People,
First Things First), and join the discussion on our mailing list!