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

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

[emacs-wiki-discuss] Help please! trying to install diary


From: Sharon Kimble
Subject: [emacs-wiki-discuss] Help please! trying to install diary
Date: Tue, 22 Feb 2005 15:58:37 +0000
User-agent: KNode/0.8.2

I've been trying for some time now to install diary and reminder into my
planner setup. I found planner yesterday and started using it, its very
neat and potentially useful. But I'm having great difficulty in installing
diary and reminder with it. Can anyone help me please?

FYI I include my .emacs;-
==============
;; .emacs

;;; uncomment this line to disable loading of "default.el" at startup
;; (setq inhibit-default-init t)

;; turn on font-lock mode
(when (fboundp 'global-font-lock-mode)
  (global-font-lock-mode t))

;; enable visual feedback on selections
;(setq transient-mark-mode t)

;; default to better frame titles
(setq frame-title-format
      (concat  "%b - emacs@" system-name))
(custom-set-variables
  ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 '(calculator-electric-mode t))
(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 )

    (add-to-list 'load-path "/home/boztu/programs/sacha-stable/emacs-wiki/")
    (add-to-list 'load-path "/home/boztu/programs/sacha-stable/planner/")
    (add-to-list 'load-path "/usr/share/emacs/21.3/lisp/")
(require 'planner) 
        (planner-install-extra-task-keybindings)
        (global-set-key (kbd "<f9> t") 'planner-create-task-from-buffer)

;; (require 'planner-notes)
;; for both task- and schedule-based appointments:
;; (require 'planner-appt)
;; (planner-appt-use '(tasks schedule))
;; (planner-appt-insinuate)

   (require 'diary-lib)

;; (require 'diary)
;; (require 'remember-diary)
;;      (add-to-list 'remember-handler-functions 
'remember-diary-extract-entries)

;;; ##################################
;;; remembering things 
;;; ##################################

;;;(require 'remember-planner)
;;  (setq remember-handler-functions '(remember-planner-append))
;;  (setq remember-annotation-functions planner-annotation-functions)
================

Sharon.
-- 
 15:53:40 up 2 days, 23:20,  1 user,  load average: 1.31, 1.47, 1.49
A taste of linux http://myweb.tiscali.co.uk/efever/index.html
efever http://www.efever.blogspot.com/
Fedora Core 3, KDE 3.3.2-1.6.3, OpenOffice 1.1.3
Registered Linux user 334501
Now accepting personal mail for gmail invites






reply via email to

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