From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: LOGBOOK notes for other drawers? Date: Sat, 23 May 2015 21:32:56 +0200 Message-ID: <87lhgff5sn.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwF99-0002Mh-0h for emacs-orgmode@gnu.org; Sat, 23 May 2015 15:31:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwF98-0005B9-6s for emacs-orgmode@gnu.org; Sat, 23 May 2015 15:31:46 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:55369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwF98-0005Au-0Y for emacs-orgmode@gnu.org; Sat, 23 May 2015 15:31:46 -0400 In-Reply-To: (Lawrence Bottorff's message of "Sat, 23 May 2015 09:32:47 -0400") 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: Lawrence Bottorff Cc: emacs-orgmode@gnu.org Hello, Lawrence Bottorff writes: > It seems that when I try to do a note (C-c C-z) I get an automatic LOGBOOK > drawer created with the new note put inside. Is there any way to place a > note inside another type of drawer. I have a drawer like this: > > :PROPERTIES: > :CUSTOM_ID: > :SEMANTIC: > :DESC: > :END > > and I'd like to place notes -- one after another -- between DESC and END. > Can this be done? You can replace "LOGBOOK" with something else customizing `org-log-into-drawer'. However, "properties" drawers right after a headline (and possibly a planning line) are treated specially and cannot contain arbitrary text. Regards, -- Nicolas Goaziou