Bastien writes:
> Hi Thomas,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> Thanks for adding this. I work with literal links and this potentially
>> saves time and effort.
>>
>> I wonder if I'm using it correctly? In .emacs I set
>> org-link-display-descriptive nil and have:
>>
>>
>>
Hi Thomas,
t...@tsdye.com (Thomas S. Dye) writes:
> Thanks for adding this. I work with literal links and this potentially
> saves time and effort.
>
> I wonder if I'm using it correctly? In .emacs I set
> org-link-display-descriptive nil and have:
>
>
> org-link-display-descriptive is
Bastien writes:
> Hi Reiner,
>
> Reiner Steib writes:
>
>> (a) There is no (interactive) command to toggle this setting.
>
> There is now `org-toggle-link-display'.
>
>> #+BEGIN_SRC lisp
>>(defun org-descriptive-links ()
>> "Display Descriptive Links in `org-mode'."
>> (interactive
Hi Reiner,
Reiner Steib writes:
> (a) There is no (interactive) command to toggle this setting.
There is now `org-toggle-link-display'.
> #+BEGIN_SRC lisp
>(defun org-descriptive-links ()
> "Display Descriptive Links in `org-mode'."
> (interactive)
> (org-add-to-invisibility
Hi,
in the "Org" menu, the are the following toggles:
-
-
There are two (related) issues wit this:
(a) There is no (interactive) command to toggle this setting.
Here is what I use:
#+BEGIN_SRC lisp
(defun org-descriptive-links ()
"Display Descriptive Links in `org-mode'."
(