From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: bug#22635: 25.1.50; wrong-type-argument when using org-beamer-select-environment Date: Fri, 12 Feb 2016 21:38:57 -0500 Message-ID: <87r3ghxrjy.fsf@kyleam.com> References: <56BCE96A.8080805@psi.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUQ7x-0002O2-FX for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 21:40:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUQ7u-0003ou-A2 for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 21:40:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUQ7u-0003og-5U for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 21:40:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aUQ7u-0007yn-14 for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 21:40:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <56BCE96A.8080805@psi.ch> (Derek Feichtinger's message of "Thu, 11 Feb 2016 21:04:58 +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: Derek Feichtinger Cc: 22635@debbugs.gnu.org Derek Feichtinger writes: > When executing C-c C-b (org-beamer-select-environment) in an org beamer > using the current emacs head (git hash ae928ae), I reproducibly get > the following > error and backtrace, independent of the org beamer file used: > > ############### > Debugger entered--Lisp error: (wrong-type-argument listp t) > delete((org-filtered) t) > remove((org-filtered) t) > org-move-to-column(79 t) > org-fast-tag-show-exit(t) > org-fast-tag-selection(("B_note") nil ((:startgroup) ("B_againframe" > . 65) ("B_appendix" . 120) ("B_column" . 99) ("B_columns" . 67) > ("B_frame" . 102) ("B_fullframe" . 70) ("B_ignoreheading" . 105) > ("B_note" . 110) ("B_noteNH" . 78) ("B_block" . 98) ("B_alertblock" > . 97) ("B_verse" . 118) ("B_quotation" . 113) ("B_quote" . 81) > ("B_structureenv" . 115) ("B_theorem" . 116) ("B_definition" . 100) > ("B_example" . 101) ("B_exampleblock" . 69) ("B_proof" . 112) > ("B_beamercolorbox" . 111) (:endgroup) ("BMCOL" . 124)) nil) > org-set-tags() > org-beamer-select-environment() This was reported on the Org list and fixed in commit 34f3260 of the Org repo. http://permalink.gmane.org/gmane.emacs.orgmode/104703 -- Kyle