* org-export-latex.el renamed
@ 2009-04-09 16:33 Carsten Dominik
2009-04-09 17:23 ` Christopher Suckling
0 siblings, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2009-04-09 16:33 UTC (permalink / raw)
To: emacs-orgmode@gnu.org Mode
Hi,
the file org-export-latex.el has been renamed to org-latex.el.
I think some of you might have
(require 'org-export-latex)
in your setup, this needs to be changed.
Also, after pulling from the git repo,
running
make clean
make
to produce the correct autoloads will be important.
Thanks.
- Carsten
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-export-latex.el renamed
2009-04-09 16:33 org-export-latex.el renamed Carsten Dominik
@ 2009-04-09 17:23 ` Christopher Suckling
2009-04-12 6:23 ` Carsten Dominik
0 siblings, 1 reply; 6+ messages in thread
From: Christopher Suckling @ 2009-04-09 17:23 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode emacs-orgmode
On 9 Apr 2009, at 17:33, Carsten Dominik wrote:
> the file org-export-latex.el has been renamed to org-latex.el.
>
> I think some of you might have
>
> (require 'org-export-latex)
>
> in your setup, this needs to be changed.
>
> Also, after pulling from the git repo,
> running
>
> make clean
> make
>
> to produce the correct autoloads will be important.
Hi Carsten,
I did as above and additionally removed any latex stuff from my .emacs
(org-export-latex-classes and org-export-latex-default-class).
On trying to export to latex, I get the following error:
org-export-latex-set-initial-vars: Symbol's value as variable is void:
org-export-html-style-include-default
Best,
Christopher
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-export-latex.el renamed
2009-04-09 17:23 ` Christopher Suckling
@ 2009-04-12 6:23 ` Carsten Dominik
2009-04-12 16:56 ` Christopher Suckling
0 siblings, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2009-04-12 6:23 UTC (permalink / raw)
To: Christopher Suckling; +Cc: emacs-orgmode emacs-orgmode, Carsten Dominik
Hi Christopher,
On Apr 9, 2009, at 7:23 PM, Christopher Suckling wrote:
> On 9 Apr 2009, at 17:33, Carsten Dominik wrote:
>
>> the file org-export-latex.el has been renamed to org-latex.el.
>>
>> I think some of you might have
>>
>> (require 'org-export-latex)
>>
>> in your setup, this needs to be changed.
>>
>> Also, after pulling from the git repo,
>> running
>>
>> make clean
>> make
>>
>> to produce the correct autoloads will be important.
>
> Hi Carsten,
>
> I did as above and additionally removed any latex stuff from
> my .emacs (org-export-latex-classes and org-export-latex-default-
> class).
You can leave the variables in, they are still unchanged. Just change
the require statement.
>
> On trying to export to latex, I get the following error:
>
> org-export-latex-set-initial-vars: Symbol's value as variable is
> void: org-export-html-style-include-default
I think tis is fixed now, can you please try and report back?
Thanks.
- Carsten
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-export-latex.el renamed
2009-04-12 6:23 ` Carsten Dominik
@ 2009-04-12 16:56 ` Christopher Suckling
2009-04-12 18:01 ` Carsten Dominik
0 siblings, 1 reply; 6+ messages in thread
From: Christopher Suckling @ 2009-04-12 16:56 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode emacs-orgmode, Christopher Suckling
On 12 Apr 2009, at 07:23, Carsten Dominik wrote:
> Hi Christopher,
>
> On Apr 9, 2009, at 7:23 PM, Christopher Suckling wrote:
>
>> On 9 Apr 2009, at 17:33, Carsten Dominik wrote:
>>
>>> the file org-export-latex.el has been renamed to org-latex.el.
>>>
>>> I think some of you might have
>>>
>>> (require 'org-export-latex)
>>>
>>> in your setup, this needs to be changed.
>>>
>>> Also, after pulling from the git repo,
>>> running
>>>
>>> make clean
>>> make
>>>
>>> to produce the correct autoloads will be important.
>>
>> Hi Carsten,
>>
>> I did as above and additionally removed any latex stuff from
>> my .emacs (org-export-latex-classes and org-export-latex-default-
>> class).
>
>
> You can leave the variables in, they are still unchanged. Just
> change the require statement.
Done.
>>
>> On trying to export to latex, I get the following error:
>>
>> org-export-latex-set-initial-vars: Symbol's value as variable is
>> void: org-export-html-style-include-default
>
> I think tis is fixed now, can you please try and report back?
Above error message fixed but new problem:
Exporting to LaTeX...
org-export-as-latex: Wrong type argument: number-or-marker-p, nil
Best,
Christopher
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: org-export-latex.el renamed
2009-04-12 16:56 ` Christopher Suckling
@ 2009-04-12 18:01 ` Carsten Dominik
2009-04-12 18:35 ` Christopher Suckling
0 siblings, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2009-04-12 18:01 UTC (permalink / raw)
To: Christopher Suckling; +Cc: emacs-orgmode emacs-orgmode, Carsten Dominik
Yes, I just saw that too.
Fixed now.
- Carsten
On Apr 12, 2009, at 6:56 PM, Christopher Suckling wrote:
> On 12 Apr 2009, at 07:23, Carsten Dominik wrote:
>
>> Hi Christopher,
>>
>> On Apr 9, 2009, at 7:23 PM, Christopher Suckling wrote:
>>
>>> On 9 Apr 2009, at 17:33, Carsten Dominik wrote:
>>>
>>>> the file org-export-latex.el has been renamed to org-latex.el.
>>>>
>>>> I think some of you might have
>>>>
>>>> (require 'org-export-latex)
>>>>
>>>> in your setup, this needs to be changed.
>>>>
>>>> Also, after pulling from the git repo,
>>>> running
>>>>
>>>> make clean
>>>> make
>>>>
>>>> to produce the correct autoloads will be important.
>>>
>>> Hi Carsten,
>>>
>>> I did as above and additionally removed any latex stuff from
>>> my .emacs (org-export-latex-classes and org-export-latex-default-
>>> class).
>>
>>
>> You can leave the variables in, they are still unchanged. Just
>> change the require statement.
>
> Done.
>
>>>
>>> On trying to export to latex, I get the following error:
>>>
>>> org-export-latex-set-initial-vars: Symbol's value as variable is
>>> void: org-export-html-style-include-default
>>
>> I think tis is fixed now, can you please try and report back?
>
> Above error message fixed but new problem:
>
> Exporting to LaTeX...
> org-export-as-latex: Wrong type argument: number-or-marker-p, nil
>
> Best,
>
> Christopher
>
>
>
>
>
> _______________________________________________
> 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: org-export-latex.el renamed
2009-04-12 18:01 ` Carsten Dominik
@ 2009-04-12 18:35 ` Christopher Suckling
0 siblings, 0 replies; 6+ messages in thread
From: Christopher Suckling @ 2009-04-12 18:35 UTC (permalink / raw)
To: Carsten Dominik
Cc: emacs-orgmode emacs-orgmode, Christopher Suckling,
Carsten Dominik
On 12 Apr 2009, at 19:01, Carsten Dominik wrote:
> Yes, I just saw that too.
>
> Fixed now.
Indeed it is. Thanks.
Christopher
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-04-12 18:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-09 16:33 org-export-latex.el renamed Carsten Dominik
2009-04-09 17:23 ` Christopher Suckling
2009-04-12 6:23 ` Carsten Dominik
2009-04-12 16:56 ` Christopher Suckling
2009-04-12 18:01 ` Carsten Dominik
2009-04-12 18:35 ` Christopher Suckling
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).