diff options
author | Leon Rische <leon.rische@me.com> | 2020-09-19 20:03:36 +0200 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2020-09-19 20:03:36 +0200 |
commit | c2f6949ad8e59bd4eecd9f75b65628e7d5759dc9 (patch) | |
tree | 41ef938fb5e0094c390fc0134d4a14a18cb96ea9 /org-fc.el | |
parent | 0c5a82084d6d0f353efd116800b519ac710f6a01 (diff) |
Exclude setup hooks when tracking review time
Diffstat (limited to 'org-fc.el')
-rw-r--r-- | org-fc.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1690,9 +1690,9 @@ If RESUMING is non-nil, some parts of the buffer setup are skipped." (org-fc-hide-drawers) (org-fc-show-latex) (org-display-inline-images) - (setq org-fc-timestamp (time-to-seconds (current-time))) - (run-hooks 'org-fc-before-setup-hook) + + (setq org-fc-timestamp (time-to-seconds (current-time))) (let ((step (funcall (org-fc-type-setup-fn type) position))) (run-hooks 'org-fc-after-setup-hook) |