From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dimitris Kapetanakis" Subject: Re: blorg.el Date: Tue, 29 Jan 2008 17:54:58 +0200 Message-ID: <2a6300ea0801290754m3ac280abk6bb5da5b16d21c17@mail.gmail.com> References: <2a6300ea0801290344h57803348x3664654574f33b9e@mail.gmail.com> <20418.193.54.107.57.1201619918.squirrel@altern.org> <479F4195.40906@calicojack.co.uk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0638956953==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJsnh-0001LC-7l for emacs-orgmode@gnu.org; Tue, 29 Jan 2008 10:55:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJsne-0001Jo-PO for emacs-orgmode@gnu.org; Tue, 29 Jan 2008 10:55:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJsne-0001Jl-Fw for emacs-orgmode@gnu.org; Tue, 29 Jan 2008 10:55:02 -0500 Received: from wr-out-0506.google.com ([64.233.184.234]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JJsnd-0002pd-QW for emacs-orgmode@gnu.org; Tue, 29 Jan 2008 10:55:02 -0500 Received: by wr-out-0506.google.com with SMTP id 58so1268182wri.10 for ; Tue, 29 Jan 2008 07:55:01 -0800 (PST) In-Reply-To: <479F4195.40906@calicojack.co.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rick Moynihan Cc: emacs-orgmode@gnu.org --===============0638956953== Content-Type: multipart/alternative; boundary="----=_Part_11304_31957173.1201622099045" ------=_Part_11304_31957173.1201622099045 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks it works now! I am trying it! Dimitris 2008/1/29, Rick Moynihan : > > Hi, > > I've been meaning to mention that blorg produces invalid XML for atom > feeds (perhaps also RSS/HTML). Most obviously it doesn't appear to > entity escape characters the following characters properly '<', '>', > '&', which should be rendered as > < and & respectively. > > Also I think tags aren't closed properly, i.e. they're rendered as > > > > rather than the correct: > > > > Another issue I have, is that sometimes when calling blorg-publish it > doesn't render links properly, i.e. [[http://foo.com/][foo]] will be > displayed in the HTML/XML rather than: > > foo > > This doesn't always happen, but seems to occur when either: > > - you run blorg-publish without a C-u prefix argument. > - or, you have an orglink which runs across a line break, e.g. > > [[http://foo.com/]| <--- newline > [foo]] > > Also, it'd be great if there was a way to easily embed flash video > content onto the pages, by using custom links, e.g. > > [[youtube:http://www.youtube.com/watch?v=fu8rAWciQNs]] > > Which would be expanded into the appropriate embeded object: > > value="http://www.youtube.com/v/fu8rAWciQNs&rel=1"> name="wmode" value="transparent"> src="http://www.youtube.com/v/fu8rAWciQNs&rel=1" > type="application/x-shockwave-flash" wmode="transparent" width="425" > height="355"> > > bzg@altern.org wrote: > >> thanks Bastien, but it still says, > > > > Yes, I made the mistake of using accentuated characters inside > > the source, the file being encoded in utf-8. I replaced this > > with the integer representation of characters in 0.75c -- see > > attached file. > > > > Sorry for the mess, but I'm writing from Nancy, was in Paris > > this morning, and in London this night... :) > > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > 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 > > -- > Rick Moynihan > http://sourcesmouth.co.uk/blog/ > ------=_Part_11304_31957173.1201622099045 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks it works now! I am trying it!
Dimitris

2008/1/29, Rick Moynihan <rick@calicojack.co.uk>:
Hi,

I've been meaning to mention that blorg produces invalid XML for atom
feeds (perhaps also RSS/HTML).  Most obviously it doesn't appear to
entity escape characters the following characters properly '<', '>',
'&', which should be rendered as &gt; &lt; and &amp; respectively.

Also I think <img> tags aren't closed properly, i.e. they're rendered as

<img src="foo.jpg">

rather than the correct:

<img src="foo.jpg"/>

Another issue I have, is that sometimes when calling blorg-publish it
doesn't render links properly, i.e. [[http://foo.com/][foo]] will be
displayed in the HTML/XML rather than:

<a href="http://foo.com">foo</a>

This doesn't always happen, but seems to occur when either:

- you run blorg-publish without a C-u prefix argument.
- or, you have an orglink which runs across a line break, e.g.

[[http://foo.com/]| <--- newline
[foo]]

Also, it'd be great if there was a way to easily embed flash video
content onto the pages, by using custom links, e.g.

[[youtube:http://www.youtube.com/watch?v=fu8rAWciQNs]]

Which would be expanded into the appropriate embeded object:

<object width="425" height="355"><param name="movie"
value="http://www.youtube.com/v/fu8rAWciQNs&rel=1"></param><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/fu8rAWciQNs&rel=1"
type="application/x-shockwave-flash" wmode="transparent" width="425"
height="355"></embed></object>

bzg@altern.org wrote:
>> thanks Bastien, but it still says,
>
> Yes, I made the mistake of using accentuated characters inside
> the source, the file being encoded in utf-8.  I replaced this
> with the integer representation of characters in 0.75c -- see
> attached file.
>
> Sorry for the mess, but I'm writing from Nancy, was in Paris
> this morning, and in London this night... :)
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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

--
Rick Moynihan
http://sourcesmouth.co.uk/blog/

------=_Part_11304_31957173.1201622099045-- --===============0638956953== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0638956953==--