Re: [O] org-url-hexify-p is not respected

2012-09-26 Thread Michael Brand
Hi Bastien On Wed, Sep 26, 2012 at 11:50 PM, Bastien wrote: > | Original value was nil > ` Now I see this additional line that is added just when the value is different to the original default. Finally it happened with 24.1. Michael

Re: [O] org-url-hexify-p is not respected

2012-09-26 Thread Bastien
Hi Michael, Michael Brand writes: > On Sun, Sep 23, 2012 at 12:05 PM, Bastien wrote: >> http://orgmode.org/w/org-mode.git?p=org-mode.git;a=commit;h=0906e3 >> >> `org-link-to-org-use-id' has been moved to org-id.el, and its default >> value is now nil. > > The attached patch is to align the do

Re: [O] org-url-hexify-p is not respected

2012-09-26 Thread Michael Brand
Hi Bastien On Sun, Sep 23, 2012 at 12:05 PM, Bastien wrote: > http://orgmode.org/w/org-mode.git?p=org-mode.git;a=commit;h=0906e3 > > `org-link-to-org-use-id' has been moved to org-id.el, and its default > value is now nil. The attached patch is to align the doc string to the changed default.

Re: [O] org-url-hexify-p is not respected

2012-09-23 Thread Bastien
Hi James, sorry to come back late on this. I understand what feels wrong: you store links normally (not using ids), then a library loads org-id.el behind your back, then suddenly storing links is based on ids, not on text, just because the default value for `org-link-to-org-use-id' is 'create-if-

Re: [O] org-url-hexify-p is not respected

2012-09-11 Thread Charles Philip Chan
James Harkins writes: Hi James: > So then the question is, why was I getting the ID-style links in the > first place? I hadn't loaded that module before (I didn't even know > about load-library before). I have org-id loaded and "org-link-to-org-use-id" is set to "create-if-interactive-and-no-cu

Re: [O] org-url-hexify-p is not respected

2012-09-11 Thread James Harkins
On Tue, Sep 11, 2012 at 9:47 AM, James Harkins wrote: > I'm pushing a bit on this because creating an id when linking to an org-mode > headline is the default behavior, but what I observed (couldn't open the > link) is fundamentally broken. OK... mainly to reassure myself that I am in fact not go

Re: [O] org-url-hexify-p is not respected

2012-09-10 Thread Jambunathan K
James Harkins writes: > At Mon, 10 Sep 2012 12:07:26 +0530, > Jambunathan K wrote: >> If all you need is a stable link, you can go with CUSTOM_ID property for >> links. Just type in whatever string you want. IDs are machine created >> but CUSTOM_IDs are man made ones. > > I don't want IDs at al

Re: [O] org-url-hexify-p is not respected

2012-09-09 Thread James Harkins
At Mon, 10 Sep 2012 12:07:26 +0530, Jambunathan K wrote: > If all you need is a stable link, you can go with CUSTOM_ID property for > links. Just type in whatever string you want. IDs are machine created > but CUSTOM_IDs are man made ones. I don't want IDs at all. I want [[file:.]]

Re: [O] org-url-hexify-p is not respected

2012-09-09 Thread Jambunathan K
Following creates IDs on a headline. M-x org-id-get-create RET Then, the following creates a link to IDs C-c l on the headline C-c C-l at the place where link is to be inserted , | [[id:3f2c3ec7-e3ec-4fc8-9472-6b8fea4789d9][Low level Headline (Translations)]] | | * Low level He

Re: [O] org-url-hexify-p is not respected

2012-09-09 Thread James Harkins
At Mon, 10 Sep 2012 00:58:27 -0400, Nick Dokos wrote: > > I'm still really confused how the ID options work. Last night, I > > could not get org to generate a link without creating an ID (using the > > default value of org-link-to-org-use-id). Now, I tried to verify what > > happens with ID-style

Re: [O] org-url-hexify-p is not respected

2012-09-09 Thread Nick Dokos
James Harkins wrote: > My bad, wrong variable. I should have customized "Org Link To Org Use > Id." Now I see hexify is to turn, e.g., into %20. > I'm still really confused how the ID options work. Last night, I > could not get org to generate a link without creating an ID (using the > defaul

Re: [O] org-url-hexify-p is not respected

2012-09-09 Thread James Harkins
At Mon, 10 Sep 2012 00:37:40 +0800, James Harkins wrote: > > Have to admit, I'm getting a wee bit cross as it's 12:30 at night here, and > all I wanted to do was save a link to a beamer-export .org file into another > org file, and it keeps giving the link a hex ID that I *do not want*. > > I h

[O] org-url-hexify-p is not respected

2012-09-09 Thread James Harkins
Have to admit, I'm getting a wee bit cross as it's 12:30 at night here, and all I wanted to do was save a link to a beamer-export .org file into another org file, and it keeps giving the link a hex ID that I *do not want*. I have customized org-url-hexify-p -- C-h v org-url-hexify-p shows: ~~~