Compare commits

..

No commits in common. "cdf906c55013de92df7da783572e893b1ac0dd21" and "0dd4391d09fdea1192b01b6bc1753aea269a24fc" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -1366,9 +1366,7 @@ accordingly."
("d" "Date"
entry
(file db/org-default-refile-file)
,(concat "* GOTO [#B] %^{What} :DATE:\n%^{When}t\n"
"\nVia %(with-temp-buffer (db/org-add-link-to-current-clock) (string-trim (buffer-string))).\n"
"%?")
"* GOTO [#B] %^{What} :DATE:\n%^{When}t\n%a%?"
:empty-lines-before 1
:empty-lines-after 1)
("i" "Interruptions"

View File

@ -1258,7 +1258,6 @@ cache if that's in use."
(let ((old-headline (org-entry-get (point) "ITEM")))
;; Update headline
(org-edit-headline new-headline)
(org-align-tags)
;; Code to add note interactively taken from
;; https://sachachua.com/blog/2022/11/logging-sent-messages-to-org-mode-with-message-sent-hook/