Re: [O] buffer-invisibility-spec isn't a list

2016-04-16 Thread Left Right
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'. T

Re: [O] buffer-invisibility-spec isn't a list

2016-04-15 Thread Nicolas Goaziou
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 r