From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Schmidt Subject: Re: orgstruct-mode with custom headline prefix Date: Tue, 12 Feb 2013 20:47:21 +0000 (GMT) Message-ID: <874nhhuun6@ch.ristopher.com> References: <87vcah6xf5@ch.ristopher.com> <8738xh4xfr@ch.ristopher.com> <87y5f994ni.fsf@bzg.ath.cx> <87pq0l3gr2@ch.ristopher.com> <878v79925v.fsf@bzg.ath.cx> <87k3qt3exu@ch.ristopher.com> <87a9rplhue.fsf@bzg.ath.cx> <87622d5d8e@ch.ristopher.com> <87r4koasra@ch.ristopher.com> <8738x1cq0x.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5MlD-0003Vn-SO for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 15:47:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5MlA-0007XG-PL for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 15:47:27 -0500 Received: from ristopher.com ([146.185.21.93]:55592 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5MlA-0007X3-H5 for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 15:47:24 -0500 In-Reply-To: <8738x1cq0x.fsf@Rainer.invalid> (Achim Gratz's message of "Tue, 12 Feb 2013 20:04:30 +0100") 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: emacs-orgmode@gnu.org Achim Gratz writes: > This introduces the following failures in compilation with Emacs 24.2 > and has a high chance of not working at all in some setups: > --8<---------------cut here---------------start------------->8--- > Compiling /home/gratz/lisp/org-mode/lisp/org.el... > > In org-heading-components: > org.el:7436:16:Warning: reference to free variable `orgstruct-mode' > > In org-run-like-in-org-mode: > org.el:8841:20:Warning: function `cl-progv-before' from cl package called= at > runtime > > In end of data: > org.el:23217:1:Warning: the function `cl-progv-after' is not known to be > defined. > --8<---------------cut here---------------end--------------->8--- Great. > =E2=80=A6and no, I have no idea how that single progv macro manages to ex= pand to > use these two functions. These internal functions should have been autoloaded. progv is pretty obscure and I guess noone has noticed that bug in cl-macs until now. > Emacs 24.3.93 seems to have that fixed, So does 24.2.x. I will push a fix ASAP. > but complains about this instead: > In org-heading-components: > org.el:7436:16:Warning: reference to free variable `orgstruct-mode' This one is bogus, the variable is defined later on. I will silence that warning. Christopher