From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: Toggle descriptive and literal links [7.4] Date: Tue, 23 Aug 2011 16:57:37 +0200 Message-ID: <87hb58yun8.fsf@altern.org> References: <20110804131952.4ewyd4j9q800wgw8@imap.uni-ulm.de> <874o1gfawl.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvtZc-00039A-Mh for emacs-orgmode@gnu.org; Tue, 23 Aug 2011 12:11:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvtZa-0003R5-Rt for emacs-orgmode@gnu.org; Tue, 23 Aug 2011 12:11:32 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:59472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvtZa-0003PN-Mb for emacs-orgmode@gnu.org; Tue, 23 Aug 2011 12:11:30 -0400 Received: by mail-wy0-f169.google.com with SMTP id 11so249758wyi.0 for ; Tue, 23 Aug 2011 09:11:30 -0700 (PDT) In-Reply-To: (Thomas S. Dye's message of "Mon, 22 Aug 2011 08:53:22 -1000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: emacs-orgmode@gnu.org, reiner.steib@gmx.de Hi Thomas, tsd@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 a variable defined in `org.el'. > Its value is nil > > Documentation: > Non-nil means Org will display descriptive links. > E.g. [[http://orgmode.org][Org website]] will be displayed as > "Org Website", hiding the link itself and just displaying its > description. When set to `nil', Org will display the full links > literally. > > You can interactively set the value of this variable using the > `org-toggle-link-display'. > -------- > > But when I open an Org-mode buffer I find the links displayed > descriptively. The initialization of the link display relied on `org-descriptive-links' and I discover this variable (doh!) So I've now remove `org-link-display-descriptive' and use `org-descriptive-links' instead for backward compatibility. Please use this variable too and let me know if things are all right now. Best, -- Bastien