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

View File

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