From: Xebar Saram <zeltakc@gmail.com>
To: John Kitchin <jkitchin@andrew.cmu.edu>
Cc: org mode <emacs-orgmode@gnu.org>
Subject: Re: assign tags via helm/avy?
Date: Tue, 31 May 2016 06:17:40 +0300 [thread overview]
Message-ID: <CAOQHXPrKuyBcnLoE_Smp7-O63rX1mBfLOcb5uhDe02UagBTZCQ@mail.gmail.com> (raw)
In-Reply-To: <m2k2ibvyzx.fsf@Johns-MacBook-Air.local>
[-- Attachment #1: Type: text/plain, Size: 1738 bytes --]
thx so much john!
is there a way where the function can auto read all the tags from
"org-tag-persistent-alist " instead of manfully adding to the function each
time a new tag is added?
best
Z
On Tue, May 31, 2016 at 3:42 AM, John Kitchin <jkitchin@andrew.cmu.edu>
wrote:
> Here is a helm approach that seems like what you want.
>
> #+BEGIN_SRC emacs-lisp
> (defun tag-lister ()
> "Function that gets and returns possible tags."
> (list "tag1" "tag2" "tag3"))
>
> (defun helm-tagger ()
> (interactive)
> (helm
> :sources
> `((name . "HELM tag setter")
> (candidates . ,(tag-lister))
> (action . (lambda (candidate)
> (org-set-tags-to (helm-marked-candidates)))))))
>
>
> #+END_SRC
> Xebar Saram writes:
>
> > Hi guys
> >
> > i have a bunch of tags i define via
> >
> > (:startgroup)
> > ("Where?")
> > (:grouptags)
> > ("@home" . ?h)
> > ("@work" . ?w)
> > ("@pc" . ?p)
> > ("@family" . ?f)
> > ("@shop" . ?s)
> > (:endgroup)
> >
> > (:startgrouptag)
> > ("people")
> > (:grouptags)
> > ("allan" . ?a)
> > ("bob" . ?o)
> > ("joel" . ?j)
> > ("david" . ?d)
> > ("boris" . ?b)
> > ("massimo" . ?s)
> > (:endgrouptag)
> >
> > anyone know of a way to quick add tags via a helm/avy interface?
> >
> > right now its quite cumbersome to press C-c then C-c to see a list of all
> > tags. also some tags have the same key (?a) and then its impossible to
> > select the 2nd one
> >
> > thx alot in advance
> >
> > Z
>
>
> --
> Professor John Kitchin
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu
>
[-- Attachment #2: Type: text/html, Size: 2840 bytes --]
next prev parent reply other threads:[~2016-05-31 3:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-29 15:00 assign tags via helm/avy? Xebar Saram
2016-05-31 0:42 ` John Kitchin
2016-05-31 3:17 ` Xebar Saram [this message]
2016-05-31 3:40 ` Kaushal Modi
2016-06-01 7:15 ` Xebar Saram
2016-06-01 11:19 ` John Kitchin
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=CAOQHXPrKuyBcnLoE_Smp7-O63rX1mBfLOcb5uhDe02UagBTZCQ@mail.gmail.com \
--to=zeltakc@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=jkitchin@andrew.cmu.edu \
/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).