From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: Re: Customize TODO log drawer Date: Fri, 28 Feb 2020 22:39:48 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000faed24059faf8b8f" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52174) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7tv1-0007PA-8K for emacs-orgmode@gnu.org; Fri, 28 Feb 2020 23:40:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7tv0-0006B4-4V for emacs-orgmode@gnu.org; Fri, 28 Feb 2020 23:40:03 -0500 Received: from mail-lj1-x22d.google.com ([2a00:1450:4864:20::22d]:36682) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j7tuz-0006Au-RG for emacs-orgmode@gnu.org; Fri, 28 Feb 2020 23:40:02 -0500 Received: by mail-lj1-x22d.google.com with SMTP id r19so5685262ljg.3 for ; Fri, 28 Feb 2020 20:40:01 -0800 (PST) In-Reply-To: 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode Mailinglist --000000000000faed24059faf8b8f Content-Type: text/plain; charset="UTF-8" ... could the answer be that LOGBOOK is a general drawer and a PROPERTIES drawer two different classes of drawers? That is, PROPERTIES allows key/value fields while LOGBOOK just allows text? On Fri, Feb 28, 2020 at 12:08 PM Lawrence Bottorff wrote: > I've gone to my org-log-into-drawer customize menu and it says "Not into a > drawer" even though a C-u C-c C-t gets me the org-todo-keyword list, and > when I chose TODO, I get an LOGBOOK entry form. Good. This is indeed the > behavior I want, i.e., always make a "log entry" upon a TODO choice. > However, I'd like to customize the LOGBOOK drawer to include more, for > example I have this in my tempo templates: > > (tempo-define-template "org-PROPERTIES_time-vertex-edge-level" > '(":PROPERTIES:" n > ":HLEVEL: " (borgauf/insert-level) n > ":Time: " (borgauf/insert-dateutc.1) n > ":ID: " (borgauf/insert-uuid) n > ":LINKS: " n > ":END:" ) > " 'org-tempo-tags) > > So this is what I'd like each "log entry" to have in its drawer besides my > notes. Is it possible to customize the logging to have this extra stuff in > the drawer? > > LB > --000000000000faed24059faf8b8f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
... could the answer be that LOGBOOK is a general drawer a= nd a PROPERTIES drawer two different classes of drawers? That is, PROPERTIE= S allows key/value fields while LOGBOOK just allows text?

On Fri, Feb 28, 20= 20 at 12:08 PM Lawrence Bottorff <b= orgauf@gmail.com> wrote:
I've gone to my org-log-into-drawer cu= stomize menu and it says "Not into a drawer" even though a C-u C-= c C-t gets me the org-todo-keyword list, and when I chose TODO, I get an LO= GBOOK entry form. Good. This is indeed the behavior I want, i.e., always ma= ke a "log entry" upon a TODO choice. However, I'd like to cus= tomize the LOGBOOK drawer to include more, for example I have this in my te= mpo templates:

(tempo-define-template "org-PROPERTI= ES_time-vertex-edge-level"
=C2=A0 =C2=A0 =C2=A0 '(":PRO= PERTIES:" n
":HLEVEL: " (borgauf/insert-level) n
= ":Time: " (borgauf/insert-dateutc.1) n
":ID: "= ; (borgauf/insert-uuid) n
":LINKS: " n
":END:&= quot; )
=C2=A0 =C2=A0 =C2=A0 "<Pt" "Insert PROPERTI= ES time-vertex-edge-level block" 'org-tempo-tags)
So this is what I'd like each "log entry" to hav= e in its drawer besides my notes. Is it possible to customize the logging t= o have this extra stuff in the drawer?

LB
--000000000000faed24059faf8b8f--