From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vicente Vera Subject: Re: Error when using org-ctrl-c-ctrl-c to add tags Date: Sat, 18 Apr 2015 15:50:48 -0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjXpN-0000Dv-7G for emacs-orgmode@gnu.org; Sat, 18 Apr 2015 14:50:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YjXpK-0007vo-1w for emacs-orgmode@gnu.org; Sat, 18 Apr 2015 14:50:53 -0400 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:35176) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjXpJ-0007uN-OX for emacs-orgmode@gnu.org; Sat, 18 Apr 2015 14:50:49 -0400 Received: by wgyo15 with SMTP id o15so142139636wgy.2 for ; Sat, 18 Apr 2015 11:50:49 -0700 (PDT) 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: rasmus@gmx.us, emacs-orgmode Hi. Don't think there are more details to provide. The error message appears upon pressing C-c C-c (bound to the org-ctrl-c-ctrl-c command) on a headline, doesn't matter which level. It happened in 3 different Org files, one of which was created for testing. Also tried with "emacs -q" but the error persisted. Strange message though, org-tags-completion-function is a function, not a variable, so why is Emacs complaining that it isn't a list? Probably related to commit acf7f47ecd20a48c05f97dc660b00d1850b57e10?