From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-url-hexify-p is not respected Date: Sun, 23 Sep 2012 12:05:19 +0200 Message-ID: <87ipb5rr4w.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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFj3x-0008Sp-0y for Emacs-orgmode@gnu.org; Sun, 23 Sep 2012 06:05:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFj3v-0000dd-9p for Emacs-orgmode@gnu.org; Sun, 23 Sep 2012 06:05:20 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:47510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFj3v-0000ca-4A for Emacs-orgmode@gnu.org; Sun, 23 Sep 2012 06:05:19 -0400 Received: by wibhn17 with SMTP id hn17so3038893wib.12 for ; Sun, 23 Sep 2012 03:05:18 -0700 (PDT) In-Reply-To: (James Harkins's message of "Tue, 11 Sep 2012 18:22:29 +0800") 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: jamshark70@dewdrop-world.net Cc: Emacs-orgmode@gnu.org Hi James, sorry to come back late on this. I understand what feels wrong: you store links normally (not using ids), then a library loads org-id.el behind your back, then suddenly storing links is based on ids, not on text, just because the default value for `org-link-to-org-use-id' is 'create-if-interactive-and-no-custom-id. I fixed this in this commit: 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. I will advertize this change more widely in the next bugfix release. Thanks for your patience in struggling with this, -- Bastien