summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-11-11 19:08:43 +0100
committerLeon Rische <leon.rische@me.com>2020-11-11 19:08:43 +0100
commit2d0f4a25addfe667a3dab41a7f174056bbfd7b92 (patch)
tree515cfae3cd5865445593ff334ef4c44546b1a674
parenta19fe33c0ef8df26b4843bef329dc692bd879422 (diff)
Rename context variable
-rw-r--r--org-fc-dashboard.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-fc-dashboard.el b/org-fc-dashboard.el
index e9d593c..b898d0c 100644
--- a/org-fc-dashboard.el
+++ b/org-fc-dashboard.el
@@ -265,7 +265,7 @@ environment without svg support."
(defun org-fc-dashboard (context)
"Open a buffer showing the dashboard view for CONTEXT."
(interactive (list (org-fc-select-context)))
- (setq org-fc-context-dashboard context)
+ (setq org-fc-dashboard-context context)
(org-fc-dashboard-view context)
(switch-to-buffer org-fc-dashboard-buffer-name)
(goto-char (point-min))