From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Newbie question Date: Fri, 08 Feb 2013 10:12:01 -0500 Message-ID: <17979.1360336321@alphaville> References: <20130208125016.GA24558@ken-HP-Mini-110-1000> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3pcd-0007xJ-W2 for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 10:12:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3pcc-0007vs-3W for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 10:12:15 -0500 Received: from g1t0028.austin.hp.com ([15.216.28.35]:47392) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3pcb-0007tb-TL for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 10:12:14 -0500 In-Reply-To: Message from Ken of "Fri, 08 Feb 2013 07:50:16 EST." <20130208125016.GA24558@ken-HP-Mini-110-1000> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ken Cc: emacs-orgmode@gnu.org Ken wrote: > Hello all, > > I am a relative newbie to org-mode. Right now I use it for todo lists, I > use it in conjunction with the diary, and I use it for > journaling/note-taking. I am sure I am only using it fo a quarter or > less of what it can be used for. Anyway, my question is rather simple. > will allow you to insert a date. However, in my journal I use a > full timestamp. Is there any way using a defined set of keys to insert a > current TIMESTAMP on an entry (say as in a journal entry)? > This (and many other questions) is answered in the manual: for this one, see section 8.2, "Creating timestamps". The manual is available online e.g. http://orgmode.org/org.html#Dates-and-Times but I generally prefer to look up things locally, using emacs's info system. For example, evaluate the following in emacs: (info "(org) Creating timestamps") Nick