Re: [O] Bug: Toggle descriptive and literal links [7.4]

2011-08-23 Thread Thomas S. Dye
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: >> >> >>

Re: [O] Bug: Toggle descriptive and literal links [7.4]

2011-08-23 Thread Bastien
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

Re: [O] Bug: Toggle descriptive and literal links [7.4]

2011-08-22 Thread Thomas S. Dye
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

Re: [O] Bug: Toggle descriptive and literal links [7.4]

2011-08-17 Thread Bastien
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

[O] Bug: Toggle descriptive and literal links [7.4]

2011-08-04 Thread Reiner Steib
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'." (