Re: [O] [PATCH] Only set org-hide foreground if one is available

2014-03-19 Thread Bastien
Hi Nikolai, Nikolai Weibull writes: > Sorry, I realize that I was way too terse. No problem. Thanks for the detailed explanations, makes sense. I pushed your patch. Thanks, -- Bastien

Re: [O] [PATCH] Only set org-hide foreground if one is available

2014-03-18 Thread Nikolai Weibull
On Tue, Mar 18, 2014 at 4:27 PM, Bastien wrote: > Nikolai Weibull writes: > >> (org-mode): When loading Org buffers through desktop > > I'm not sure what the above means, can you explain it? > Also, what is exactly the bug this fixes (beyond setting > something that does not need setting)? Sorr

Re: [O] [PATCH] Only set org-hide foreground if one is available

2014-03-18 Thread Bastien
Hi Nikolai, Nikolai Weibull writes: > (org-mode): When loading Org buffers through desktop I'm not sure what the above means, can you explain it? Also, what is exactly the bug this fixes (beyond setting something that does not need setting)? Thanks, -- Bastien

[O] [PATCH] Only set org-hide foreground if one is available

2014-03-17 Thread Nikolai Weibull
* org.el (org-mode): Add guard around set-face-foreground. (org-mode): When loading Org buffers through desktop, there will not be a foreground set for org-hide. Therefore, simply do not set the foreground of org-hide unless there is one to set. --- lisp/org.el | 4 +++- 1 file changed, 3 inserti