From: tsd@tsdye.com (Thomas S. Dye)
To: Nick Dokos <ndokos@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Refresh buffer properties and local variables
Date: Wed, 20 Nov 2013 08:28:07 -1000 [thread overview]
Message-ID: <m1zjozx70o.fsf@poto.westell.com> (raw)
In-Reply-To: <878uwj3ga8.fsf@gmail.com> (Nick Dokos's message of "Tue, 19 Nov 2013 22:26:07 -0500")
Hi Nick,
Nick Dokos <ndokos@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
next prev parent reply other threads:[~2013-11-20 18:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-20 1:54 Refresh buffer properties and local variables Thomas S. Dye
2013-11-20 3:26 ` Nick Dokos
2013-11-20 18:28 ` Thomas S. Dye [this message]
2013-11-20 18:38 ` Bastien
2013-11-20 19:47 ` Nick Dokos
2013-11-21 5:37 ` Nick Dokos
2013-11-21 7:13 ` Bastien
2013-11-21 13:51 ` Nick Dokos
2013-11-21 17:08 ` Thomas S. Dye
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m1zjozx70o.fsf@poto.westell.com \
--to=tsd@tsdye.com \
--cc=emacs-orgmode@gnu.org \
--cc=ndokos@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.