help-gnu-emacs
[Top][All Lists]
Advanced

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

setting up org-remember in carbon emacs (GUI)


From: Henri Fischer
Subject: setting up org-remember in carbon emacs (GUI)
Date: Tue, 30 Dec 2008 12:10:15 -0800 (PST)
User-agent: G2/1.0

Dear all,

I'm fairly new to emacs and not a programmer but eager to expand the
use of org-mode. So I downloaded remember in zip and unzipped to "/
Applications/Emacs.app/Contents/Resources/lisp/remember". Then I added
the code below to ~/.emacs. But when I close emacs and load it again,
all I get are error messages. I've been messing about for quite a
while now, read (re-read) info/org-1 and PROBLEMS, but can not find
what I'm doing wrong. Feeling a real dork here. Any advise would be
appreciated.

Thanks for your time,
Henri

(custom-set-variables
 '(longlines-wrap-follows-window-size t)
 '(x-bitmap-file-path (quote ("System/Library/Frameworks/
JavaVM.framework/Versions/1.5.0/Home/bin/")))
  ;; Start org-remember
 '(add-to-list 'load-path ("/Applications/Emacs.app/Contents/Resources/
lisp/remember/"))
 '(require 'remember)
    (setq remember-annotation-functions '(org-remember-annotation))
    (setq remember-handler-functions '(org-remember-handler))
    (add-hook 'remember-mode-hook 'org-remember-apply-template)
     '(setq org-directory "~/Desktop/")
     '(setq org-default-notes-file (concat org-directory "/
notes.org"))
     '(define-key global-map "\C-cr" 'org-remember)
  ;; End org-remember
)

Errors in message buffer:

......
Loading /Applications/Emacs.app/Contents/Resources/site-lisp/site-
start.d/preview-latex.el (source)...done
Carbon Emacs Package (Fall, 2008)
Error setting setq: (void-variable remember-annotation-functions)
Error setting setq: (void-variable remember-handler-functions)
Error setting setq: (void-variable org-directory)
Error setting setq: (void-variable org-default-notes-file)


An error has occurred while loading `/Users/henrifischer/.emacs':

File error: Cannot open load file, quote


reply via email to

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