emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Important
@ 2009-04-07 20:10 Carsten Dominik
  2009-04-07 20:34 ` Important Matthew Lundin
  2009-04-07 21:04 ` Important Sebastian Rose
  0 siblings, 2 replies; 6+ messages in thread
From: Carsten Dominik @ 2009-04-07 20:10 UTC (permalink / raw)
  To: org-mode emacs-orgmode

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.

For consistency, I would also like to rename the file
org-export-latex.el to org-latex.el, but since there
is more LaTeX-related stuff in Org than just the exporter,
I have not done this yet.

Thanks for your help.

- Carsten

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Important
  2009-04-07 20:10 Important Carsten Dominik
@ 2009-04-07 20:34 ` Matthew Lundin
  2009-04-07 21:18   ` Important David Maus
  2009-04-08  0:26   ` Important Mark Elston
  2009-04-07 21:04 ` Important Sebastian Rose
  1 sibling, 2 replies; 6+ messages in thread
From: Matthew Lundin @ 2009-04-07 20:34 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: org-mode emacs-orgmode

Hi Carsten,

Carsten Dominik <dominik@science.uva.nl> 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Important
  2009-04-07 20:10 Important Carsten Dominik
  2009-04-07 20:34 ` Important Matthew Lundin
@ 2009-04-07 21:04 ` Sebastian Rose
  1 sibling, 0 replies; 6+ messages in thread
From: Sebastian Rose @ 2009-04-07 21:04 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: org-mode emacs-orgmode

Hi Carsten,


updated my test data to match current Org-mode.
Pulled and exported to HTML without a problem.

  Validation:

    * [X] Horizontal line not in <p>
    * [X] Encodings (iso-8859-1, iso-8859-15, utf-8)
    * [X] Named Section Anchors in Headlines
    * [X] Footnotes
    * [X] #+SETUPFILE
    * [X] text before first headline

Looks very good to me.



Best,

   Sebastian


Carsten Dominik <dominik@science.uva.nl> 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.
>
> For consistency, I would also like to rename the file
> org-export-latex.el to org-latex.el, but since there
> is more LaTeX-related stuff in Org than just the exporter,
> I have not done this yet.
>
> Thanks for your help.
>
> - Carsten
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Email: s.rose@emma-stil.de, sebastian_rose@gmx.de
Http:  www.emma-stil.de

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Important
  2009-04-07 20:34 ` Important Matthew Lundin
@ 2009-04-07 21:18   ` David Maus
  2009-04-08  0:26   ` Important Mark Elston
  1 sibling, 0 replies; 6+ messages in thread
From: David Maus @ 2009-04-07 21:18 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1753 bytes --]

Good Evening,

On 07 Apr 09, Matthew Lundin wrote:
> 
> 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

Same here using GNU Emacs 23.0.91.1 (i486-pc-linux-gnu) of 2009-03-29 on elegiac, modified by Debian.

Before the error make threw a warning about

org-exp.el:2527:1:Warning: the function `org-create-multibrace-regexp' is not
    known to be defined.

In addition a warning the could indicate problems:

In org-export-ascii-preprocess:
org-ascii.el:374:8:Warning: function org-export-ascii-preprocess used to take
    0 arguments, now takes 1

I also noticed some warnings about obsolete variables for Emacs 23.1:

In org-get-entries-from-diary:
org-agenda.el:3340:11:Warning: `fancy-diary-buffer' is an obsolete variable
    (as of Emacs 23.1); use `diary-fancy-buffer' instead.

In org-agenda-goto-calendar:
org-agenda.el:6110:11:Warning: `view-calendar-holidays-initially' is an
    obsolete variable (as of Emacs 23.1); use
    `calendar-view-holidays-initially-flag' instead.
org-agenda.el:6111:11:Warning: `view-diary-entries-initially' is an obsolete
    variable (as of Emacs 23.1); use `calendar-view-diary-initially-flag'
    instead.

These latter warning don't seem to belong to the error but I took the
opportunity to report these warnings here in case they are yet unknown.

Regards,

  -- David

-- 
Email..... maus.david@gmail.com
Jabber.... dmjena@jabber.org
ICQ....... 241051416
OpenPGP... 0x316F4BE4670716FD

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Important
  2009-04-07 20:34 ` Important Matthew Lundin
  2009-04-07 21:18   ` Important David Maus
@ 2009-04-08  0:26   ` Mark Elston
  2009-04-08  5:59     ` Important David Maus
  1 sibling, 1 reply; 6+ messages in thread
From: Mark Elston @ 2009-04-08  0:26 UTC (permalink / raw)
  To: org-mode emacs-orgmode

Matthew Lundin wrote:
> Hi Carsten,
> 
> Carsten Dominik <dominik@science.uva.nl> 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
> `----
> 

I ran into this also.  However, a "make clean" then "make" solved the
problem.

Mark

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Important
  2009-04-08  0:26   ` Important Mark Elston
@ 2009-04-08  5:59     ` David Maus
  0 siblings, 0 replies; 6+ messages in thread
From: David Maus @ 2009-04-08  5:59 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 355 bytes --]

On 07 Apr 09, Mark Elston wrote:
> Matthew Lundin wrote:
>
> I ran into this also.  However, a "make clean" then "make" solved the
> problem.

Oops. Right: make clean fixed the problem for me, too. 

Regards,

  -- David

-- 
Email..... maus.david@gmail.com
Jabber.... dmjena@jabber.org
ICQ....... 241051416
OpenPGP... 0x316F4BE4670716FD

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-04-08  5:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-07 20:10 Important Carsten Dominik
2009-04-07 20:34 ` Important Matthew Lundin
2009-04-07 21:18   ` Important David Maus
2009-04-08  0:26   ` Important Mark Elston
2009-04-08  5:59     ` Important David Maus
2009-04-07 21:04 ` Important Sebastian Rose

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).