emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: David Belohrad <david@belohrad.ch>
To: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: org-tag-alist - more tags in one keystroke
Date: Mon, 02 Mar 2015 14:41:48 +0100	[thread overview]
Message-ID: <878uffplcz.fsf@pcbe13433.cern.ch> (raw)


Dear All,

i'm using ordinary org-tag-alist:

setq org-tag-alist '(
			("Attachment" . ?a)
			("Budget" . ?b))


my question is, can I specify more tags for a single shortcut? Like:

setq org-tag-alist '(
			;; lowercase are general 'widely used' flags
			("Attachment" . ?a)
			("Budget:@Home" . ?b))


Whatever I do, I cannot force to make it running. My stuff is, that I
have people names assigned under tags, and sometimes it happens that the
names are the same, hence I need to distinguish according to surname:

setq org-tag-alist '(
			("@Pedersen:Joseph" . ?a)
			("@Pedersen:Claire" . ?b))


^^^ the above does not work. Is there any way how to make it working?

thanks
.d.

             reply	other threads:[~2015-03-02 14:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-02 13:41 David Belohrad [this message]
2015-08-05  0:00 ` org-tag-alist - more tags in one keystroke Bastien Guerry
2015-08-10  8:17   ` David Belohrad

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878uffplcz.fsf@pcbe13433.cern.ch \
    --to=david@belohrad.ch \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).