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--