Re: [Orgmode] blorg??

2009-03-22 Thread Matthew Lundin
Hi Rustom,

Rustom Mody rustompm...@gmail.com writes:

 I have a team of some 4-5 programmers.

 They've started sending me their reports in org format.
 I was considering the next step of making them blog rather than use
 mail for their reports and was wondering if blorg.el is the way to go.
 (Gather that blorg is not really stable)

Any current blorg users care to comment? 

 Any other suggestions (org-oddmuse.el??)

I just discovered that there is ruby blog engine in development that
uses org files as a back end:

- http://github.com/eschulte/blorgit/tree/master

(Looks really promising, Eric!)

Best,
Matt




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] blorg??

2009-03-22 Thread Alex Ott
Hello all

 ML == Matthew Lundin writes:
 ML Hi Rustom, Rustom Mody rustompm...@gmail.com writes:
  I have a team of some 4-5 programmers.
  
  They've started sending me their reports in org format.  I was
  considering the next step of making them blog rather than use mail for
  their reports and was wondering if blorg.el is the way to go.  (Gather
  that blorg is not really stable)

 ML Any current blorg users care to comment?

I slightly hacked blorg to allow to use relative links, proper symbols
escaping in links, etc. (and i dropped copying of data into directories
inside publish).  My version is available from
http://xtalk.msk.su/~ott/common/emacs/blorg.el


-- 
With best wishes, Alex Ott, MBA
http://alexott.blogspot.com/http://xtalk.msk.su/~ott/
http://alexott-ru.blogspot.com/


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] blorg??

2009-03-22 Thread David Bremner

Rustom Mody wrote:

They've started sending me their reports in org format.  I was
considering the next step of making them blog rather than use mail
for their reports and was wondering if blorg.el is the way to
go. (Gather that blorg is not really stable) Any other suggestions
(org-oddmuse.el??)

As I think mentioned once before on the list, you can use the Org
backend by Manoj Srivastava with ikiwiki. Ikiwiki can use git as a
backend, so that might give you a nice way for people to file reports.
It works fine for me (I mostly use it to insert tables into markdown
documents).

d



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] blorg??

2009-03-21 Thread Rustom Mody
I have a team of some 4-5 programmers.

They've started sending me their reports in org format.
I was considering the next step of making them blog rather than use mail for
their reports and was wondering if blorg.el is the way to go. (Gather that
blorg is not really stable)

Any other suggestions (org-oddmuse.el??)
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] blorg users?

2008-08-06 Thread Alex Ott
Hello

I'm currently started to use blorg, and found some problems with it - for
example, improper generation of relative links - for example,
[[../bla-bla-bla][description]] is turned into
http://my-url/:../bla-bla-bla - may be you know this problem?

P.S. is any mailing list for blorg users, or better to discuss all issues
in org-mode list?

-- 
With best wishes, Alex Ott, MBA
http://alexott.blogspot.com/   http://xtalk.msk.su/~ott/
http://alexott-ru.blogspot.com/


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] blorg users?

2008-07-17 Thread Rick Moynihan
Well, in response to David's original request.  I've finally got round
to publishing my rather minimal blorg theme and config on github:

http://github.com/InkyHarmonics/sourcesmouth-blorg-theme/tree/theme-branch

I've untangled many of the dependencies on my system, but there are a
few left.  If anyone attempts to use this, then it would be good to
untangle some of these also.  I'm not an elisp hacker, and know that
there is much work left to be done.

The release includes a slightly modified version of blorg.el, it could
really be patched upto Bastien's more recent 0.75e release.

One of the reasons for me publishing this is to help an incredibly
small blorg community get a little bigger.  I suspect I'm the only
user at the moment!!  It's clear there is some more work needed
ironing out some of blorg's niggles also.  Hopefully some more
experienced elispers can help me do this, until Bastien gets around to
rewriting it on top of org-publish.

There is a function called publish-blog which copies all the source
images, style sheets etc into the upload directory.  It also calls
org-publish to generate static pages (which share much of the theme
also).

Be sure to let the me know if you're using this, and hopefully we can
iron out some problems.


R.

2008/6/30 Rick Moynihan [EMAIL PROTECTED]:
 David O'Toole wrote:

 I've abandoned my old program org-blog.el and have started to set up
 Bastien's Blorg software. But there seems to be a lot of templates to
 customize, and I also have to come up with styles. Are there any other
 blorg users out there who would share their configs and templates with
 me, and maybe I could piece together a style? I promise to tweak
 everything and change the colors so that it won't look too much like
 your site. what I'm mainly hoping for is to borrow someone's layout, and
 then do my own color scheme.

 I also promise to release my theme back to the community for further
 copying.

 Any thoughts?


 Hi David,

 Yes there are quite a lot of blorg templates etc to customize, and
 configuration could be better.  And I spent quite a lot of time developing
 my rather minimal blorg theme which I use on my blog at
 http://sourcesmouth.co.uk/blog/

 Anyway, I'm happy to share my configs with you and the org community, as I'd
 very much like to see some more blorgers, and some of the outstanding issues
 with blorg resolved (most notably links not rendering properly).

 I have begun seperating my blorg configs into something that's hopefully a
 little more meaningfull to others.  When I've completed this work, I'll push
 it into a git repository for you and others to look at.

 I've also made some minor mods to Bastien's blorg.el branched from v0.75,
 which support use of a 3rd party feed etc and add some css classes etc to
 various HTML snippets.

 I've seen Bastien has made some changes since 0.75 with v0.75e.  I tried
 merging these changes but found the newer version to be more problematic
 than the older version.

 I'll send out an email with a link to the git repo when I've seperated the
 configuration a bit more.  I hope this helps.



 R.

-- 
Rick Moynihan
[EMAIL PROTECTED]
http://sourcesmouth.co.uk/blog/


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] blorg users?

2008-06-25 Thread David O'Toole
I've abandoned my old program org-blog.el and have started to set up
Bastien's Blorg software. But there seems to be a lot of templates to
customize, and I also have to come up with styles. Are there any other
blorg users out there who would share their configs and templates with
me, and maybe I could piece together a style? I promise to tweak
everything and change the colors so that it won't look too much like
your site. what I'm mainly hoping for is to borrow someone's layout, and
then do my own color scheme.

I also promise to release my theme back to the community for further
copying.

Any thoughts?



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Blorg problems

2007-07-16 Thread Rick Moynihan

Hi all,

I've recently started investigating blorg (sorry David) with the hope of 
using it (and org-mode) to start a blog.  Unfortunately I've run into a 
few issues, and would appreciate some help.


--
Firstly it appears that my paragraphs don't render as such from memory I 
have something like the following:


* DONE Post title
 CLOSED: [2007-07-16 Mon 12:43]

blah blah blah blah blah blah...

This should be a new paragraph, but when converted to html isn't (i.e. 
it is not enclosed in p tags, and it merges with the blah blah blah's 
above.

--

Am I doing something wrong, or is there a way around this?

I've also run into some other small problems:

- The time of the post is always rendered something like +00 00 and not 
12:43  This isn't a big problem as I've just disabled it with the format 
string)
- It's not clear how to render images in the output, i.e. with a img 
src=.../.
- The format of Echoes appears to be fixed, yet I'd like to use them to 
generate a different order as I'd like to include the following HTML 
snippet (forgive me I can't remember the names of the includable 
properties):


div class=delicious-blogbadge-line 
id=(post-id-or-url)

script type=text/javascript

Delicious.BlogBadge.register('(post-id-or-url)', '(post-url)', 
'(post-title)');

/script
/div

It would also be great if somebody could create an example blorg.org 
file which demonstrated all the org markup in a test-blog.


In the future I'd also like a mechanism for exporting code blocks into 
the html (ideally with emacs syntax highlighting).  It would be great if 
the org-mode colon syntax could be used to do this, e.g:


: public int randomNumber() {
:return 3;  //guaranteed random number (was a fair dice roll) (xkcd)
: }

I seem to remember having some other small problems and ideas about the 
whole thing, which if I remember I'll post here.  Anyway, if I can get 
the paragraphs and image export working, I should be able to start blorging.


Also does anyone know of any blogs online using blorg?

Thanks again,

R


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode