diff options
-rw-r--r-- | org-fc-dashboard.el | 2 |
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)) |