Disable automatic heading timestamps

They're undesired in Org literate programs; I'll use this in file
local variables instead.
This commit is contained in:
contrapunctus 2022-01-20 12:11:57 +05:30
parent b713fe1efa
commit 081f338b50
1 changed files with 0 additions and 2 deletions

View File

@ -4015,8 +4015,6 @@ BUG - improper behaviour with checkboxes.
(defun contrapunctus-org-insert-timestamp ()
(save-excursion
(org-set-property "CREATED" (format-time-string "%FT%T%z"))))
(add-hook 'org-insert-heading-hook #'contrapunctus-org-insert-timestamp)
(use-package org-indent
:hook (org-mode . org-indent-mode))