From mboxrd@z Thu Jan 1 00:00:00 1970 From: "N. Jackson" Subject: org-agenda-log-mode omits some items from LOGBOOK drawers Date: Wed, 16 Jan 2019 15:36:03 -0500 Message-ID: <8736psfih8.fsf@moondust.localdomain> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:55882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gjrvJ-0005x0-QZ for emacs-orgmode@gnu.org; Wed, 16 Jan 2019 15:36:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gjrvA-0004BC-0c for emacs-orgmode@gnu.org; Wed, 16 Jan 2019 15:36:23 -0500 Received: from [195.159.176.226] (port=39046 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gjrv9-0003oC-A4 for emacs-orgmode@gnu.org; Wed, 16 Jan 2019 15:36:19 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gjrsu-0004yO-4q for emacs-orgmode@gnu.org; Wed, 16 Jan 2019 21:34:00 +0100 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" To: emacs-orgmode@gnu.org In Org Agenda, `C-u l', which IIUC is supposed to "show all possible log items, not only the ones configured in `org-agenda-log-mode-items'" shows clocking of work, closing of entries, and other state changes of entries (tagged in the agenda with "Clocked", "Closed", and "State" respectively). That is very useful. However, note entries in the LOGBOOK drawer (created with org-add-note) are unfortunately omitted. Also, all my LOGBOOK drawers contain a CREATED inactive time stamp (placed there by my capture templates), but these CREATED entries are also omitted. Am I doing something wrong? Are these other entries from the LOGBOOK drawer expected to be included in the Agenda with `C-u l' -- I realise that "all possible log items" is not the same as "all log items", but it isn't clear why it wouldn't be possible!