Re: [O] [IT] Broken support for links to text files (both internal & external)

2018-01-09 Thread Samuel Wales
actually i don't know if i'd create fuzzy links ever. but if they defaulted to exact match first, maybe i would create them by default.

Re: [O] [IT] Broken support for links to text files (both internal & external)

2018-01-09 Thread Samuel Wales
it's a good idea. i never got that stuff to work right, including the create thing. but fyi there remains a use case, which is when you in a non-exported org file create a regular link but do not want to create an org-id, then change the header. this is the result of error. you don't think you

Re: [O] [IT] Broken support for links to text files (both internal & external)

2018-01-09 Thread Nicolas Goaziou
Hello, "Nicolas Bercher (Aʟᴏɴɢ-Tʀᴀᴄᴋ)" writes: > HOWEVER, in the case of links pointing to headlines, the matching to has > to be EXACT (but it was not necessary in earlier version since 2011 at > least) otherwise I get the message below: > > "No match for fuzzy

Re: [O] [IT] Broken support for links to text files (both internal & external)

2018-01-08 Thread Aʟᴏɴɢ-Tʀᴀᴄᴋ
This patch to my ~/.emacs PARTIALLY, but permanently, solved my issue: diff --git a/conf/home/.emacs b/conf/home/.emacs index 6bc96469e..cef1c08a7 100755 --- a/conf/home/.emacs +++ b/conf/home/.emacs @@ -27,6 +27,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your

Re: [O] [IT] Broken support for links to text files (both internal & external)

2018-01-05 Thread Tim Cross
Eric has provided the 'manual' solution for setting that variable. At the risk of 'muddying the waters', I just wanted to mention a couple of things which might help clarify matters. - The built-in 'customize' facility of emacs means that you do not need to do anything 'by hand' to customize the

Re: [O] [IT] Broken support for links to text files (both internal & external)

2018-01-05 Thread Eric S Fraga
On Friday, 5 Jan 2018 at 17:15, Nicolas Bercher (Aʟᴏɴɢ-Tʀᴀᴄᴋ) wrote: > On 05/01/2018 13:27, Eric S Fraga wrote: [...] >> Easy: describe the variable >> >>C-h v org-link-search-must-match-exact-headline RET >> >> and then click on the "customize" link near the end of the >> description.

Re: [O] [IT] Broken support for links to text files (both internal & external)

2018-01-05 Thread Aʟᴏɴɢ-Tʀᴀᴄᴋ
On 05/01/2018 13:27, Eric S Fraga wrote: On Friday, 5 Jan 2018 at 13:10, Nicolas Bercher (Aʟᴏɴɢ-Tʀᴀᴄᴋ) wrote: [...] Is it possible that this setting is set by Debian packagers? I ask this because I reproduced this bug with and without my  ~/.emacs[.d/] files. It's the default for org (at

Re: [O] [IT] Broken support for links to text files (both internal & external)

2018-01-05 Thread Eric S Fraga
On Friday, 5 Jan 2018 at 13:10, Nicolas Bercher (Aʟᴏɴɢ-Tʀᴀᴄᴋ) wrote: [...] > Is it possible that this setting is set by Debian packagers? > I ask this because I reproduced this bug with and without my >  ~/.emacs[.d/] files. It's the default for org (at least now, as far as I can tell). > But

Re: [O] [IT] Broken support for links to text files (both internal & external)

2018-01-05 Thread Aʟᴏɴɢ-Tʀᴀᴄᴋ
On 05/01/2018 08:32, Nicolas Goaziou wrote: Hello, "Nicolas Bercher (Aʟᴏɴɢ-Tʀᴀᴄᴋ)" writes: The regression makes several some kinds of org-mode links not to work anymore. Examples: This should be a [[%5B2018-01-03%20mer.%2016:29%5D][valid link]] to log's headline

Re: [O] [IT] Broken support for links to text files (both internal & external)

2018-01-04 Thread Nicolas Goaziou
Hello, "Nicolas Bercher (Aʟᴏɴɢ-Tʀᴀᴄᴋ)" writes: > The regression makes several some kinds of org-mode links not to work > anymore. > > Examples: > > This should be a [[%5B2018-01-03%20mer.%2016:29%5D][valid link]] to > log's headline but Org can't find it > anymore and

Re: [O] [IT] Broken support for links to text files (both internal & external)

2018-01-04 Thread Eric S Fraga
On Thursday, 4 Jan 2018 at 17:20, Nicolas Bercher (Aʟᴏɴɢ-Tʀᴀᴄᴋ) wrote: > Dear org-mode developers, > > Please find attached an org-mode file describing the issue. Could you please post an org file that demonstrates the actual problem? That is, one with headings you wish to link to? > This is a

[O] [IT] Broken support for links to text files (both internal & external)

2018-01-04 Thread Aʟᴏɴɢ-Tʀᴀᴄᴋ
Dear org-mode developers, Please find attached an org-mode file describing the issue. It is also pasted here for technical convenience: -8<- This is a sample org-mode log to report on what looks like a regression in between Debian Jessie's emacs24 (=24.4+1-5+deb8u1) and Debian