From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: New beamer support Date: Thu, 7 Jan 2010 11:33:00 +0100 Message-ID: <421CED8A-E65B-4D50-89F4-971C053EBB3F@gmail.com> References: <871vi3bm62.fsf@mundaneum.com> <87eim3zckf.wl%ucecesf@ucl.ac.uk> <87hbqzo05z.fsf@mundaneum.com> <87iqbfcifr.fsf@mundaneum.com> <87ocl6b8gy.fsf@mundaneum.com> <4B644370-7D31-4707-BADF-7E0F785CEFA4@gmail.com> <87r5q2z1om.fsf@mundaneum.com> <4A2B3CC5-1408-45B5-9BE2-788EFF94A0EC@gmail.com> <878wcai5b3.fsf@mundaneum.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSpfy-0007e5-Dz for emacs-orgmode@gnu.org; Thu, 07 Jan 2010 05:33:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSpfs-0007VY-Uz for emacs-orgmode@gnu.org; Thu, 07 Jan 2010 05:33:09 -0500 Received: from [199.232.76.173] (port=37302 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSpfs-0007V9-NF for emacs-orgmode@gnu.org; Thu, 07 Jan 2010 05:33:04 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]:36147) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSpfs-0000YQ-9C for emacs-orgmode@gnu.org; Thu, 07 Jan 2010 05:33:04 -0500 Received: by ewy24 with SMTP id 24so21409436ewy.26 for ; Thu, 07 Jan 2010 02:33:02 -0800 (PST) In-Reply-To: <878wcai5b3.fsf@mundaneum.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?ISO-8859-1?Q?S=E9bastien_Vauban?= Cc: emacs-orgmode@gnu.org Hi Sebastian, my mistake, fixed now. - Carsten On Jan 7, 2010, at 11:21 AM, S=E9bastien Vauban wrote: > Hi Carsten, > > Carsten Dominik wrote: >> On Jan 7, 2010, at 10:47 AM, S=E9bastien Vauban wrote: >>> Carsten Dominik wrote: >>>> On Jan 7, 2010, at 9:54 AM, S=E9bastien Vauban wrote: >>>>> Carsten Dominik wrote: >>>>>> >>>>>> #+BIND will do the trick, it was made just for this. >>>>> >>>>> Though, I experience a bigger problem... When reopening my =20 >>>>> example file, >>>>> I now have to answer "yes or no" to apply the BIND variable =20 >>>>> (that's OK), >>>>> but (after answering yes -- no tested with no, as that's not =20 >>>>> what I need) >>>>> I loose all the colors in my Org buffer: the Org file becomes =20 >>>>> black only, >>>>> in fixed font! All the font locking is away, making the Org file =20= >>>>> more or >>>>> less useless (as if I would edit it with Notepad). >>>>> >>>>> Any idea?? >>>> >>>> Can you please turn on debug-on-quit, and then quit at the prompt =20= >>>> and show >>>> me the backtrace? Because I do not get this by simply visiting a =20= >>>> file. >>> >>> Here it is. >>> >>> --8<---------------cut here---------------start------------->8--- >>> Debugger entered--Lisp error: (quit) >>> yes-or-no-p("Allow BIND values in this buffer? ") >>> org-export-confirm-letbind() >>> org-infile-export-plist() >>> org-default-export-plist() >>> org-compute-latex-and-specials-regexp() >> >> Ah, OK, thanks. This is fixed now. > > Just did `git pull': > > --8<---------------cut here---------------start------------->8--- > remote: Counting objects: 23, done. > remote: Compressing objects: 100% (14/14), done. > remote: Total 14 (delta 10), reused 0 (delta 0) > Unpacking objects: 100% (14/14), done. > =46rom git://repo.or.cz/org-mode > c7f25c6..1596144 master -> origin/master > Updating c7f25c6..1596144 > Fast forward > contrib/babel/lisp/langs/org-babel-clojure.el | 95 ++++++++++++++++=20= > +++----- > lisp/ChangeLog | 5 ++ > lisp/org.el | 1 + > 3 files changed, 81 insertions(+), 20 deletions(-) > --8<---------------cut here---------------end--------------->8--- > > Restarted Emacs. > Re-opened my file. > Answered `yes'. > But still got the same "black-and-white" buffer... > > Same impact in Gnus. > > Best regards, > Seb > > --=20 > S=E9bastien Vauban > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten