From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: How to set org-tag-alist Date: Tue, 23 Jan 2018 18:14:04 -0500 Message-ID: <87d120dv7n.fsf@alphaville.usersys.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ee7lv-0001ac-KQ for emacs-orgmode@gnu.org; Tue, 23 Jan 2018 18:14:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ee7lq-0000QM-GV for emacs-orgmode@gnu.org; Tue, 23 Jan 2018 18:14:31 -0500 Received: from [195.159.176.226] (port=40583 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ee7lq-0000Og-8G for emacs-orgmode@gnu.org; Tue, 23 Jan 2018 18:14:26 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ee7ji-0005E0-CQ for emacs-orgmode@gnu.org; Wed, 24 Jan 2018 00:12:14 +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" To: emacs-orgmode@gnu.org Lawrence Bottorff writes: > This describes a org-tag-alist for setting up globally a list of tags, but I'm not sure how to alter > org-tag-alist. I'm used to doing an M-x customize-variable, but there is no org-tag-alist. There is a defcustom for it in org.el, so once that is loaded, you should be able to customize it. > Later on the page it has this form: > > (setq org-tag-alist '(("@work" . ?w) ("@home" . ?h) ("laptop" . ?l))) > > which seems to be something to put in my .emacs, i.e., org-tag-alist is not an existing variable? > You probably have not loaded org yet. -- Nick