* Unable to export to latex
@ 2008-02-08 11:08 Antano Solar
2008-02-08 11:12 ` Bastien Guerry
0 siblings, 1 reply; 5+ messages in thread
From: Antano Solar @ 2008-02-08 11:08 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 496 bytes --]
Hi ,
I am using emacs version Version: 22.1+1-2.3
I am using the org-mode that is shipped along with this version of emacs.
Though I am able to export the org-mode files as html and ascii .
I am unable to export them as latex.
When I type org-export-as- tab i dont see latex in the list.
Being able to export the file as latex will be very useful and from what I
read it is possible.
Any help as to how to get this feature working will be really helpful.
With Regards
Antano Solar John
[-- Attachment #1.2: Type: text/html, Size: 564 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] 5+ messages in thread
* Re: Unable to export to latex
2008-02-08 11:08 Unable to export to latex Antano Solar
@ 2008-02-08 11:12 ` Bastien Guerry
2008-02-08 11:27 ` Antano Solar
0 siblings, 1 reply; 5+ messages in thread
From: Bastien Guerry @ 2008-02-08 11:12 UTC (permalink / raw)
To: emacs-orgmode
"Antano Solar" <solar345@gmail.com> writes:
> When I type org-export-as- tab i dont see latex in the list.
Make sure org-export-latex.el is in your load-path.
Then require it, if necessary:
(require 'org-export-latex)
If this triggers no error, then you should be able to use
M-x org-export-as-latex normally.
--
Bastien
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Unable to export to latex
2008-02-08 11:12 ` Bastien Guerry
@ 2008-02-08 11:27 ` Antano Solar
2008-02-08 11:44 ` Bastien Guerry
0 siblings, 1 reply; 5+ messages in thread
From: Antano Solar @ 2008-02-08 11:27 UTC (permalink / raw)
To: Bastien Guerry; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 589 bytes --]
On Feb 8, 2008 4:42 PM, Bastien Guerry <bzg@altern.org> wrote:
> "Antano Solar" <solar345@gmail.com> writes:
>
> > When I type org-export-as- tab i dont see latex in the list.
>
> Make sure org-export-latex.el is in your load-path.
>
> Then require it, if necessary:
>
> (require 'org-export-latex)
>
> If this triggers no error, then you should be able to use
> M-x org-export-as-latex normally.
>
> I get the following error now when I do org-export-as-latex
org-export-latex-set-initial-vars: Symbol's value as variable is void:
org-todo-keywords-1
With Regards
Antano Solar John
[-- Attachment #1.2: Type: text/html, Size: 958 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] 5+ messages in thread
* Re: Unable to export to latex
2008-02-08 11:27 ` Antano Solar
@ 2008-02-08 11:44 ` Bastien Guerry
2008-02-08 13:08 ` Antano Solar
0 siblings, 1 reply; 5+ messages in thread
From: Bastien Guerry @ 2008-02-08 11:44 UTC (permalink / raw)
To: Antano Solar; +Cc: emacs-orgmode
"Antano Solar" <solar345@gmail.com> writes:
> On Feb 8, 2008 4:42 PM, Bastien Guerry <bzg@altern.org> wrote:
>
> "Antano Solar" <solar345@gmail.com> writes:
>
> > When I type org-export-as- tab i dont see latex in the list.
>
> Make sure org-export-latex.el is in your load-path.
>
> Then require it, if necessary:
>
> (require 'org-export-latex)
>
> If this triggers no error, then you should be able to use
> M-x org-export-as-latex normally.
>
> I get the following error now when I do org-export-as-latex
>
> org-export-latex-set-initial-vars: Symbol's value as variable is void:
> org-todo-keywords-1
I guess your Org version is a bit old.
What is the output of C-h v org-version RET?
Anyway, as I told you, just download the latest package from Org's
website and come back if the problem persists:
http://orgmode.org/org-5.21.tar.gz
--
Bastien
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Unable to export to latex
2008-02-08 11:44 ` Bastien Guerry
@ 2008-02-08 13:08 ` Antano Solar
0 siblings, 0 replies; 5+ messages in thread
From: Antano Solar @ 2008-02-08 13:08 UTC (permalink / raw)
To: Bastien Guerry; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 1140 bytes --]
On Feb 8, 2008 5:14 PM, Bastien Guerry <bzg@altern.org> wrote:
> "Antano Solar" <solar345@gmail.com> writes:
>
> > On Feb 8, 2008 4:42 PM, Bastien Guerry <bzg@altern.org> wrote:
> >
> > "Antano Solar" <solar345@gmail.com> writes:
> >
> > > When I type org-export-as- tab i dont see latex in the list.
> >
> > Make sure org-export-latex.el is in your load-path.
> >
> > Then require it, if necessary:
> >
> > (require 'org-export-latex)
> >
> > If this triggers no error, then you should be able to use
> > M-x org-export-as-latex normally.
> >
> > I get the following error now when I do org-export-as-latex
> >
> > org-export-latex-set-initial-vars: Symbol's value as variable is void:
> > org-todo-keywords-1
>
> I guess your Org version is a bit old.
> What is the output of C-h v org-version RET?
>
> Anyway, as I told you, just download the latest package from Org's
> website and come back if the problem persists:
>
> http://orgmode.org/org-5.21.tar.gz
>
> Yes , the version of org-mode I was using was 4.7
After installing the new version , it is working fine.
Thanks
With Regards
Antano Solar John
[-- Attachment #1.2: Type: text/html, Size: 1904 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] 5+ messages in thread
end of thread, other threads:[~2008-02-08 13:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-08 11:08 Unable to export to latex Antano Solar
2008-02-08 11:12 ` Bastien Guerry
2008-02-08 11:27 ` Antano Solar
2008-02-08 11:44 ` Bastien Guerry
2008-02-08 13:08 ` Antano Solar
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.