Re: Simple but repetitive http links

2022-09-07 Thread George Mauer
Also worth mentioning that revert-buffer is your go to "kill buffer and reopen" command On Wed, Sep 7, 2022, 08:51 Christian Moe wrote: > > Hi, > > Org scans the file for link definitions when you visit it, so when you > type in the link definition in the buffer, Org is not automatically > aware

Re: Simple but repetitive http links

2022-09-07 Thread Christian Moe
Hi, Org scans the file for link definitions when you visit it, so when you type in the link definition in the buffer, Org is not automatically aware that it exists. To refresh setup without reloading the file, you can `C-c C-c' with point on the line with the definition. That should do it. Also

Re: Simple but repetitive http links

2022-09-07 Thread William Denton
On 7 September 2022, Perry Smith wrote: I added: #+LINK: rails https://rubyonrails.org to my org file and then I wrote [[rails][Rails]] and when I clicked the text, it asked me if I wanted to create a section. I had to kill the buffer and reload it to get it to work. That's fine but I'm won