From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: Customize TODO log drawer Date: Fri, 28 Feb 2020 12:08:07 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000e1fdd9059fa6b857" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54749) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7k3h-0007u1-SQ for emacs-orgmode@gnu.org; Fri, 28 Feb 2020 13:08:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7k3g-0000xL-Pl for emacs-orgmode@gnu.org; Fri, 28 Feb 2020 13:08:21 -0500 Received: from mail-lf1-x131.google.com ([2a00:1450:4864:20::131]:35305) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j7k3g-0000wn-Ht for emacs-orgmode@gnu.org; Fri, 28 Feb 2020 13:08:20 -0500 Received: by mail-lf1-x131.google.com with SMTP id z9so2795325lfa.2 for ; Fri, 28 Feb 2020 10:08:20 -0800 (PST) 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 --000000000000e1fdd9059fa6b857 Content-Type: text/plain; charset="UTF-8" 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:" ) "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 th= e 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 e= ntry" upon a TODO choice. However, I'd like to customize the LOGBO= OK drawer to include more, for example I have this in my tempo templates:
(tempo-define-template "org-PROPERTIES_time-vertex-e= dge-level"
=C2=A0 =C2=A0 =C2=A0 '(":PROPERTIES:" n=
":HLEVEL: " (borgauf/insert-level) n
":Time: = " (borgauf/insert-dateutc.1) n
":ID: " (borgauf/inser= t-uuid) n
":LINKS: " n
":END:" )
= =C2=A0 =C2=A0 =C2=A0 "<Pt" "Insert PROPERTIES time-vertex= -edge-level block" 'org-tempo-tags)

S= o this is what I'd like each "log entry" to have in its drawe= r besides my notes. Is it possible to customize the logging to have this ex= tra stuff in the drawer?

LB
--000000000000e1fdd9059fa6b857--