Skip to content

Conversation

milanglacier
Copy link
Contributor

In emacs orgmode, the org-log-note-headings is defined as follows:

(defcustom org-log-note-headings
  '((done .  "CLOSING NOTE %t")
    (state . "State %-12s from %-12S %t")
    (note .  "Note taken on %t")
    (reschedule .  "Rescheduled from %S on %t")
    (delschedule .  "Not scheduled, was %S on %t")
    (redeadline .  "New deadline from %S on %t")
    (deldeadline .  "Removed deadline, was %S on %t")
    (refile . "Refiled on %t")
    (clock-out . ""))
  "Headings for notes added to entries.

This commit changes the log state format so that it is aligned with emacs orgmode.

In emacs orgmode, the org-log-note-headings is defined as follows:

    (state . "State %-12s from %-12S %t")

This commit changes the log state format so that it is aligned with
emacs orgmode.
Copy link
Member

@kristijanhusak kristijanhusak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kristijanhusak kristijanhusak merged commit f8c0fd3 into nvim-orgmode:master Dec 10, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants