emacsorphanage / org-page

[INACTIVE] A static site generator based on Emacs and org mode.
673 stars 99 forks source link

[no match] #174

Closed AaronFeldman closed 8 years ago

AaronFeldman commented 8 years ago

Tried to install and use as advised, but am getting [no match] when M-x op/publish in emacs. Not sure why.

AaronFeldman commented 8 years ago

​Ok. Am trying that now, although it is seeming to hang on "Contacting host: melpa.org:80"

Thank you for the quick response. I'm new(ish) to emacs and certainly to org-page. Hopefully this is the start of a long fruitful relationship with both. Are you the developer?​

On Mon, Feb 29, 2016 at 9:25 AM, Cody Reichert notifications@github.com wrote:

Have you tried running M-x package-refresh-contents first? Sounds like it might be trying to get an old version from Melpa.

— Reply to this email directly or view it on GitHub https://github.com/kelvinh/org-page/issues/174#issuecomment-190230154.

AaronFeldman commented 8 years ago

Looks like I have a bug in my Melpa. I'll fix that first. Thanks.

On Mon, Feb 29, 2016 at 9:25 AM, Cody Reichert notifications@github.com wrote:

Have you tried running M-x package-refresh-contents first? Sounds like it might be trying to get an old version from Melpa.

— Reply to this email directly or view it on GitHub https://github.com/kelvinh/org-page/issues/174#issuecomment-190230154.

AaronFeldman commented 8 years ago

I think that I managed to update the package store updated (because it asked me if I wanted to update, although when I updated I noticed it seemed to be pulling updates from Elpa)

Still seems to be the same error. I am trying to html publish a plain .org file that I have on my system.

On Mon, Feb 29, 2016 at 9:25 AM, Cody Reichert notifications@github.com wrote:

Have you tried running M-x package-refresh-contents first? Sounds like it might be trying to get an old version from Melpa.

— Reply to this email directly or view it on GitHub https://github.com/kelvinh/org-page/issues/174#issuecomment-190230154.

CodyReichert commented 8 years ago

Hey @AaronFeldman - I'm not sure where my comment went!

At any rate, I'm not the developer, just thought it might be a problem with the package version. Good you got it updated but I'll let someone else chime in with some more troubleshooting steps, I'm at the end of my knowledge with org-page :)

sillykelvin commented 8 years ago

Thanks @CodyReichert ! Hi @AaronFeldman, the publication command should be op/do-publication, not op/publish, have you tried that? If it still fails, please paste your org-page related configuration here, and output in Messages buffer would also be helpful.

AaronFeldman commented 8 years ago
                                                                                  Will try it and report back.                                                                                                                                                                                                                                                                                                                                         Sent from my BlackBerry 10 smartphone.                                                                                                                                                                                                                From: Kelvin HuSent: Monday, February 29, 2016 9:45 PMTo: kelvinh/org-pageReply To: kelvinh/org-pageCc: AaronFeldmanSubject: Re: [org-page] [no match] (#174)Thanks @CodyReichert ! Hi @AaronFeldman, the publication command should be op/do-publication, not op/publish, have you tried that?

—Reply to this email directly or view it on GitHub.

AaronFeldman commented 8 years ago

Same problem when I use op/do-publication

AaronFeldman commented 8 years ago

(require 'org-page) (setq op/repository-directory "media/@@@@@@/Aaron-Org-Mode") ;; the repository location

sillykelvin commented 8 years ago

Please paste output in _Messages_ buffer here when you executing the command.

AaronFeldman commented 8 years ago

Unfortunately attempting M-x op/do-publication does not output anything into the Messages buffer. In that regard it is strange, [no match] which disappears quickly is the only indication of a failed command.

sillykelvin commented 8 years ago

Seems it's because the command cannot be found, probably your org-page is not loaded. you could execute (require 'org-page) in Scratch buffer with C-x C-e and see what happens, and then try op/do-publication again.

AaronFeldman commented 8 years ago

Thanks @kelvinh I tried evaluating it in the Scratch buffer as you said and it loaded. I have to figure out the rest, but now I think it is doable.

sillykelvin commented 8 years ago

Great to see it finally works. :-)