~l3kn/org-fc-devel

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

Details
Message ID
<20201111153610.535070-1-git@treypeacock.com>
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 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
Leon Rische <leon.rische@me.com>
Details
Message ID
<3358e315-cd99-79be-acf5-cc46e913388b@me.com>
In-Reply-To
<20201111153610.535070-1-git@treypeacock.com> (view parent)
DKIM signature
missing
Download raw message
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))
> 
Reply to thread Export thread (mbox)