Re: [PATCH] Re: [feature request] startup variable for link display

2024-06-20 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Applied, onto main; after changing the terms to > literallinks/descriptivelinks as suggested. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=dd4fd0299 > Done. Thank you, Ihor! Rudy -- "I do not fear death. I had been dead for billions and billions o

Re: [PATCH] Re: [feature request] startup variable for link display

2024-01-22 Thread Ihor Radchenko
Ihor Radchenko writes: > See the attached patch. Applied, onto main; after changing the terms to literallinks/descriptivelinks as suggested. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=dd4fd0299 Done. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org

Re: [PATCH] Re: [feature request] startup variable for link display

2023-12-22 Thread Ihor Radchenko
Rudolf Adamkovič writes: >> #+startup: showlinks >> and >> #+startup: compresslinks > > Why not continue with established terminology? > > #+STARTUP: descriptivelinks > #+STARTUP: literallinks I do not have a strong opinion here. I used "show" following showstars/showeverything/etc and because i

Re: [PATCH] Re: [feature request] startup variable for link display

2023-12-22 Thread Rudolf Adamkovič
Ihor Radchenko writes: > #+startup: showlinks > and > #+startup: compresslinks Why not continue with established terminology? #+STARTUP: descriptivelinks #+STARTUP: literallinks Rudy -- "It is no paradox to say that in our most theoretical moods we may be nearest to our most practical applica

[PATCH] Re: [feature request] startup variable for link display

2023-12-22 Thread Ihor Radchenko
"Fraga, Eric" writes: > Assuming I have not missed something, is there a variable I can set on > visiting an org buffer/file that ensures that links are displayed fully? > > Once I've loaded an org file, I can > >M-x org-toggle-link-display RET. > > but I would like certain files to start up

Re: [feature request] startup variable for link display

2022-08-09 Thread Fraga, Eric
Hi Max, On Tuesday, 9 Aug 2022 at 23:31, Max Nikulin wrote: > I had in mind :set attribute of defcustom, see info "(elisp) Variable > Definitions" I see. Thank you. > In the particular case of `org-link-descriptive' some code should be > executed *after* changing of its value. Oh, okay, that

Re: [feature request] startup variable for link display

2022-08-09 Thread Max Nikulin
On 09/08/2022 22:46, Fraga, Eric wrote: On Tuesday, 9 Aug 2022 at 22:21, Max Nikulin wrote: Is it possible to use setter function for the defcustom to make the following work? I'm not sure what this means. I had in mind :set attribute of defcustom, see info "(elisp) Variable Definitions"

Re: [feature request] startup variable for link display

2022-08-09 Thread Fraga, Eric
Hi Max, On Tuesday, 9 Aug 2022 at 22:21, Max Nikulin wrote: > Is it possible to use setter function for the defcustom to make the > following work? I'm not sure what this means. > # Local Variables: > # org-link-descriptive: nil > # End: Ah, thank you for pointing out the variable. I didn't m

Re: [feature request] startup variable for link display

2022-08-09 Thread Max Nikulin
On 09/08/2022 21:50, Fraga, Eric wrote: Once I've loaded an org file, I can M-x org-toggle-link-display RET. but I would like certain files to start up with links displayed. If not already possible, it would be nice to either set a file local variable or have, say: #+startup: displaylink

[feature request] startup variable for link display

2022-08-09 Thread Fraga, Eric
Hello all, Assuming I have not missed something, is there a variable I can set on visiting an org buffer/file that ensures that links are displayed fully? Once I've loaded an org file, I can M-x org-toggle-link-display RET. but I would like certain files to start up with links displayed. If