renard / o-blog

Standalone orgmode blog exporter. DEPECATED, NOT MAINTAINED
http://renard.github.com/o-blog-v2
260 stars 58 forks source link

what does "Open the ~/.emacs.d/o-blog/example/sample.org file and type M-x org-publish-blog" mean? #102

Closed luckypoem closed 9 years ago

luckypoem commented 10 years ago

hi.

i opend the file :~/.emacs.d/o-blog/example/sample.org with emacs,but where to type "M-x org-publish-blog"?

limist commented 10 years ago

If you're new to Emacs, "M-x" means holding down the meta key (usually the Alt key) while typing "x" See http://www.emacswiki.org/emacs/MetaKeyProblems for further details.

luckypoem commented 10 years ago

hi.limist: i held down Alt key and type x,then type org-publish-blog,then i press "enter" key,nothing happened.what to do next?

limist commented 10 years ago

You seemed to have issued the wrong command, org-publish-blog is incorrect. Also, be sure to have the sample.org file open when you do M-x o-blog-publish.

luckypoem commented 10 years ago

hi.limist: firstly i install org-mode as below.is this installation method correct?-

git clone git://orgmode.org/org-mode.git make autoloads

displayed: ... Generating autoloads for ox-odt.el... Generating autoloads for ox-odt.el...done Generating autoloads for ox-org.el... Generating autoloads for ox-org.el...done Generating autoloads for ox-publish.el... Generating autoloads for ox-publish.el...done Generating autoloads for ox-texinfo.el... Generating autoloads for ox-texinfo.el...done Generating autoloads for ox.el... Generating autoloads for ox.el...done Saving file /root/org-mode/lisp/org-loaddefs.el... Wrote /root/org-mode/lisp/org-loaddefs.el make[1]: Leaving directory `/root/org-mode/lisp' as3:~/org-mode#

(pls see http://orgmode.org/manual/Installation.html#Installation,"Using Org's git repository" section) then as3: ~# emacs ~/.emacs.d/o-blog/example/sample.org then M-x o-blog-publish still nothing happened.how to fix it?

flowsta commented 10 years ago

Have you tested M-x org-publish-blog?