diff options
Diffstat (limited to 'lisp/acdw-org.el')
-rw-r--r-- | lisp/acdw-org.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/acdw-org.el b/lisp/acdw-org.el index f8f23c6..123c701 100644 --- a/lisp/acdw-org.el +++ b/lisp/acdw-org.el | |||
@@ -272,7 +272,8 @@ instead of the true count." | |||
272 | ;; Ignore drawers | 272 | ;; Ignore drawers |
273 | ((or (looking-at org-drawer-regexp) | 273 | ((or (looking-at org-drawer-regexp) |
274 | (looking-at org-clock-drawer-re)) | 274 | (looking-at org-clock-drawer-re)) |
275 | (search-forward ":END:" nil :noerror)) | 275 | (search-forward ":END:" nil :noerror) |
276 | (forward-line)) | ||
276 | ;; Ignore tables | 277 | ;; Ignore tables |
277 | ((org-at-table-p) (forward-line)) | 278 | ((org-at-table-p) (forward-line)) |
278 | ;; Ignore hyperlinks, but count the descriptions | 279 | ;; Ignore hyperlinks, but count the descriptions |