From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Welle Subject: Re: org-faq page on Worg seems busted Date: Fri, 27 Jan 2017 09:27:11 +0100 Message-ID: <878tpwaoww.fsf@luisa.c0t0d0s0.de> References: <8760l27sgl.fsf@gmail.com> <871svq7oof.fsf@gmail.com> <87fuk4aozr.fsf@luisa.c0t0d0s0.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cX1sM-0000SY-3q for emacs-orgmode@gnu.org; Fri, 27 Jan 2017 03:27:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cX1sI-0001No-5N for emacs-orgmode@gnu.org; Fri, 27 Jan 2017 03:27:18 -0500 Received: from mout.gmx.net ([212.227.15.15]:50684) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cX1sH-0001NZ-Rg for emacs-orgmode@gnu.org; Fri, 27 Jan 2017 03:27:14 -0500 Received: from stella.c0t0d0s0.de ([141.99.200.222]) by mail.gmx.com (mrgmx001 [212.227.17.190]) with ESMTPSA (Nemesis) id 0LsUDg-1cMHNY1XtQ-011w6T for ; Fri, 27 Jan 2017 09:27:12 +0100 Received: from Stella (stella.c0t0d0s0.de [192.168.42.1]) by stella.c0t0d0s0.de (Postfix) with ESMTP id E92E5C45FC for ; Fri, 27 Jan 2017 09:27:11 +0100 (CET) In-Reply-To: <87fuk4aozr.fsf@luisa.c0t0d0s0.de> (Michael Welle's message of "Fri, 27 Jan 2017 09:25:28 +0100") 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 Hello, Michael Welle writes: > Hello, > > Nick Dokos writes: > [...] >> that, but publishing locally fails at a couple of [[id:][foo]] links: >> >> Unable to resolve link: "id:facac2a6-3526-450d-ac42-8d36b16c6bab" >> >> What's up with that? > hm, I dimly remember having that (or a similar) problem. (require 'org-id) > fixed that for me. if the link target exists, of course. Regards hmw