unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* setting up org-remember in carbon emacs (GUI)
@ 2008-12-30 20:10 Henri Fischer
  2008-12-30 21:02 ` Charles Sebold
  0 siblings, 1 reply; 3+ messages in thread
From: Henri Fischer @ 2008-12-30 20:10 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-12-30 22:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-30 20:10 setting up org-remember in carbon emacs (GUI) Henri Fischer
2008-12-30 21:02 ` Charles Sebold
2008-12-30 22:58   ` Henri Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).