summaryrefslogtreecommitdiff
path: root/org-fc.el
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-09-19 20:03:36 +0200
committerLeon Rische <leon.rische@me.com>2020-09-19 20:03:36 +0200
commitc2f6949ad8e59bd4eecd9f75b65628e7d5759dc9 (patch)
tree41ef938fb5e0094c390fc0134d4a14a18cb96ea9 /org-fc.el
parent0c5a82084d6d0f353efd116800b519ac710f6a01 (diff)
Exclude setup hooks when tracking review time
Diffstat (limited to 'org-fc.el')
-rw-r--r--org-fc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/org-fc.el b/org-fc.el
index b6f7a7e..2d5e5ca 100644
--- a/org-fc.el
+++ b/org-fc.el
@@ -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)