Hi Eric
On Mon, Jun 14, 2010 at 4:46 PM, Eric Schulte wrote:
> Great, thanks for hunting this down, I've changed org-babel-latex.el to
> call the function you mentioned above and everything appears to be
> working.
>
I confirm that org-babel export of latex snippets to pdf now works as
advertise
William Henney writes:
> Hi Eric
>
> Thanks for your response
>
> On Mon, Jun 14, 2010 at 1:17 PM, Eric Schulte wrote:
>> Your code snippet exports as expected for me using the latest version of
>> Org-mode.
>>
>> What values do you have set for the
>> `org-export-latex-default-packages-alist'
Hi Eric
Thanks for your response
On Mon, Jun 14, 2010 at 1:17 PM, Eric Schulte wrote:
> Your code snippet exports as expected for me using the latest version of
> Org-mode.
>
> What values do you have set for the
> `org-export-latex-default-packages-alist' and
> `org-export-latex-packages-alis
typo in my previous mail -- see below
"Eric Schulte" writes:
[...]
> (setq org-export-latex-default-packages-alist
> '(("" "inputenc")
> ("T1" "fontenc" t)
> ("" "fixltx2e" nil)
> ("" "graphicx" t)
> ("" "longtable" nil)
> ("" "float" nil)
>
Hi William,
Your code snippet exports as expected for me using the latest version of
Org-mode.
What values do you have set for the
`org-export-latex-default-packages-alist' and
`org-export-latex-packages-alist'
variables?
My guess is that the problem could be in a rogue entry in one of those
Hi Eric,
I have been away from my own computer for a while. I have just applied
the patch and it works for me. Thanks!
Ian.
Since the patch below greatly simplifies the code, and it has worked in
all my tests, I'm going to apply it now.
Please do let me know if the export problems persist.
Hi,
Since the patch below greatly simplifies the code, and it has worked in
all my tests, I'm going to apply it now.
Please do let me know if the export problems persist.
Best -- Eric
"Eric Schulte" writes:
> Hi Ian,
>
> The implementation of our block exportation has been bothering me for
>
Dan Davison writes:
> Ian Barton writes:
>
>> I am using Babel to maintein my .emacs file. When I try to publish I
>> am getting a Babel error from one of my org files. The offending
>> section of the org file seems to be:
>>
>> #+BEGIN_SRC emacs-shell
>
> Hi Ian,
>
> I don't think org-babel sup
Hi Ian,
The implementation of our block exportation has been bothering me for
some time now. The attached patch *greatly* simplifies the exportation
code. Could you please give it a try and let me know if it fixes your
bug?
If so I will apply it to the main repository.
Thanks -- Eric
diff --g
Ian Barton writes:
> I am using Babel to maintein my .emacs file. When I try to publish I
> am getting a Babel error from one of my org files. The offending
> section of the org file seems to be:
>
> #+BEGIN_SRC emacs-shell
Hi Ian,
I don't think org-babel supports a language "emacs-shell". I'm
10 matches
Mail list logo