From mboxrd@z Thu Jan 1 00:00:00 1970 From: Left Right Subject: Re: buffer-invisibility-spec isn't a list Date: Sat, 16 Apr 2016 07:39:35 +0000 Message-ID: References: <87zisula3h.fsf@gmail.com> <871t66tx9s.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arKpM-0003gQ-Rw for emacs-orgmode@gnu.org; Sat, 16 Apr 2016 03:39:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arKpL-0000cw-TD for emacs-orgmode@gnu.org; Sat, 16 Apr 2016 03:39:36 -0400 Received: from mail-io0-x22d.google.com ([2607:f8b0:4001:c06::22d]:34697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arKpL-0000cm-Ob for emacs-orgmode@gnu.org; Sat, 16 Apr 2016 03:39:35 -0400 Received: by mail-io0-x22d.google.com with SMTP id 2so154993958ioy.1 for ; Sat, 16 Apr 2016 00:39:35 -0700 (PDT) In-Reply-To: <871t66tx9s.fsf@nicolasgoaziou.fr> 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: Oleg Sivokon , emacs-orgmode@gnu.org Oh, I see. Thanks! Oleg On Fri, Apr 15, 2016 at 8:47 PM, Nicolas Goaziou wrote: > Hello, > > Oleg Sivokon writes: > >> In the function `org-move-to-column' when you call (remove >> '(org-filtered) buffer-invisibility-spec) it is quite possible that >> `buffer-invisibility-spec' is just `t'. This will error, because >> `remove' expects second argument to be a list. > > Thank you for the report. > > This was fixed in 34f32603704f0e2f66772c904358ae784b62e88c (February). > > You may want to update Org. > > > Regards, > > -- > Nicolas Goaziou