chasberry / orgmode-accessories

Add ons for orgmode
78 stars 18 forks source link

Trouble installing #1

Closed rrichmond closed 10 years ago

rrichmond commented 10 years ago

I'm having issues getting ravel to initialize. See below for the output of emacs --debug-init. Thanks for the help.

Debugger entered--Lisp error: (file-error "Cannot open load file" "ox-ravel") require(ox-ravel) eval-buffer(#<buffer load> nil "/home/rob/.emacs" nil t) ; Reading at buffer position 460 load-with-code-conversion("/home/rob/.emacs" "/home/rob/.emacs" t t) load("~/.emacs" t t)

[0 "\205\262 \306=\203\307\310Q\202; \311=\204\307\312Q\202;\313\307\314\315#\203*\316\202;\313\307\314\317#\203:\320\nB\321\202;\316\322\323\322\211#\210 \322=\203a\324\325\326\307\327Q!\"\323\322\211#\210 \322=\203\210 \203\243\330 !\331\232\203\243\332 !\211\333P\334!\203}\211\202\210\334!\203\207\202\210\314\262\203\241\335 \"\203\237\336\337 #\210\340\341!\210\266\f?\205\260\314\323\342\322\211#)\262\207" [init-file-user system-type delayed-warnings-list user-init-file inhibit-default-init inhibit-startup-screen ms-dos "~" "/_emacs" windows-nt "/.emacs" directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$" (initialization "_emacs' init file is deprecated, please use `.emacs'") "~/_emacs" t load expand-file-name "init" file-name-as-directory "/.emacs.d" file-name-extension "elc" file-name-sans-extension ".el" file-exists-p file-newer-than-file-p message "Warning: %s is newer than %s" sit-for 1 "default"] 7 "\n\n(fn)"]()

command-line() normal-top-level()

rrichmond commented 10 years ago

Just to be clear ox-ravel.el is in my ~/.emacs.d/

Also, ravel appears to work when I do the load steps in the ox-ravel.org file. The issue arises when I (require 'ox-ravel)

chasberry commented 10 years ago

Put this in your .emacs

(add-to-list 'load-path "~/.emacs.d/") (require 'ox-ravel)

and it should be good to go.

rrichmond commented 10 years ago

Thanks so much for the quick response. Didn't realize that wasn't on my load path. Everything works great.

chasberry commented 10 years ago

Glad to hear it! I'll lock this issue, now.