From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Clocktable Naming Date: Tue, 10 Oct 2017 09:17:38 +0200 Message-ID: <87fuarfp4d.fsf@nicolasgoaziou.fr> References: <45a17e9b885846b89b6f03eeb5913597@CTC-HOU-EXMB-02.ctcloud.local> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1onO-0006G0-1t for emacs-orgmode@gnu.org; Tue, 10 Oct 2017 03:17:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1onN-0003PC-7Z for emacs-orgmode@gnu.org; Tue, 10 Oct 2017 03:17:42 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:39624) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e1onN-0003Oo-1L for emacs-orgmode@gnu.org; Tue, 10 Oct 2017 03:17:41 -0400 In-Reply-To: <45a17e9b885846b89b6f03eeb5913597@CTC-HOU-EXMB-02.ctcloud.local> (Shawn Way's message of "Mon, 9 Oct 2017 12:25:40 +0000") 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: Shawn Way Cc: "emacs-orgmode@gnu.org" Hello, Shawn Way writes: > Is there a method for automatically naming a timeclock? For example, > > :name table1 > > to be used in the #+BEGIN line? There is a way, albeit no very user-friendly. You can use :header parameter, e.g., #+begin: clocktable :header "#+name: foo\n#+caption: bar\n" Regards, -- Nicolas Goaziou