Re: [O] Re: [Orgmode] A way to export agenda with links into org-files to html ?

2011-03-02 Thread Hrvoje Niksic
Bastien writes: > I see. So (thing-at-point 'url) would return the url/uri depending on > that 'uri-ref property. But as far as I've understood, thing-at-point > does not rely on properties -- am I wrong? I am proposing a new property which currently available software of course does not suppo

[O] Re: [Orgmode] A way to export agenda with links into org-files to html ?

2011-02-28 Thread Hrvoje Niksic
Bastien writes: > This are the typical text properties for an Org-mode link: > > face org-link > help-echo"LINK: http://bonjour.fr"; > mouse-face highlight These three properties (face, help-echo, mouse-face) are general, which would require htmlize to

[Orgmode] Re: [PATCH] Markup on same line as text

2011-02-19 Thread Hrvoje Niksic
Roland Kaufmann writes: >> htmlize doesn't operate on the level of syntax-based fontification, it >> examines the display-related properties attached to buffer text (not >> necessarily by font-lock) and renders them into the corresponding HTML. > > Good point. > > And, as you point out, it is pro

Re: [Orgmode] A way to export agenda with links into org-files to html ?

2011-02-18 Thread Hrvoje Niksic
[ Please keep me in the Cc when replying ] Bastien writes: >> and how should htmlize find them in the buffer? > > See org-*-link-regexp regular expressions. I was thinking in a more general way. Maybe applications such as orgmode could mark hyperlinks with text properties and htmlize could rec

[Orgmode] Re: [PATCH] Markup on same line as text

2011-02-17 Thread Hrvoje Niksic
[ Please include me in the replies, as I'm not subscribed to emacs-orgmode. ] > > Your patch may work in this particular case, but the idea behind > > htmlize is to describe the state of the buffer. If a property ends > > after the newline, it is intended that the generated HTML reflect > > The

Re: [Orgmode] A way to export agenda with links into org-files to html ?

2011-02-17 Thread Hrvoje Niksic
Bastien writes: > Sadly enough, htmlize.el only handles links. > > Patch to make htmlize.el handle org links welcome! htmlize looks for urls and converts them to links. What are org links that you refer to, and how should htmlize find them in the buffer? _

[Orgmode] Re: [PATCH] Markup on same line as text

2011-02-17 Thread Hrvoje Niksic
Sorry for taking a very long time to respond. Roland Kaufmann writes: > (let ((x 42)) ; meaning of l.u.e. > (print x)) > ^^^ > The first closing tag is really the end of the comment which is > spilled to the next line, but it erraneously closes the id span. If so, that wou