emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Refresh buffer properties and local variables


From: Thomas S. Dye
Subject: Re: [O] Refresh buffer properties and local variables
Date: Wed, 20 Nov 2013 08:28:07 -1000

Hi Nick,

Nick Dokos <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]