This commit is contained in:
Case Duckworth 2021-09-09 16:40:45 -05:00
parent 443b20a3a6
commit fd5690cd83
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ instead of the true count."
desc "\\W")))))))
(goto-char (match-end 0)))
;; Ignore source blocks
((org-in-src-block-p) (foreward-line))
((org-in-src-block-p) (forward-line))
;; Count everything else
(t
;; ... unless it's in a few weird contexts