pmiddend / org-rtm

Synchronize org-mode with RTM
MIT License
1 stars 3 forks source link

M-x org-rtl-import [No match] #2

Open adrianstaniec opened 7 years ago

adrianstaniec commented 7 years ago

I just installed from elpa, but no functions are available wim helm M-x.

System Info :computer:

el3ctron commented 7 years ago

same here! with emacs 25 on linux

jamezpolley commented 6 years ago

You'll need to do something to load the org-rtm module before the function is available.

There are many ways to do this: you could add (require 'org-rtm) to init.el; you could customize the org-modules variable (M-x org-customize, look for the "Org modules" option at the top level) and so on