Hi Nick,

Nick Dokos <ndo...@gmail.com> writes:

> Looking at what normal-mode does, I came up with the following hack.
> Does it fix things for you?
>
> diff --git a/lisp/org.el b/lisp/org.el
> index febee75..caf0348 100644
> --- a/lisp/org.el
> +++ b/lisp/org.el
> @@ -5512,7 +5512,8 @@ The following commands are available:
>       (unless org-inhibit-startup-visibility-stuff
>         (org-set-startup-visibility))))
>    ;; Try to set org-hide correctly
> -  (set-face-foreground 'org-hide (org-find-invisible-foreground)))
> +  (set-face-foreground 'org-hide (org-find-invisible-foreground))
> +  (hack-local-variables))
>  
>  ;; Update `customize-package-emacs-version-alist'
>  (add-to-list 'customize-package-emacs-version-alist

Yes, it seems to fix things for me.  What an unfortunate function name!

Thanks for your help. Is there something else I can do to get this
change into Org?

All the best,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com

Reply via email to