emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* navigating org-clock-in recent work list
@ 2015-02-13 16:26 Tory S. Anderson
  2015-02-14 12:00 ` Tory S. Anderson
  0 siblings, 1 reply; 2+ messages in thread
From: Tory S. Anderson @ 2015-02-13 16:26 UTC (permalink / raw)
  To: orgmode list

As per a recent discussion on the mailing list, I'm using the following to enable persistence and extended length of the clock history:

--8<---------------cut here---------------start------------->8---
;; Org clock-in
(org-clock-persistence-insinuate)
(setq org-clock-persist t)
;;; * Orgmode Modules
(add-to-list 'org-modules 'habits)
;; Number of clock tasks to remember in history.
(setq org-clock-history-length 35)  ; 1 to 9 + A to Z
--8<---------------cut here---------------end--------------->8---

It works great, with one annoying problem: now that I have a list that goes to M, it can be hard to figure out which shortcut goes to which item. I can think of two possible solutions:

1. Alternately highlight lines, or underline (spreadsheet/table style)
2. Preferably, since I use Helm, if there were simply an autocomplete prompt (like switch-buffer; no shortcut keys) this would actually be easiest.

Can I disable the special pop-up screen (i.e. `org-clock-select-task') and just use an shortcut-less autocomplete prompt (which, with helm will be facilitated)? 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-14 12:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-13 16:26 navigating org-clock-in recent work list Tory S. Anderson
2015-02-14 12:00 ` 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).