[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Re: [Orgmode] A way to export agenda with links into org-files t
From: |
Hrvoje Niksic |
Subject: |
Re: [O] Re: [Orgmode] A way to export agenda with links into org-files to html ? |
Date: |
Wed, 02 Mar 2011 09:48:24 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
Bastien <address@hidden> 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 support. If we promote it, maybe programmers of these
other modes will like it enough to support it.
> Unless such a property can be used with thing-at-point (for
> `browse-url' and other commands), I'd rather put the burden of finding
> the proper ref to htmlize, based on the help-echo area...
>
> What do you think?
I think that the help-echo text is not a robust way to detect URLs. For
example, org-mode's help-echo text is "LINK: url", someone else will use
just the URL, others will translate "link", and yet others will not use
help-echo at all.
Modes need a reliable way to tell htmlize (and other interesting
parties) about URI references in the buffer. A property seems like an
obvious way to do so, and I'd prefer the property not to be specific to
htmlize.