From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: Re: org for blogger Date: Sat, 1 Sep 2012 21:22:42 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d04016d3d20770604c8a5e668 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7q05-00040D-LJ for emacs-orgmode@gnu.org; Sat, 01 Sep 2012 11:52:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T7q04-0008UT-GR for emacs-orgmode@gnu.org; Sat, 01 Sep 2012 11:52:45 -0400 Received: from mail-lpp01m010-f41.google.com ([209.85.215.41]:49427) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7q04-0008UN-8S for emacs-orgmode@gnu.org; Sat, 01 Sep 2012 11:52:44 -0400 Received: by lahd3 with SMTP id d3so3035812lah.0 for ; Sat, 01 Sep 2012 08:52:43 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Samuel Wales Cc: emacs-orgmode --f46d04016d3d20770604c8a5e668 Content-Type: text/plain; charset=ISO-8859-1 On Sat, Sep 1, 2012 at 8:54 PM, Samuel Wales wrote: > On 8/31/12, Rustom Mody 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 thread "[O] exporting HTML > - content only", with Tamas Papp and others. > > Alexandre, a few small things are needed to produce a blog > to my standards: H level fix, diff with live, footnote CSS > fix, exact and fast word count, emdash, section > separator, jump page marker, colored boxes with padding and > margin, Blogger editor settings, org-export-with-*, etc. > > If the defaults work for you, there is no need to use > anything like this. > > It was written over years a few minutes > at a time. Again, it was written for me. > > FWIW, HTH. > > Samuel > Looks neat Samuel Thanks! I needed to put a (require 'cl) [for the defun*] and then evaling the file went through. After that I get (from *messages* buffer) byte-code: Invalid function: (interblock (start end) (mapcar (lambda (pair) (funcall (second pair) start end)) org-export-interblocks)) when trying to call alpha-org-blog-subtree. Is that what I should call? --f46d04016d3d20770604c8a5e668 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Sat, Sep 1, 2012 at 8:54 PM, Samuel Wales <samologist@gmail.com> wrote:
On 8/31/12, Rustom Mody <rustompmody@gmail.com> wrote:
> Great Samuel!
> Anything I can do to help?

Dunno. =A0:)

Here is the new code (with dependencies not included as
mentioned). =A0Most of it, including the command you asked for,
might work without them. =A0No guarantees.

An old version is in the thread "[O] exporting HTML
- content only", with Tamas Papp and others.

Alexandre, a few small things are needed to produce a blog
to my standards: H level fix, diff with live, footnote CSS
fix, exact and fast word count, emdash, section
separator, jump page marker, colored boxes with padding and
margin, Blogger editor settings, org-export-with-*, etc.

If the defaults work for you, there is no need to use
anything like this.

It was written over years a few minutes
at a time. =A0Again, it was written for me.

FWIW, HTH.

Samuel

Looks neat Samuel Thanks!
<= br>I needed to put a (require 'cl) [for the defun*] and then evaling th= e file went through.
After that I get (from *messages* buffer)

byte-code: Invalid function: (interblock (start end) (mapcar (lambda (p= air) (funcall (second pair) start end)) org-export-interblocks))

whe= n trying to call alpha-org-blog-subtree.
Is that what I should call?
--f46d04016d3d20770604c8a5e668--