From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Gaspard Subject: Re: org-clock: Custom shortcuts for C-u C-c C-x C-i Date: Wed, 13 Feb 2019 18:46:38 +0100 Message-ID: <87lg2jlgxt.fsf@llwynog.ekleog.org> References: <874l9amgou.fsf@llwynog.ekleog.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:34017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtyce-0002Ve-2c for emacs-orgmode@gnu.org; Wed, 13 Feb 2019 12:47:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtycc-0001xa-KT for emacs-orgmode@gnu.org; Wed, 13 Feb 2019 12:46:59 -0500 Received: from grym.ekleog.org ([94.23.42.210]:35940 helo=smtp.gaspard.ninja) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtyca-0001fd-Jh for emacs-orgmode@gnu.org; Wed, 13 Feb 2019 12:46:58 -0500 In-Reply-To: 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" To: =?utf-8?Q?Micha=C3=ABl?= Cadilhac Cc: emacs-orgmode@gnu.org Hi Micha=C3=ABl, Micha=C3=ABl Cadilhac writes: > This is not possible out of the box; can you say a bit more about how > you expect to indicate which tasks are to be always present? I would be thinking of something like defining a list of key -> link to a task (that may be generated with org-id's task ID, [[*foobar]] links or whatever) in my `init.el`. > A quick-and-dirty way to implement something along these lines is to > modify org-clock-history-push to always keep a selected set of markers > in org-clock-history. Hmm=E2=80=A6 That sounds like it'd work, but would have a pretty terrible U= X. I guess I'll go with just using custom shortcuts for now, then, if there's no easy way to integrate it with C-ucxi. (I don't feel like I'm ready to dive into too intricate elisp yet) Thank you for your feedback! Cheers, Leo