From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: How to set org-tag-alist Date: Tue, 23 Jan 2018 12:07:29 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c19d120fe1b5e0563749475" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ee22m-000435-VT for emacs-orgmode@gnu.org; Tue, 23 Jan 2018 12:07:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ee22l-0007s7-TF for emacs-orgmode@gnu.org; Tue, 23 Jan 2018 12:07:32 -0500 Received: from mail-ot0-x22d.google.com ([2607:f8b0:4003:c0f::22d]:43498) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ee22l-0007rh-P3 for emacs-orgmode@gnu.org; Tue, 23 Jan 2018 12:07:31 -0500 Received: by mail-ot0-x22d.google.com with SMTP id p36so1039235otd.10 for ; Tue, 23 Jan 2018 09:07:31 -0800 (PST) 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 Mailinglist --94eb2c19d120fe1b5e0563749475 Content-Type: text/plain; charset="UTF-8" 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. 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? LB --94eb2c19d120fe1b5e0563749475 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
This=C2=A0describes a=C2=A0org-tag-alist for setting up glo= bally a list of tags, but I'm not sure how to alter org-tag-alist. I= 9;m used to doing an M-x customize-variable, but there is no=C2=A0org-tag-a= list. 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.,=C2=A0org-tag-alist is not an existing variable?

LB
--94eb2c19d120fe1b5e0563749475-- 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