From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Link Bug? Date: Tue, 15 Jan 2019 14:21:42 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gjUTt-0005Wl-Sg for emacs-orgmode@gnu.org; Tue, 15 Jan 2019 14:34:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gjUHR-0005pa-GE for emacs-orgmode@gnu.org; Tue, 15 Jan 2019 14:21:46 -0500 Received: from mail-it1-x129.google.com ([2607:f8b0:4864:20::129]:38308) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gjUHR-0005nv-0p for emacs-orgmode@gnu.org; Tue, 15 Jan 2019 14:21:45 -0500 Received: by mail-it1-x129.google.com with SMTP id h65so5997769ith.3 for ; Tue, 15 Jan 2019 11:21:44 -0800 (PST) Received: from ?IPv6:2605:a000:121e:94:b47b:c8d7:f3d3:adfb? ([2605:a000:121e:94:b47b:c8d7:f3d3:adfb]) by smtp.gmail.com with ESMTPSA id r21sm2128810ita.27.2019.01.15.11.21.43 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 Jan 2019 11:21:43 -0800 (PST) Content-Language: en-US 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" To: emacs-orgmode@gnu.org First, I'm using Emacs 26.1 and Org 9.2. If I have [[./page.html]] in an Org file and I click on the link, page.html is opened in my browser, but if I have [[./page.html#section]] in the Org file and I click on that link, a text file named page.html#section is opened in a buffer instead of a page in my browser that starts at the desired place. I'm not sure if this is a bug or not, but it isn't the kind of behavior I want. Is there any way of getting around this behavior? Scott Randby