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

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

Re: [emacs-wiki-discuss] working with projects


From: address@hidden
Subject: Re: [emacs-wiki-discuss] working with projects
Date: Sat, 13 Nov 2004 07:10:40 GMT

Christopher,

Thanks.  I tried the code you sent and am still not having any luck.  Maybe I 
have something else wrong.  So my setup is that my planner directory is 
~/plans.  Under ~/plans I have Bookmarks/ and Foo/.  When I open a file in the 
Bookmarks/ directory emacs is in "planner mode", but interwiki links like 
Foo#BarPage don't work.  I've attached all of the planner settings I've added 
to my .emacs file.

thanks for the help,
aaron

from my .emacs:

  (setq planner-directory "~/plans")
  (setq planner-carry-tasks-forward t)
  (setq planner-day-page-template "* Tasks\n\n\n* Notes\n\n\n*   
Schedule\n\n\n")
  (setq remember-handler-functions '(remember-planner-append))
  (setq remember-annotation-functions planner-annotation-functions)
  (setq remember-append-to-planner-hook
      '(remember-planner-add-timestamp remember-planner-add-xref))

  (setq emacs-wiki-projects
      `(("Bookmarks" .
         ((emacs-wiki-directories . ("~/plans/Bookmarks"))
          (emacs-wiki-project-server-prefix . "../Bookmarks/")
          (emacs-wiki-publishing-directory . "~/plans/Bookmarks")))
        ("Foo" .
         ((emacs-wiki-directories . ("~/plans/Foo"))
          (emacs-wiki-project-server-prefix . "../Foo/")
          (emacs-wiki-publishing-directory . "~/plans/Foo")))))

  (setq emacs-wiki-default-project "Bookmarks")
  (emacs-wiki-update-project-interwikis)

--------------------------------------------------------------------
Christopher wrote:
--------------------------------------------------------------------

(add-to-list 'emacs-wiki-projects 
             '("Wiki" 
               (emacs-wiki-directories . ("~/doc/wiki"))
               (emacs-wiki-publishing-directory . 
"~/public_html/wiki")
               (emacs-wiki-project-server-prefix . "../wiki/")))
(add-to-list 'emacs-wiki-projects
             '("AnotherWiki"
               (emacs-wiki-directories . ("~/doc/another"))
               (emacs-wiki-publishing-directory . 
"~/public_html/another")
               (emacs-wiki-project-server-prefix . "../another/")))

;; Put other projects here

;; Finally,
(emacs-wiki-update-project-interwikis)

To access pages from AnotherWiki from the Wiki project, put
AnotherWiki#PageName (<WikiProjectName>#<WikiPageName>).

________________________________________________________________
Look for special offers on
NetZero Platinum & NetZero HiSpeed
Visit Best Buy, RadioShack or Kmart Today.




reply via email to

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