diff options
Diffstat (limited to 'lisp')
-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 3358365..05e6409 100644 --- a/lisp/acdw-org.el +++ b/lisp/acdw-org.el | |||
@@ -306,7 +306,8 @@ instead of the true count." | |||
306 | (forward-line)) | 306 | (forward-line)) |
307 | ;; Ignore DEADLINE and SCHEDULED keywords | 307 | ;; Ignore DEADLINE and SCHEDULED keywords |
308 | ((or (looking-at org-deadline-regexp) | 308 | ((or (looking-at org-deadline-regexp) |
309 | (looking-at org-scheduled-regexp)) | 309 | (looking-at org-scheduled-regexp) |
310 | (looking-at org-closed-time-regexp)) | ||
310 | (forward-line)) | 311 | (forward-line)) |
311 | ;; Ignore tables | 312 | ;; Ignore tables |
312 | ((org-at-table-p) (forward-line)) | 313 | ((org-at-table-p) (forward-line)) |