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

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

[emacs-wiki-discuss] Re: Cross-linking day pages


From: Chris Lowis
Subject: [emacs-wiki-discuss] Re: Cross-linking day pages
Date: Tue, 08 Feb 2005 09:13:01 +0000
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

The next question is there a way to do this for the wiki files,
before publishing to HTML?

I think all you need to do is make some sort of function (for example,
`my-planner-display-navigation-links') and add it to
`planner-mode-hook'.

I have something like this :

(planner-option-customized 'planner-day-page-template
                           "[[lisp://planner-goto-yesterday]
[< Yesterday]] [[lisp://planner-goto-tomorrow][Tomorrow >]] \n ProjectList WaitingFor PhoneCalls\n\n* Tasks\n\n* Notes\n\n")

in my .emacs . Notice that [[lisp://some-lisp][Text]] creates a link that calls the lisp function .

Are the different kinds of links file:// bbdb:// etc documented anywhere, I couldn't find them in the info file .

Chris





reply via email to

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