Re: [O] Issue with internal links

2019-08-09 Thread Tim Cross
Hi Marvin, while what you have done may have fixed your error, I don't think it is a correct fix. It could cause other issues and is an example of one of those 'fixes' which will likely cause more subtle and difficult to identify issues. The 'org-open-lin-functions is supposed to be either nil

Re: [O] Issue with internal links

2019-08-09 Thread Doyley, Marvin M.
Hi Nicolas, (add-hook 'org-open-link-functions t) Fixed the problem. Thanks M > On Aug 8, 2019, at 4:53 PM, Nicolas Goaziou wrote: > > Hello, > > "Doyley, Marvin M." writes: > >> Whenever I double click on an internal link I get the following error >> “void-function

Re: [O] Issue with internal links

2019-08-08 Thread Nick Dokos
"Doyley, Marvin M." writes: > > * Testing > * One > * Two >[[*Testing]]. (I also tried [[Testing]] and I got the same error) > > Debugger entered--Lisp error: (void-function org-pass-link-to-system) > org-pass-link-to-system("*Testing") >

Re: [O] Issue with internal links

2019-08-08 Thread Nicolas Goaziou
Hello, "Doyley, Marvin M." writes: > Whenever I double click on an internal link I get the following error > “void-function org-pass-link-to-system” The function above doesn't exist in Org base. You may want to investigate on whatever is adding it to `org-open-link-functions'. Regards, --

[O] Issue with internal links

2019-08-08 Thread Doyley, Marvin M.
Hi there, Whenever I double click on an internal link I get the following error “void-function org-pass-link-to-system” Does anybody know how to resolve this. Thanks M PS. Enclosed is the a back trace for a simple file * Testing * One * Two [[*Testing]]. (I also tried [[Testing]] and I