This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
1
[PATCH] missed renaming dashboard function
---
org-fc-dashboard.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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))
--
2.29.2
Thanks, I missed that one
On 11/11/20 4:36 PM, Trey Peacock wrote:
> ---
> org-fc-dashboard.el | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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))
>