From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: Starting emacs followed directly by org-agenda search and visiting file removes color formatting Date: Wed, 26 Jun 2013 10:56:41 +0700 Message-ID: <878v1xed8m.wl%n142857@gmail.com> References: <86fvxgkc4c.fsf@somewhere.org> <874ndwfx4z.fsf@bzg.ath.cx> <519CC1CF.3060908@online.de> <519CDE8A.5060604@online.de> <87ip2aw2of.fsf@bzg.ath.cx> <864nduawg2.fsf@somewhere.org> <87ip2ahuwq.fsf@bzg.ath.cx> <51A27AC4.7070702@online.de> <8761y4aoux.fsf@bzg.ath.cx> <874nd3rq8u.fsf@bzg.ath.cx> <8761x2dwlx.fsf@yahoo.fr> <87k3liyyq3.fsf@bzg.ath.cx> <87bo6tegyn.wl%n142857@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.7 - "Harue") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Urgqf-0002Kc-3Y for emacs-orgmode@gnu.org; Tue, 25 Jun 2013 23:56:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Urgqe-0000vT-4B for emacs-orgmode@gnu.org; Tue, 25 Jun 2013 23:56:49 -0400 Received: from mail-pa0-x229.google.com ([2607:f8b0:400e:c03::229]:59331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Urgqd-0000vM-Ua for emacs-orgmode@gnu.org; Tue, 25 Jun 2013 23:56:48 -0400 Received: by mail-pa0-f41.google.com with SMTP id bj3so13709031pad.28 for ; Tue, 25 Jun 2013 20:56:47 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: John Hendy Cc: emacs-orgmode El Tue, 25 Jun 2013 21:42:39 -0500 John Hendy va escriure: >=20 > On Jun 25, 2013 9:36 PM, "Daniel Clemente" wrote: > > > > > > I had lost colors in some modes for some weeks (helm, wl) and yesterday= with an updated org they > came back. So for me it's fixed. >=20 > Do you have a #+setupfile=C2=A0 entry in your file? >=20 I had a #+setupfile in 6 of the .org files that make up my agenda. In addit= ion, I always did this: emacsclient -n --eval '(org-agenda-list)' after opening emacs --daemon so that all files be opened and the agenda be = prepared.