+++
title = "Using Org Logbook Notes to record blog post updates"
author = ["Kaushal Modi"]
description = """
Quick introduction to Org mode's `:LOGBOOK:` feature and how I use it
to record time-stamped notes for blog post updates.
"""
date = 2022-05-16T00:59:00-04:00
tags = ["100DaysToOffload", "logbook"]
categories = ["emacs", "org"]
draft = false
creator = "Emacs 28.1.50 (Org mode 9.5.4 + ox-hugo)"
[versions]
org = "release_9.5.3-504-gcdbb1c"
[syndication]
mastodon = 108309992626484672
+++
Table of Contents
- [Prior forms of adding post updates](#prior-forms-of-adding-post-updates)
- [Introducing `:LOGBOOK:`](#introducing-logbook)
- [Adding notes to `:LOGBOOK:`](#adding-notes-to-logbook)
- [`:LOGBOOK:` Notes Example](#logbook-notes-example)
- [References](#references)
Most of my blog posts are mainly to serve as documentation for my
future self
{{% sidenote %}}
This post will serve to remind me how to get the `:LOGBOOK:` notes
working once again in case I end up with some issue there.
{{% /sidenote %}} . So when I get a chance, I try to fix outdated stuff in
my old blog posts. And along with the act of updating things, adding
brief notes describing those updates comes naturally to me.
## Prior forms of adding post updates {#prior-forms-of-adding-post-updates}
As I author my posts in Org mode, I can easy enter a date stamp using
the `org-time-stamp` command (bound by default to C-c.RET) and
follow that by the update note.
While that worked, that approach bothered me because those notes
didn't have consistent format across multiple posts. For example, I
might type the update as "{{< highlight org "hl_inline=true" >}}*Update (