From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 0L/bB0BLLF+lSAAA0tVLHw (envelope-from ) for ; Thu, 06 Aug 2020 18:26:08 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id WDeQA0BLLF/NSwAAbx9fmQ (envelope-from ) for ; Thu, 06 Aug 2020 18:26:08 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 475239403C9 for ; Thu, 6 Aug 2020 18:26:07 +0000 (UTC) Received: from localhost ([::1]:52474 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k3kaa-0003hz-Gw for larch@yhetil.org; Thu, 06 Aug 2020 14:26:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60522) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k3ka7-0003hg-So for emacs-orgmode@gnu.org; Thu, 06 Aug 2020 14:25:35 -0400 Received: from memebeam.org ([80.68.89.71]:57656 helo=jvb.vm.bytemark.co.uk) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k3ka5-0000Kz-V2 for emacs-orgmode@gnu.org; Thu, 06 Aug 2020 14:25:35 -0400 Received: from [192.168.1.27] (pppoe-209-99-203-201.greenmountainaccess.net [::ffff:209.99.203.201]) (AUTH: LOGIN acarrico@memebeam.org, TLS: TLS1.3, 128bits, ECDHE_RSA_AES_128_GCM_SHA256) by jvb.vm.bytemark.co.uk with ESMTPSA id 0000000000184066.5F2C4AF5.00006093; Thu, 06 Aug 2020 14:24:53 -0400 To: emacs-orgmode@gnu.org From: Anthony Carrico Subject: ISSUE: Unable to resolve link (html export) Message-ID: <16807dee-efc9-1bd4-0137-529b7339681e@memebeam.org> Date: Thu, 6 Aug 2020 14:24:46 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=80.68.89.71; envelope-from=acarrico@memebeam.org; helo=jvb.vm.bytemark.co.uk X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/06 14:24:53 X-ACL-Warn: Detected OS = Linux 3.1-3.10 X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: 0.49 X-TUID: Aat766COlht6 * Steps to reproduce: 1. Create a file called test.org: #+TITLE: test.org 2. Create a file called test2.org: #+TITLE: test2.org [[file:test.org::+TITLE: test][test]] 3. Export C-c C-e h H * Expected result: An html buffer * Actual result: Unable to resolve link: "No match for fuzzy expression: +TITLE: test" * Additional data The link was created by going to the first line of test.org and hitting C-c l, then the second line of test2.org and hitting C-c C-l. * Work around It seems like changing the link to: [[file:test.org::#+TITLE: test][test]] allows the export to succeed. On the other hand, the original link works fine internally. This leads me to suspect that export is using different code to follow links, but also that the insert link code is buggy, skipping the pound symbol. -- Anthony Carrico