Re: [Orgmode] (no subject)

2008-01-29 Thread Bastien Guerry
Hi Dimitri, Dimitris Kapetanakis [EMAIL PROTECTED] writes: This is really a question for Bastien I tried to use blorg.el but I can't load it it says Compiling file g:/Emacs/site-lisp/blorg.el at Mon Jan 28 13:17:20 2008 blorg.el:133:1:Warning: value returned from (fboundp (quote

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] [BUG?] org-open-file cannot handle spaces in file name?

2008-01-29 Thread Phil Jackson
Phil Jackson [EMAIL PROTECTED] writes: [...] I'll try with 22 tomorrow and see what I get. 22.1.50.1 (5.19a): [[file:~/this is a file with space.pdf]] ,[ trace ] | Debugger entered--Lisp error: (args-out-of-range 34 35) | replace-match(/home/pjackso1/this\\ is\\ a\\ file\\ with\\

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] Agenda view of clocked items

2008-01-29 Thread Jurgen Defurne
I do not know if this is a bug or a feature, but given a drawer with several clocked times for one item, I see that in the agenda view + timeline, only the last (first in the list from top to bottom) clocked item for a certain day is displayed, even when there are more registries for the same

Re: [Orgmode] FR: source code

2008-01-29 Thread Phil Jackson
Phil Jackson [EMAIL PROTECTED] writes: Carsten Dominik [EMAIL PROTECTED] writes: [...] I *personally* still can't decide if this is within org's scope though, not to say I wouldn't find it very handy. So then am confused what you initial message was about. The feature your are asking for

Re: [Orgmode] FR: source code

2008-01-29 Thread Russell Adams
I'd like to see this too, primarily for HTML export (for syntax highlighting etc) though it would be handy if you could also display the syntax highlighting of the specified mode inside the block in Emacs. Would it be practical to just specify the major mode to use with htmlify in order to

Re: [Orgmode] FR: source code

2008-01-29 Thread Rick Moynihan
Phil Jackson wrote: Phil Jackson [EMAIL PROTECTED] writes: Carsten Dominik [EMAIL PROTECTED] writes: [...] I *personally* still can't decide if this is within org's scope though, not to say I wouldn't find it very handy. So then am confused what you initial message was about. The

Re: [Orgmode] FR: source code

2008-01-29 Thread Phil Jackson
Russell Adams [EMAIL PROTECTED] writes: I'd like to see this too, primarily for HTML export (for syntax highlighting etc) though it would be handy if you could also display the syntax highlighting of the specified mode inside the block in Emacs. Would it be practical to just specify the

[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:

[Orgmode] Re: blorg.el

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

Re: [Orgmode] FR: source code

2008-01-29 Thread Bastien Guerry
Phil Jackson [EMAIL PROTECTED] writes: So what do you think Carsten? I would like to see the: #+BEGIN_EXAMPLE lang:shell-script #+END_EXAMPLE That Bastien suggested. I would be willing to help out the exporter people if need be. For the record, the full suggestion is here:

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;

Re: [Orgmode] FR: source code

2008-01-29 Thread Bastien Guerry
Rick Moynihan [EMAIL PROTECTED] writes: Also, Bastien... In blorg.el is it possible to include HTML snippets as blocks of markup inside the posts? For example embedding a video into a post? Sadly not - but keep the pressure, it motivates me to work harder on the next org-based blogging tool