From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-url-hexify-p is not respected Date: Wed, 26 Sep 2012 23:50:24 +0200 Message-ID: <87y5jwtpwf.fsf@bzg.ath.cx> References: <87y5kjrw2z.wl%jamshark70@dewdrop-world.net> <87k3w2myru.wl%jamshark70@dewdrop-world.net> <19932.1347253107@alphaville> <87ehmammgw.wl%jamshark70@dewdrop-world.net> <87392qfknt.fsf@gmail.com> <87d31umkzk.wl%jamshark70@dewdrop-world.net> <87ipbmqrkm.fsf@gmail.com> <87ipb5rr4w.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGzUt-0000Kz-EV for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 17:50:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGzUs-0003XW-7L for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 17:50:23 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:48365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGzUr-0003W8-Tk for emacs-orgmode@gnu.org; Wed, 26 Sep 2012 17:50:22 -0400 Received: by wibhn17 with SMTP id hn17so1030158wib.12 for ; Wed, 26 Sep 2012 14:50:20 -0700 (PDT) In-Reply-To: (Michael Brand's message of "Wed, 26 Sep 2012 19:59:27 +0200") 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: Michael Brand Cc: Org Mode Hi Michael, Michael Brand writes: > On Sun, Sep 23, 2012 at 12:05 PM, Bastien wrote: >> http://orgmode.org/w/org-mode.git?p=org-mode.git;a=commit;h=0906e3 >> >> `org-link-to-org-use-id' has been moved to org-id.el, and its default >> value is now nil. > > The attached patch is to align the doc string to the changed default. Applied, thanks! > Btw.: I always ask myself why has C-h v (describe-variable) never been > told to not only list the current value but also the default when it > is capable to point to the source with the definition? It is the case for me (GNU Emacs 24.2.50.2): ,---- | org-id-link-to-org-use-id is a variable defined in `org-id.el'. | Its value is create-if-interactive-and-no-custom-id | Original value was nil `---- HTH, -- Bastien