Apply minor cosmetics

This commit is contained in:
Daniel - 2022-03-30 08:44:15 +02:00
parent cfc11ec807
commit 4428db4f82
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
2 changed files with 3 additions and 3 deletions

View File

@ -909,7 +909,7 @@
(org-link-set-parameters "onenote" :follow #'db/org-onenote-open)
(org-link-set-parameters "outlook" :follow #'db/org-outlook-open))
;; Skip some org mode regions to be skipped by ispell
;; Mark some org mode regions to be skipped by ispell
(add-hook 'org-mode-hook #'endless/org-ispell)
;; Link type for RFCs

View File

@ -545,8 +545,8 @@ have accumulated over time."
(save-excursion
(goto-char (point-min))
(while (search-forward-regexp clock-line nil t)
(replace-match "\\1CLOCK: [\\4]--[\\3]")
(org-clock-update-time-maybe)))))
(replace-match "\\1CLOCK: [\\4]--[\\3]")
(org-clock-update-time-maybe)))))
(defun db/find-csv-in-org (arg)
"Interactively find CSV file and open it as Org mode table.