[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Important
From: |
Matthew Lundin |
Subject: |
Re: [Orgmode] Important |
Date: |
Tue, 07 Apr 2009 15:34:03 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin) |
Hi Carsten,
Carsten Dominik <address@hidden> 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