Difference between revisions of "User:PuercoPop"

From WikEmacs
Jump to navigation Jump to search
(Created page with " Article in progress O-Blog Editing your blog with o-blog Minimal .org to start a blog with the default template required outlines Why are this required? generate the files")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
=Widgets To Remember=
  
Article in progress O-Blog
 
Editing your blog with o-blog
 
  
Minimal .org to start a blog with the default template
+
=o-Blog Draft=
 +
{{Package
 +
|name=o-blog
 +
|description=A stand-alone blog and publication tool for org-mode.
 +
|author=Sébastien Gross
 +
|source=http://github.com/renard/o-blog
 +
|in_emacs=no
 +
|Development status=active
 +
|website=http://renard.github.com/o-blog/
 +
}}
  
 +
== Instalation ==
 +
 +
==Writing a Post with o-blog==
 +
 +
Starting with and org-mode TODO.
 +
 +
<source lang="lisp">
 +
** TODO
 +
:PROPERTIES:
 +
:tags:FirstPost, Emacs
 +
:END:
 +
<text comes here>
 +
</source>
 +
 +
When finished make the TODO as done with {{Keys|C-c C-t}}
 +
 +
==Using the default template==
 +
 +
If one is the to use the default template without modification one has to add the following posts: Copyright, About, Navigation, Navigation Footer
 +
 +
<source lang="lisp">
 +
** About
 +
:PROPERTIES:
 +
:SNIPPET: t
 +
:END:
 +
<about text here>
 +
</source>
 +
 +
 +
 +
==Export to html==
 +
 +
{{Keys| M-x export-to-blog}}
 +
 +
== Other misc stuff ==
 +
+disqus
 +
links
 
required outlines
 
required outlines
  

Latest revision as of 06:54, 10 July 2012

Widgets To Remember

o-Blog Draft

o-blog
Description A stand-alone blog and publication tool for org-mode.
Author Sébastien Gross
Maintainer name of maintainer
Source http://github.com/renard/o-blog
Part of Emacs no

Instalation

Writing a Post with o-blog

Starting with and org-mode TODO.

** TODO
:PROPERTIES:
:tags:FirstPost, Emacs
:END:
<text comes here>

When finished make the TODO as done with [C-c C-t]

Using the default template

If one is the to use the default template without modification one has to add the following posts: Copyright, About, Navigation, Navigation Footer

** About
:PROPERTIES:
:SNIPPET: t
:END:
<about text here>


Export to html

[ M-x export-to-blog]

Other misc stuff

+disqus links required outlines

Why are this required?

generate the files