From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Fix org-open-at-point to work with tags Date: Thu, 10 Aug 2017 12:43:32 +0200 Message-ID: <87lgmr8zzf.fsf@nicolasgoaziou.fr> References: <49A5C237-93A3-4205-8BE1-7FCF84DB15B8@utexas.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dfkwG-0001OK-Hk for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 06:43:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dfkwD-0005uU-CV for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 06:43:40 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:41620) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dfkwD-0005tm-5I for emacs-orgmode@gnu.org; Thu, 10 Aug 2017 06:43:37 -0400 In-Reply-To: <49A5C237-93A3-4205-8BE1-7FCF84DB15B8@utexas.edu> (Galen Menzel's message of "Wed, 09 Aug 2017 12:30:13 -0700") 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: Galen Menzel Cc: emacs-orgmode@gnu.org Hello, "Galen Menzel" writes: > Subject: [PATCH] org.el: Fix org-open-at-point for tags. > > lisp/org.el (org-open-at-point): Move case for tags up so that it's > not shortcutted by the case for no valid context. Applied, with some refactoring. Thank you. Regards, -- Nicolas Goaziou