Hi,
Please ignore this thread.
This problem was coming from a bug in my .emacs file.
*I* was doing weird things with the org-export-latex-packages-alist variable:
(add-to-list 'org-export-latex-packages-alist
'(("T1" "fontenc")
("" "fixltx2e")
Hi,
Exporting to LaTeX generates a weird a usepackage line (with fixltx2e).
Here's a simple example:
--8<---cut here---start->8---
#+TITLE: Test export LaTeX
* This is a simple test
--8<---cut here---end--->8---
Look at th
On Fri, 20 Aug 2010 18:25:16 +0200, Carsten Dominik
wrote:
>
>
> On Aug 20, 2010, at 4:36 PM, Puneeth wrote:
>
> > Hi,
> >
> > Exporting from org to LaTeX is broken on the master.
> >
> > Git bisect gives the bad commit as 034dbac3eecd
> > "Search for LaTeX setup case-insensitively"
>
> OK, I
Carsten Dominik wrote:
>
> On Aug 20, 2010, at 4:36 PM, Puneeth wrote:
>
> > Hi,
> >
> > Exporting from org to LaTeX is broken on the master.
> >
> > Git bisect gives the bad commit as 034dbac3eecd
> > "Search for LaTeX setup case-insensitively"
>
> OK, I have reverted it.
>
> Can you please
On Fri, Aug 20, 2010 at 9:55 PM, Carsten Dominik
wrote:
>
> On Aug 20, 2010, at 4:36 PM, Puneeth wrote:
>
>> Hi,
>>
>> Exporting from org to LaTeX is broken on the master.
>>
>> Git bisect gives the bad commit as 034dbac3eecd
>> "Search for LaTeX setup case-insensitively"
>
> OK, I have reverted i
On Aug 20, 2010, at 4:36 PM, Puneeth wrote:
Hi,
Exporting from org to LaTeX is broken on the master.
Git bisect gives the bad commit as 034dbac3eecd
"Search for LaTeX setup case-insensitively"
OK, I have reverted it.
Can you please describe what happened?
Thanks
- Carsten
_
On Fri, 20 Aug 2010 20:06:34 +0530, Puneeth wrote:
>
> Hi,
>
> Exporting from org to LaTeX is broken on the master.
>
> Git bisect gives the bad commit as 034dbac3eecd
> "Search for LaTeX setup case-insensitively"
I can confirm it's broken. I've not had time to really track down
where it is h
Hi,
Exporting from org to LaTeX is broken on the master.
Git bisect gives the bad commit as 034dbac3eecd
"Search for LaTeX setup case-insensitively"
-- Puneeth
ps : Thanks to ngz for a patient IRC tutorial on git bisect.
___
Emacs-orgmode mailing lis
John Hendy wrote:
> On Tue, Jul 20, 2010 at 9:55 AM, Piter_ wrote:
>
> Hi all
> I try to export my org file into Latex book by adding:
> #+LaTeX_CLASS: book
> bu I get:
> org-export-latex-set-initial-vars: No definition for class `book ' in
> `org-export-latex-classes'
>
Hi all
I try to export my org file into Latex book by adding:
#+LaTeX_CLASS: book
bu I get:
org-export-latex-set-initial-vars: No definition for class `book ' in
`org-export-latex-classes'
But if I go into Org->Customize I can see it there.
What can be wrong?
Thanks.
Petro.
P.S. It actually does n
Fixed as well, thanks.
- Carsten
On Mar 11, 2010, at 8:32 PM, Jambunathan K wrote:
My gut feelings is that although macros are enabled for author
string, the parsing is broken when the invocation spans multiple
lines.
I would like to add the following observation as well -
---> org inp
My gut feelings is that although macros are enabled for author string,
the parsing is broken when the invocation spans multiple lines.
I would like to add the following observation as well -
---> org input <---
#+AUTHOR: Jambunathan K\cr\href{mailto:{{{EMAILEMAIL
---> actual tex
On 3/9/2010 10:40 PM, Carsten Dominik wrote:
On Mar 7, 2010, at 5:48 PM, Jambunathan K wrote:
Hi Carsten
What can I do to get the email address automagically as in the header
as below:
... [Snipped from Wikibook]
\title{How to Structure a \LaTeX{} Document}
\author{Andrew Roberts\\
On Mar 7, 2010, at 5:48 PM, Jambunathan K wrote:
Hi Carsten
What can I do to get the email address automagically as in the
header as below:
... [Snipped from Wikibook]
\title{How to Structure a \LaTeX{} Document}
\author{Andrew Roberts\\
\texttt{an...@comp.leeds.ac.uk}}
\date{\today
Hi Jambunathan,
On Mar 7, 2010, at 5:48 PM, Jambunathan K wrote:
Hi Carsten
What can I do to get the email address automagically as in the
header as below:
... [Snipped from Wikibook]
\title{How to Structure a \LaTeX{} Document}
\author{Andrew Roberts\\
\texttt{an...@comp.leeds.ac.u
Hi Carsten
What can I do to get the email address automagically as in the header as
below:
... [Snipped from Wikibook]
\title{How to Structure a \LaTeX{} Document}
\author{Andrew Roberts\\
\texttt{an...@comp.leeds.ac.uk}}
\date{\today}
\maketitle
Ascii export does plugin the email-addr
Hi Jambunathan,
that is because \maketitle does not show an email address.
- Carsten
On Mar 6, 2010, at 5:47 PM, Jambunathan K wrote:
I am seeing latex export honors user-full-name but not user-mail-
address.
The document header goes something like.
#+TITLE:My Title
#+DESCRIPTION:
#+ST
I am seeing latex export honors user-full-name but not user-mail-address.
The document header goes something like.
#+TITLE:My Title
#+DESCRIPTION:
#+STARTUP: showall
#+LaTeX: \setlength\parindent{0.0in}
#+LaTeX: \setlength\parskip{0.1in}
orgmode-version is 6.33x - Emacs 23.1.91.1 (i386-min
Thanks a lot, Darlan!
Am 23.12.09 04:41, schrieb Darlan Cavalcante Moreira:
>
> If all you want to do is using the org-mode superpowers for tables to write
> latex tables then you should about "Radio tables" in the manual
> (http://orgmode.org/manual/Radio-tables.html#Radio-tables). Basically, yo
If all you want to do is using the org-mode superpowers for tables to write
latex tables then you should about "Radio tables" in the manual
(http://orgmode.org/manual/Radio-tables.html#Radio-tables). Basically, you write
a standard org-mode table as a comment in your .tex file and then call a
func
Hi,
is there a way to only export the content of an org-file to the LaTeX
syntax (without LaTeX header etc.)?
I'd like to include a table.tex (my bibliography, i do not use bibtex)
into my main tex-file. But because it is very nice to write tables in
orgmode, i thought i could write my table in a
> Just to add one additional (quite useless data point).. I tried the
> example file and it did seem to hang with Emacs consuming lots of CPU.
okay, i knew i was going to miss something...
html export works just fine..
but i never do get a fail.. the processor usage shoots to 100%.. and
hangs th
On Jan 11, 2009, at 12:56 PM, Manish wrote:
On Sun, Jan 11, 2009 at 2:45 PM, Carsten Dominik wrote:
I still cannot reproduce this, my commit is
5a8f775d79f4089d03968dd16ba7d073b7c9f142
and your file exports just fine.
Note that "trans" is not a well-defined version.
- Carsten
On Jan 11,
On Sun, Jan 11, 2009 at 2:45 PM, Carsten Dominik wrote:
> I still cannot reproduce this, my commit is
>
> 5a8f775d79f4089d03968dd16ba7d073b7c9f142
>
> and your file exports just fine.
>
> Note that "trans" is not a well-defined version.
>
> - Carsten
>
> On Jan 11, 2009, at
I still cannot reproduce this, my commit is
5a8f775d79f4089d03968dd16ba7d073b7c9f142
and your file exports just fine.
Note that "trans" is not a well-defined version.
- Carsten
On Jan 11, 2009, at 1:07 AM, sergio_101 wrote:
| one line file
| two line file
`
_
okay, i am still having problems exporting to latex, so i did a few more
things and did some investigating.. hopefully this will be of some help.
platform:
___
osx 10.5
Org-mode version 6.17trans
carbon emacs
what i did:
__
- totally deleted my org-mode directory
- checked out the
On Wed, Jan 7, 2009 at 11:48 PM, sergio wrote:
>> For example: did you upgrade today?
>
> no upgrades on anything..
>
>>
>> What is your current version?
>
> current version: 6.12a
>>
>> Do you have a small example file which does already reproduce the problem?
>>
>
> here is a file called test.or
For example: did you upgrade today?
no upgrades on anything..
What is your current version?
current version: 6.12a
Do you have a small example file which does already reproduce the
problem?
here is a file called test.org that i tried to export:
test.org
* This is a headi
Hi Sergio,
are you explicitly trying to hide information?
For example: did you upgrade today?
What is your current version?
Do you have a small example file which does already reproduce the
problem?
You really don't give me anything to work on
- Carsten
On Jan 7, 2009, at 5:35 PM, ser
i have been running orgmode for awhile now, and using it to export my
files to latex for printing..
for some reason, today, it stopped working..
when i do a C-c C-e and select 'l' to export to latex, i get the following:
Sorting environment...
Removing duplicates... done
Applying style hooks...
Hi Paul,
downloading 6.14 will not be enough, you actually need to *install*
it :-)
The error message you are getting shows that a very old version of Org
is actually
being used. You can find where these files are located by typing
M-x find-library RET org-export-latex RET
C-h v buffer-f
Hi, wonder if you can help
I've never been able to get org-export-to-latex to work. Just downloaded v6.14
but the issue is no limited to that version. I get an error message:
org-export-latex-content: Symbol's function definition is void:
org-cleaned-string-for-export
Any ideas?
Thanks
__
not sure if this is a latex problem, or an org mode problem, but as of
last night, i am having a problem exporting to latex..
i have tried it in carbon emacs and aquamacs, and when i export, it
will go through the normal export, and then it will die at:
"loading tabify..."
and ideas?
th
33 matches
Mail list logo