From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Important Date: Tue, 07 Apr 2009 15:34:03 -0500 Message-ID: References: <2BE97DF5-1FEC-4333-8CA9-B19D60977163@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrHzp-0001Qn-I9 for emacs-orgmode@gnu.org; Tue, 07 Apr 2009 16:34:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrHzl-0001OM-9T for emacs-orgmode@gnu.org; Tue, 07 Apr 2009 16:34:13 -0400 Received: from [199.232.76.173] (port=60639 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrHzl-0001OJ-0F for emacs-orgmode@gnu.org; Tue, 07 Apr 2009 16:34:09 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:57144) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LrHzj-0001Ok-Rm for emacs-orgmode@gnu.org; Tue, 07 Apr 2009 16:34:08 -0400 In-Reply-To: <2BE97DF5-1FEC-4333-8CA9-B19D60977163@uva.nl> (Carsten Dominik's message of "Tue\, 7 Apr 2009 22\:10\:28 +0200") 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: Carsten Dominik Cc: org-mode emacs-orgmode Hi Carsten, Carsten Dominik writes: > Hi, > > with the current git release, I have again moved some > code to new files. The exporters for HTML, XOXO, ASCII, > and iCalendar now all have their own files. I hope > that this will make things more transparent. > > However, such a splitting operation is complex, and it > is possible that in some environments, some operations > will not work normally. Please be extra alert, in > particular watch out for bugs where a command fails > because a certain function is not defined. Report > such cases here, so that we can fix this quickly. > Just pulled the new commits from the git repo. When I type "make", I get the following error message: ,---- | In toplevel form: | lisp/org-export-latex.el:53:1:Error: Symbol's function definition is void: org-create-multibrace-regexp | make: *** [lisp/org-export-latex.elc] Error 1 `---- - Matt