"Adrian Tritschler" <[EMAIL PROTECTED]> writes: > The manual didn't seem overly clear to me, I've no idea what > HTML:mason is or why I want to get it, seems to be a perl module for > the web server that I've got no access to. Checking the actual > planner-authz.el file I can see the following:
If you can't install the HTML:mason perl module the webserver, then
this module probably won't work for you. I'm Cc:ing the original
author so that he can verify whether this is so.
> ;; * Diary Markup
>
> ;; If your pages have a section with diary entries maintained by
> ;; planner-appt.el (or by any other means), you can control access to
> ;; these entries. First, customize sectionalize-markup-tagname to map
> ;; your diary section to a tag called "diary", for example:
>
> ;; (add-to-list 'sectionalize-markup-tagname '("* Schedule" . "diary"))
>
> ;; Then make sure the diary entries you want restricted contain a
> ;; corresponding plan page name in parentheses, for example:
>
> ;; 10:00 10:30 Meeting with boss (WorkStuff)
>
> I added the following to .emacs
>
> (require planner-authz.el)
> (add-to-list 'sectionalize-markup-tagname '("* Schedule" . "diary"))
>
> but XEmacs barfs on the "sectionalize-markup-tagname" line with the
> error message:
>
> Symbol's value as variable is void: sectionalize-markup-tagname
I've now fixed this reference in the development version of Planner.
That section now reads:
;; If your pages have a section with diary entries maintained by
;; planner-appt.el (or by any other means), you can control access to
;; these entries. First, customize `planner-section-tagnames' to map
;; your diary section ("* Schedule", in this example) to a tag called
;; "diary-section", for example:
;; (add-to-list 'planner-section-tagnames '("Schedule" . "diary-section"))
;; If the name of your diary section is "* Diary", you will not need
;; to customize `planner-section-tagnames' by default.
--
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net
/` |\ | | | IRC: freenode.net/mwolson: #emacs, #hcoop, #muse, #PurdueLUG
|_] | \| |_| Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC
pgpq2OGeT9THC.pgp
Description: PGP signature
_______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
