From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stig Brautaset Subject: trying to fix link in worg faq Date: Wed, 14 Dec 2016 14:50:21 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHAt4-0004v2-HE for emacs-orgmode@gnu.org; Wed, 14 Dec 2016 09:50:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHAt1-0005Cf-BV for emacs-orgmode@gnu.org; Wed, 14 Dec 2016 09:50:30 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:43045) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cHAt1-0005CM-4W for emacs-orgmode@gnu.org; Wed, 14 Dec 2016 09:50:27 -0500 Received: from mfilter18-d.gandi.net (mfilter18-d.gandi.net [217.70.178.146]) by relay3-d.mail.gandi.net (Postfix) with ESMTP id 6B0C8A80E6 for ; Wed, 14 Dec 2016 15:50:24 +0100 (CET) Received: from relay3-d.mail.gandi.net ([IPv6:::ffff:217.70.183.195]) by mfilter18-d.gandi.net (mfilter18-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id fYJ82PYbcPfb for ; Wed, 14 Dec 2016 15:50:23 +0100 (CET) Received: from localhost (unknown [185.59.181.102]) (Authenticated sender: mailbox@brautaset.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id C5870A80DB for ; Wed, 14 Dec 2016 15:50:21 +0100 (CET) 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: Org Mode Hi, I tried to fix the link to the "agenda-optimization" article in in worg's FAQ, but it didn't make much of a difference. My commit was: http://orgmode.org/cgit.cgi/worg.git/commit/?id=1e9e6a336eb28a705dd61f205378dc19f73f5ad5 For your convenience the content of that is: diff --git a/org-faq.org b/org-faq.org index 5a8c388..5bff186 100644 --- a/org-faq.org +++ b/org-faq.org @@ -2784,7 +2784,7 @@ variable =org-capture-templates= to "understand" (i.e. evaluate) ** My agenda commands are slow. What to do? -See the dedicated page about [[file:~/install/git/agenda-optimization.org][agenda speed up and optimization]]. +See the dedicated page about [[file:agenda-optimization.org][agenda speed up and optimization]]. ** How can I change the advanced warning time for deadlines? :PROPERTIES: As an aside I've tried to build worg locally for preview, but I've not been able to do so. Can anyone direct me to instructions, if such exists, of how to do that please?