From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-beamer-select-environment (ox-beamer.el) assumes org-use-fast-tag-selection is on Date: Tue, 07 Jan 2014 21:59:24 +0100 Message-ID: <87y52rbj9v.fsf@gmail.com> References: <52CC5A46.5010806@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0dk3-0001Uh-3k for emacs-orgmode@gnu.org; Tue, 07 Jan 2014 15:59:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0dju-0002cw-MD for emacs-orgmode@gnu.org; Tue, 07 Jan 2014 15:59:15 -0500 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:57826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0dju-0002cs-DX for emacs-orgmode@gnu.org; Tue, 07 Jan 2014 15:59:06 -0500 Received: by mail-wi0-f174.google.com with SMTP id z2so4705478wiv.7 for ; Tue, 07 Jan 2014 12:59:05 -0800 (PST) In-Reply-To: <52CC5A46.5010806@gmail.com> (Anders Johansson's message of "Tue, 07 Jan 2014 20:49:26 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Anders Johansson Cc: emacs-orgmode@gnu.org Hello, Anders Johansson writes: > I recently set "org-use-fast-tag-selection" to nil in my > configuration. This meant "org-beamer-select-environment" stopped > working since it assumes that "org-set-tags" will launch the > fast-tag-selection mechanism when it has set "org-tag-alist" to it's > special value. > > Fix: Explicitly set "org-use-fast-tag-selection" to t in the > let*-construct in "org-use-fast-tag-selection", as is now done with > "org-fast-tag-selection-single-key". Fixed. Thank you for the report. Regards, -- Nicolas Goaziou