From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 7C1646DE0C72 for ; Sat, 5 Nov 2016 13:20:28 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: -0.208 X-Spam-Level: X-Spam-Status: No, score=-0.208 tagged_above=-999 required=5 tests=[AWL=-0.188, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dk48z3fGh8Sz for ; Sat, 5 Nov 2016 13:20:28 -0700 (PDT) Received: from mail-lf0-f65.google.com (mail-lf0-f65.google.com [209.85.215.65]) by arlo.cworth.org (Postfix) with ESMTPS id 680386DE0318 for ; Sat, 5 Nov 2016 13:20:23 -0700 (PDT) Received: by mail-lf0-f65.google.com with SMTP id o141so5362045lff.1 for ; Sat, 05 Nov 2016 13:20:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nikula-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=w2mGpgxGo8BrFI3WoikZiSbKARE6AnTH2c5T9IqZEHA=; b=avqhGkXAIX4IemPvA9lUg2+RF4jlYH9eMuMWgeANMqCTjDqV97/3AKY36i1pQ2Y/b8 EGp7HGqJZTSjy8otw9kPyePrIUa0V56F4rNfR9VZ0JHFl57uwZu/Q6pP0bKkg52YozjX JFX6VY93ehCpos+2crWbiYG4yUqu5XZXKjy6fEK4FXUEalIqEDc2GDxlsPortkqdn3uX lyeXHiuOTEKHs47BxxLszmpGs+PpeWgB+Uijd978gfn1HMlZhKM9q7fM4kQC6Mz7kheH J3sGTwpRjozQihqgQzRNayvqfCZPTytvgNZiU4W32s6SuEwgYkVod9MkT4In/Tg/tVkj YTMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=w2mGpgxGo8BrFI3WoikZiSbKARE6AnTH2c5T9IqZEHA=; b=nGmkjSk87Hq7SePznkrgzKEOdNKZuSDiRMWIumnd31gk/pMySGs4lCYEEjyYUy+kfR UX7JTLduINRtPEOWvk0xlUY349ZF7uQwBmJyyM/7wlZ0nZGZHasJQY1U9lySBRwo1BV0 U5jiRB72B7pj8py7BIBB1n63ywjJHa/a4GbZ4TFgEAkqttVpHM35Eqf0xISmlRk69xji ouV1ugPY0FyzWpFm/ZNQV8N3IFXu6qZwMfyagS2lzvUVeGDef3mGbIimTWosDMTppbhB vJY0HfQ26TyElUpapL1gMe6nrwKSg55bT1/686veh0cokqAAKxfQJKqMLePFAdI8L6/2 3hmQ== X-Gm-Message-State: ABUngvcSoF0xEg7whxtvwXwxcyOxsa/L4ZWxRmpzi4v/ADDWBnOTKRdCwBaYmvMawA+Q8Q== X-Received: by 10.25.38.208 with SMTP id m199mr8961022lfm.159.1478377221469; Sat, 05 Nov 2016 13:20:21 -0700 (PDT) Received: from localhost (mobile-access-bcee98-78.dhcp.inet.fi. [188.238.152.78]) by smtp.gmail.com with ESMTPSA id 64sm522545ljf.17.2016.11.05.13.20.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 05 Nov 2016 13:20:21 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 6/9] doc: fix references in notmuch-emacs.rst Date: Sat, 5 Nov 2016 22:18:15 +0200 Message-Id: <5a1b8e5da012a8a037789952099b956b0808831e.1478376896.git.jani@nikula.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 20:20:28 -0000 Fix make sphinx-texinfo warnings: WARNING: undefined label: notmuch-jump (if the link has no caption the label must precede a section header) WARNING: undefined label: notmuch-saved-searches (if the link has no caption the label must precede a section header) --- doc/notmuch-emacs.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index d68542d349a0..5e25996f69b4 100644 --- a/doc/notmuch-emacs.rst +++ b/doc/notmuch-emacs.rst @@ -189,10 +189,12 @@ following key bindings: ``j`` Jump to saved searches using :ref:`notmuch-jump`. +.. _notmuch-jump: + notmuch-jump ------------ -Saved searches configured through :ref:`notmuch-saved-searches` can +Saved searches configured through :ref:`saved-searches` can include a "shortcut key" that's accessible through notmuch-jump. Pressing ``j`` anywhere in notmuch followed by the configured shortcut key of a saved search will immediately jump to that saved search. For -- 2.1.4