* completing-read for org-clock-select-task: It works!
@ 2015-03-24 21:48 Tory S. Anderson
0 siblings, 0 replies; only message in thread
From: Tory S. Anderson @ 2015-03-24 21:48 UTC (permalink / raw)
To: orgmode list
In my first attempt at actually adding functionality to an existing emacs library, I've written some code to make `org-clock-select-task' use completing-read instead of the built-in org menu if you set `org-select-task-completing', for those who would find this useful (it now works with Helm). It seems like my functions, which are backed by a hash table, ought to be more capable of removing (non-adjacent) duplicates from the list since the table keys are the strings themselves, but I still see them appearing. Why doesn't the hash table merge the entries (they seem to have identical keys)?
Should this adjustment be useful to anyone else, what would I do next to contribute? As this is a first forray into more public-use elisp, I'm also open to any other suggestions or tips.
Code at:
http://www.toryanderson.com/files/helm-org-clock.el
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-03-24 21:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-24 21:48 completing-read for org-clock-select-task: It works! Tory S. Anderson
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).