From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: Re: org-tag-alist - more tags in one keystroke Date: Wed, 05 Aug 2015 02:00:45 +0200 Message-ID: <87r3ni1u4y.fsf@free.fr> References: <878uffplcz.fsf@pcbe13433.cern.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMmWm-0004l3-4s for emacs-orgmode@gnu.org; Tue, 04 Aug 2015 20:25:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMmWi-0008QX-SA for emacs-orgmode@gnu.org; Tue, 04 Aug 2015 20:25:52 -0400 Received: from so1.mailgun.net ([198.61.254.11]:59003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMmWi-0008PD-Nq for emacs-orgmode@gnu.org; Tue, 04 Aug 2015 20:25:48 -0400 In-Reply-To: <878uffplcz.fsf@pcbe13433.cern.ch> (David Belohrad's message of "Mon, 02 Mar 2015 14:41:48 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Belohrad Cc: org-mode mailing list Hi David, David Belohrad writes: > ^^^ the above does not work. Is there any way how to make it > working? This can't be done the way you tried, but I'd use registers for this: (set-register ?a ":adam:alice:joe:bill") Then call C-x r i a to insert it. Or maybe some other mechanism. HTH, -- Bastien