Re: [Orgmode] blorg.el

2008-02-19 Thread Rick Moynihan
Bastien Guerry wrote: What about a simple dynamic block ? (defun org-dblock-write:youtube (params) Insert a header from a file. (let ((url (plist-get params :url))) (insert (format object width=\425\ height=\355\param name=\movie\ value=\%s\/paramparam name=\wmode\

Re: [Orgmode] blorg.el

2008-02-19 Thread Bastien Guerry
Rick Moynihan [EMAIL PROTECTED] writes: But the problem appears to be that the URL which appears twice in the block isn't inserted literally but is instead expanded into an a href= in the source when M-x blorg-publish is run e.g: object width=425 height=355param name=movie value=a

Re: [Orgmode] blorg.el

2008-01-29 Thread Dimitris Kapetanakis
thanks Bastien, but it still says, Compiling file g:/Emacs/site-lisp/blorg.el at Tue Jan 29 13:23:46 2008 blorg.el:1405:1:Error: Invalid read syntax: ? I guess that it is the function (defun blorg-make-post-url (blorgv-post-title) it looks like this in my system (defun blorg-make-post-url

Re: [Orgmode] blorg.el

2008-01-29 Thread Dimitris Kapetanakis
Thanks it works now! I am trying it! Dimitris 2008/1/29, Rick Moynihan [EMAIL PROTECTED]: 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

Re: [Orgmode] blorg.el

2008-01-29 Thread 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 gt; lt; and amp; respectively. Also I think img

[Orgmode] blorg.el

2008-01-29 Thread Dimitris Kapetanakis
Sadly, I still cannot make it work. Now it compiles ok but when I run the M-x blorg-publish command on the file -- #+TITLE: meltemi #+BLOG_URL: http://localhost/blorg/ #+PUBLISH_DIR: g:/htdocs/BLORG/ * DONE This is my first entry :misc: CLOSED:

Re: [Orgmode] blorg.el

2008-01-29 Thread Bastien Guerry
Hi Rick, Rick Moynihan [EMAIL PROTECTED] writes: 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;