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 all
If I have a snippet like so:
#+begin_src latex :file foo.png
Hello from org-babel!
#+end_src
then I can execute the source block with no problems, producing the
image foo.png.
However, if I change the filename to foo.pdf then it no longer works.
An intermediate .tex file is produced tha
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
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
127.0.0.1 mail.wilkesley.org localhost
# The following lines are desirable for IPv6 capable hos
12 matches
Mail list logo