[EMAIL PROTECTED] wrote: > Send Planner-el-discuss mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.gna.org/listinfo/planner-el-discuss > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Planner-el-discuss digest..." > > > Today's Topics: > > 1. Re: Planner-el-discuss Digest, Vol 9, Issue 5 (abo) > 2. Re: Problem with publishing calendar (John Sullivan) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 06 Jan 2007 20:37:03 +0800 > From: abo <[EMAIL PROTECTED]> > Subject: [Planner-el-discuss] Re: Planner-el-discuss Digest, Vol 9, > Issue 5 > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=GB2312 > > [EMAIL PROTECTED] wrote: > >> Send Planner-el-discuss mailing list submissions to >> [email protected] >> >> To subscribe or unsubscribe via the World Wide Web, visit >> https://mail.gna.org/listinfo/planner-el-discuss >> or, via email, send a message with subject or body 'help' to >> [EMAIL PROTECTED] >> >> You can reach the person managing the list at >> [EMAIL PROTECTED] >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of Planner-el-discuss digest..." >> >> >> Today's Topics: >> >> 1. Re: Publishing calendars (John Sullivan) >> >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Fri, 05 Jan 2007 14:08:28 -0500 >> From: John Sullivan <[EMAIL PROTECTED]> >> Subject: Re: [Planner-el-discuss] Publishing calendars >> To: Planner Discussion <[email protected]> >> Message-ID: <[EMAIL PROTECTED]> >> Content-Type: text/plain; charset=us-ascii >> >> abo <[EMAIL PROTECTED]> writes: >> >> >> >>> Hello ,friends >>> I follow the instruction in Planner manual and add the following content in >>> my .emacs. >>> >>> (requrie 'planner-calendar) >>> (setq planner-day-page-template "* Tasks >>> >>> * Schedule >>> >>> <calendar> >>> >>> * Notes >>> >>> >>> ") >>> >>> >>> After publishing,There is no calendar in html files. >>> Why? >>> Should I configure other options? >>> >>> >> Is this still a problem for you? It works for me. With just (require >> 'planner-calendar) and adding <calendar> to a day page. >> >> >> > Yes,I use emacs-snapshot,and my muse version number is 3.02.93 and > The planner version is 3.41. > > > > > > > > ------------------------------ > > Message: 2 > Date: Sat, 06 Jan 2007 14:11:06 -0500 > From: John Sullivan <[EMAIL PROTECTED]> > Subject: Re: [Planner-el-discuss] Problem with publishing calendar > To: Planner Discussion <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=us-ascii > > abo <[EMAIL PROTECTED]> writes: > > >>> abo <[EMAIL PROTECTED]> writes: >>> >>> >>> >>>> Hello ,friends >>>> I follow the instruction in Planner manual and add the following content >>>> in my .emacs. >>>> >>>> (requrie 'planner-calendar) >>>> (setq planner-day-page-template "* Tasks >>>> >>>> * Schedule >>>> >>>> <calendar> >>>> >>>> * Notes >>>> >>>> >>>> ") >>>> >>>> >>>> After publishing,There is no calendar in html files. >>>> Why? >>>> Should I configure other options? >>>> >>>> >>> Is this still a problem for you? It works for me. With just (require >>> 'planner-calendar) and adding <calendar> to a day page. >>> >>> >>> >> Yes,I use emacs-snapshot,and my muse version number is 3.02.93 and >> The planner version is 3.41. >> >> > > (Can you make sure that the subject headings of your replies are more specific > than just the reply to digest default? You might want to copy the subject > heading out of the digest message that you are replying to instead.) > > It works for my versions of planner and muse, which are the latest development > versions. Can you try using the version of Planner from arch and see if that > fixes the problem? Make sure to back up your planner files in case. There were > a few changes to planner-calendar in the ChangeLog since the last release, so > perhaps one of them makes the difference. > > In fact,I talked the same thing in both the titles.I'm sorry to mess things up. I also get the planner from arch.Unfortunately,the error is still there.I attach my config file and an example to this letter.Maybe you can find my errors in those files. Thank you very much! Best wishes, Abo
#date <content depth=4> <calendar> * Tasks #A X @8:50 english news ([[TaskPool]]) #B X reply letters ([[TaskPool]]) #B X @8:20 fluxbox themes ([[TaskPool]]) * Schedule @9:50 | | # fq * NotesTitle: 2007.01.07
2007.01.07
<calendar>Tasks
X @8:50 english news (TaskPool) X reply letters (TaskPool) X @8:20 fluxbox themes (TaskPool)
Schedule
| @9:50 | # fq |
Notes
;; Add the directories to your load path
(add-to-list 'load-path "/opt/site-lisp/advance/muse")
(add-to-list 'load-path "/opt/site-lisp/advance/planner")
;; Load muse
(require 'muse-mode)
(require 'muse-colors)
(require 'muse-wiki)
(require 'muse-html)
(require 'muse-project)
(setq muse-file-extension nil
muse-mode-auto-p t)
;;style
(setq muse-html-style-sheet
"<link rel=\"stylesheet\" type=\"text/css\" href=\"site.css\" />")
''planner
(setq planner-project "Planner")
(require 'planner)
(require 'planner-publish)
(require 'planner-calendar)
(require 'planner-accomplishments)
;;(require 'planner-tasks-overview)
(setq muse-project-alist
'(("Default" ; my various writings;
("~/Wiki" :default "WelcomePage.html")
(:base "html" :path "~/WebWiki"))
("Planner"
("~/Plans"
:major-mode planner-mode
:default "index.html")
(:base "planner-html" :path "~/WebWiki"))
("GNU" ; my various writings
("~/Wiki" :default "gnu.html")
(:base "html" :path "~/WebWiki"))
("Blog" ; my various writings
("~/Wiki" :default "WikiIndex.html")
(:base "html" :path "~/WebWiki"))
("Programming" ; my various writings
("~/Wiki" :default "program.html")
(:base "html" :path "~/WebWiki"))
("Other" ; my various writings
("~/Wiki" :default "other.html")
(:base "html" :path "~/WebWiki"))
("Physics" ; my various writings
("~/Wiki" :default "physics.html")
(:base "html" :path "~/WebWiki"))
))
(require 'planner-appt)
;;(planner-appt-use-schedule)
(planner-appt-use-tasks-and-schedule)
(planner-appt-insinuate)
;;(require 'planner-cyclic)
;;(setq planner-cyclic-diary-file "~/.diary.cyclic-tasks")
;;(planner-appt-schedule-cyclic-insinuate)
(setq planner-appt-task-use-appointments-section-flag t)
(setq planner-carry-tasks-forward 3)
;;Keybinding
(global-set-key (kbd "C-c p u") 'planner-appt-update)
(global-set-key (kbd "C-c p p") 'muse-publish-this-file)
(global-set-key (kbd "C-c p s") 'planner-accomplishments-show)
_______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
