yuchen-lea / org-media-note

Taking interactive notes when watching videos or listening to audios in org-mode.
GNU General Public License v3.0
241 stars 35 forks source link

Error: "failed to provide feature ‘org-media-note.el’"" #17

Closed AtomicNess123 closed 3 years ago

AtomicNess123 commented 3 years ago

Great package. Looking forward to being able to use it :) For the time being I am getting this error when starting my Emacs:

Debugger entered--Lisp error: (error "Loading file /path.to/org-media-note-master/org-media-note.el failed to provide feature ‘org-media-note.el’")

My init config:

(add-to-list 'load-path "path.to/org-media-note-master")
(require 'org-media-note.el)
(setq org-media-note-screenshot-image-dir "path.to/imgs/")  ;; Folder to save screenshot
(setq org-media-note-use-refcite-first t)  ;; use videocite link instead of video link if possible

Thanks for the help!

yuchen-lea commented 3 years ago

I think it should be (require 'org-media-note)

AtomicNess123 commented 3 years ago

Damn... silly me! Thanks!