Hi Eric,

Thanks for the explicit feedback, it's very helpful.

Eric S Fraga <ucec...@ucl.ac.uk> writes:

[...]

> Interesting.  This fails for me:
>
> 1. emacs -Q
> 2. in *scratch*: set load path appropriately, (require 'org-install), 
> (require 'org-mime)
> 3. visit org test buffer
> 4. invoke org-mime-org-buffer-htmlize which fails with 
>
>    org-mime-file: Symbol's function definition is void: case
>
>    although the HTML has been created and pushed to the kill ring
>    according to the *Messages* buffer.
>
> 5. so try (require 'cl)

Ah, thanks, I've added (require 'cl) to org-mime.el

> 
> 6. try org-mime-org-buffer-htmlize again and now there is no error but
> the output is:
>

I see the problem here, I've just pushed up a change to org-mime.el
which will ensure that your html mime alternative will no longer be nil.
However, you will continue to have "t" as your text alternative until
you ensure that you are loading the latest version of the core of
org-mode, as described in my recent email to Andrew.

Please let me know how this goes.

Best -- Eric

>
>    ,----
>    |    <#multipart type=alternative><#part type=text/plain>
>    | * Testing mime in org
>    | 
>    |   This file will provide a simple test for the new mime encoding and
>    |   exporting features in org-mode.
>    | 
>    |   The most interesting aspect may be the use of \(y = \sum_i^n x_i^2\)
>    |   and, please, see the figure:
>    | 
>    |   [[./mip.png]]
>    |   <#part type=text/html>nil<#/multipart>
>    |   <#part type="image/png" filename="/home/ucecesf/s/test/mip.png" 
> id="<_home_ucecesf_s_test_mip.png>">
>    |   <#/part>
>    `----
>
> I hope some of this might help identify where the problem may lie?  I
> can obviously send you my full org environment if you wish. I'm also
> happy to debug the org-mime code directly if you give me some idea of
> where to look!
>
> Thanks,
> eric


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to