From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Pluim Subject: Re: Insert time in Org-mode Date: Tue, 25 Jun 2019 19:09:48 +0200 Message-ID: References: <00e1adf1-aa75-4c82-9b6a-ed6592f105a6@gmx.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55922) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfoxB-0008GQ-7I for emacs-orgmode@gnu.org; Tue, 25 Jun 2019 13:09:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfox9-0004Ba-9F for emacs-orgmode@gnu.org; Tue, 25 Jun 2019 13:09:56 -0400 Received: from mail-wr1-x430.google.com ([2a00:1450:4864:20::430]:44984) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hfox7-00048i-AN for emacs-orgmode@gnu.org; Tue, 25 Jun 2019 13:09:54 -0400 Received: by mail-wr1-x430.google.com with SMTP id r16so18717380wrl.11 for ; Tue, 25 Jun 2019 10:09:52 -0700 (PDT) In-Reply-To: <00e1adf1-aa75-4c82-9b6a-ed6592f105a6@gmx.fr> (gmx's message of "Tue, 25 Jun 2019 18:41:15 +0200") 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: gmx Cc: emacs-orgmode@gnu.org >>>>> On Tue, 25 Jun 2019 18:41:15 +0200, gmx said: gmx> Hello, gmx> How to insert the current time? I have a table in which I want to gmx> indicate the beginning of an oral exam (firt column), the end (second gmx> column), and (third column) make the difference between the two (I can gmx> do that). C-u M-x org-time-stamp will prompt for a date and insert it along with the current time (I bind org-time-stamp to "C-c ." for convenience) Robert