From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tyler Smith Subject: Re: org-insert-drawer completion targets Date: Thu, 30 Oct 2014 11:07:42 -0400 Message-ID: <1414681662.910483.185152893.3FBBB1BF@webmail.messagingengine.com> References: <1414604159.555450.184772725.66DDD784@webmail.messagingengine.com> <87r3xqd9x1.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkEND-0005bu-16 for emacs-orgmode@gnu.org; Fri, 31 Oct 2014 11:45:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjrKC-00039L-SJ for emacs-orgmode@gnu.org; Thu, 30 Oct 2014 11:07:52 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:36035) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjrKC-00038m-NX for emacs-orgmode@gnu.org; Thu, 30 Oct 2014 11:07:44 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id E662820996 for ; Thu, 30 Oct 2014 11:07:42 -0400 (EDT) In-Reply-To: <87r3xqd9x1.fsf@ericabrahamsen.net> 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: emacs-orgmode@gnu.org On Wed, Oct 29, 2014, at 02:10 PM, Eric Abrahamsen wrote: > > If you've got org-log-into-drawer set to a non-nil value, the drawer > should be created automatically for you the first time you take a note > on the heading (org-add-note), or switch TODO states in such a way that > records a state-change note. Those are the two purposes of the LOGBOOK > drawer, so you might as well use one or the other to create the drawer. > Thanks. I guess I was re-inventing the notes feature without understanding how the existing setup worked. It makes sense now. Best, Tyler