[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-tag-alist - more tags in one keystroke
From: |
David Belohrad |
Subject: |
Re: [O] org-tag-alist - more tags in one keystroke |
Date: |
Mon, 10 Aug 2015 10:17:48 +0200 |
User-agent: |
Notmuch/0.18~rc0+2~gbc64cdc (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) |
Hi Bastien,
thanks for this hint. At the end I have re-organised the tags naming
such, that this is not needed any more. Going through the registers is
an option, at the same time I feel that this solution is far less
ergonomic than pressing a single key during tags selection :)
many thanks again
.d.
----------------------------------------------
Dr. David Belohrad, Div. BE-BI
C.E.R.N. Site de Prevessin, F-01631 CERN CEDEX
http://www.cern.ch
address@hidden
Tel +41.22.76.76318 Fax +41.22.76.69056
GSM +41.75.411.3455
----------------------------------------------
Bastien Guerry <address@hidden> writes:
> Hi David,
>
> David Belohrad <address@hidden> 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