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:25:28 +0100 Message-ID: <87fuk4aozr.fsf@luisa.c0t0d0s0.de> References: <8760l27sgl.fsf@gmail.com> <871svq7oof.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cX1qh-0007yC-Jh for emacs-orgmode@gnu.org; Fri, 27 Jan 2017 03:25:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cX1qd-0000xL-Kl for emacs-orgmode@gnu.org; Fri, 27 Jan 2017 03:25:35 -0500 Received: from mout.gmx.net ([212.227.15.19]:59133) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cX1qd-0000wq-9o for emacs-orgmode@gnu.org; Fri, 27 Jan 2017 03:25:31 -0500 Received: from stella.c0t0d0s0.de ([141.99.200.222]) by mail.gmx.com (mrgmx001 [212.227.17.190]) with ESMTPSA (Nemesis) id 0MMCFR-1ca5B60iMP-00867s for ; Fri, 27 Jan 2017 09:25:29 +0100 Received: from Stella (stella.c0t0d0s0.de [192.168.42.1]) by stella.c0t0d0s0.de (Postfix) with ESMTP id B000CC45FC for ; Fri, 27 Jan 2017 09:25:28 +0100 (CET) In-Reply-To: <871svq7oof.fsf@gmail.com> (Nick Dokos's message of "Wed, 25 Jan 2017 17:36:00 -0500") 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, 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. Regards hmw