Re: [O] org for blogger

2012-09-01 Thread Alexandre Russel
I've seen some code that would help but never found the use. I have my blog in one org file with one entry per level. To create the blog, I: 1. C-C C-e (for export) 2. 1 (to switch from export buffer to export subtree) 3. H (export as html to temp buffer) 4. copy/paste the div id=content.../div

Re: [O] org for blogger

2012-09-01 Thread Tongzhu Zhang
I wrote an exporter for Jekyll(based on o-blog), i use it for my blog , to export post from a orgmode file based on the DONE state and CLOSED timestamp https://github.com/eggcaker/jo-exporter On Sat, Sep 1, 2012 at 7:04 PM, Alexandre Russel alexan...@russel.frwrote: I've seen some code that

Re: [O] org for blogger

2012-09-01 Thread Samuel Wales
On 8/31/12, Rustom Mody rustompm...@gmail.com wrote: Great Samuel! Anything I can do to help? Dunno. :) Here is the new code (with dependencies not included as mentioned). Most of it, including the command you asked for, might work without them. No guarantees. An old version is in the

Re: [O] org for blogger

2012-09-01 Thread Rustom Mody
On Sat, Sep 1, 2012 at 8:54 PM, Samuel Wales samolog...@gmail.com wrote: On 8/31/12, Rustom Mody rustompm...@gmail.com wrote: Great Samuel! Anything I can do to help? Dunno. :) Here is the new code (with dependencies not included as mentioned). Most of it, including the command you

Re: [O] org for blogger

2012-09-01 Thread Samuel Wales
On 9/1/12, Rustom Mody rustompm...@gmail.com wrote: I needed to put a (require 'cl) [for the defun*] and then evaling the file went through. Fixed, thanks. byte-code: Invalid function: (interblock (start end) (mapcar (lambda (pair) (funcall (second pair) start end)) org-export-interblocks))

Re: [O] org for blogger

2012-09-01 Thread Samuel Wales
On 9/1/12, Samuel Wales samolog...@gmail.com wrote: byte-code: Invalid function: (interblock (start end) (mapcar (lambda (pair) (funcall (second pair) start end)) org-export-interblocks)) Did you try in a minimal installation? Samuel -- The Kafka Pandemic:

Re: [O] org for blogger

2012-09-01 Thread Rustom Mody
On Sat, Sep 1, 2012 at 9:46 PM, Samuel Wales samolog...@gmail.com wrote: On 9/1/12, Samuel Wales samolog...@gmail.com wrote: byte-code: Invalid function: (interblock (start end) (mapcar (lambda (pair) (funcall (second pair) start end)) org-export-interblocks)) Did you try in a minimal

Re: [O] org for blogger

2012-09-01 Thread Samuel Wales
On 9/1/12, Rustom Mody rustompm...@gmail.com wrote: Seems to be working now. Not sure what was wrong but it appears that I needed to do a make (have not done it for org for some years) after that the error disappeared. Great. It seems I can only export one subtree on which point is. How to

Re: [O] org for blogger

2012-09-01 Thread Rustom Mody
On Sat, Sep 1, 2012 at 10:32 PM, Samuel Wales samolog...@gmail.com wrote: On 9/1/12, Rustom Mody rustompm...@gmail.com wrote: Seems to be working now. Not sure what was wrong but it appears that I needed to do a make (have not done it for org for some years) after that the error

Re: [O] org for blogger

2012-09-01 Thread Samuel Wales
On 9/1/12, Rustom Mody rustompm...@gmail.com wrote: You keep all your blog-posts in one file with one top-level heading per post? Not top level, but my blog entries are in one file. However, they don't have to be. You can export anything from anywhere with alpha-org-blog-subtree. (It accepts

Re: [O] org for blogger

2012-08-31 Thread Samuel Wales
On 8/31/12, Rustom Mody rustompm...@gmail.com wrote: Note I am asking about preparing the html so that it is blogger-friendly. It can then be manually posted into the html tab. I have code for exactly this, but it is not packagized and not all of it will work for you without tweaking. It comes

Re: [O] org for blogger

2012-08-31 Thread Rustom Mody
On Sat, Sep 1, 2012 at 8:26 AM, Samuel Wales samolog...@gmail.com wrote: On 8/31/12, Rustom Mody rustompm...@gmail.com wrote: Note I am asking about preparing the html so that it is blogger-friendly. It can then be manually posted into the html tab. I have code for exactly this, but it is

Re: [O] org for blogger

2012-08-31 Thread Puneeth Chaganti
On Sat, Sep 1, 2012 at 8:09 AM, Rustom Mody rustompm...@gmail.com wrote: What is the best way to use orgmode to prepare posts for blogger? Sorry if this is a FAQ; I did google around and best I get is http://orgmode.org/worg/org-blog-wiki.html which does not seem to have something